Skip to content

Commit 1b12e7d

Browse files
committed
Use w3id.org/fep/ permalinks for linking to FEPs
[ci skip]
1 parent 6c39741 commit 1b12e7d

14 files changed

+35
-36
lines changed

CHANGES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -908,8 +908,8 @@ is now distributed under the [MIT License] to encourage wider adoption.
908908
[#68]: https://github.com/dahlia/fedify/pull/68
909909
[AGPL 3.0]: https://www.gnu.org/licenses/agpl-3.0.en.html
910910
[MIT License]: https://minhee.mit-license.org/
911-
[FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
912-
[FEP-8b32]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md
911+
[FEP-521a]: https://w3id.org/fep/521a
912+
[FEP-8b32]: https://w3id.org/fep/8b32
913913
[x-forwarded-fetch]: https://github.com/dahlia/x-forwarded-fetch
914914

915915

@@ -1117,7 +1117,7 @@ Released on May 6, 2024.
11171117

11181118
[@fedify/cli]: https://jsr.io/@fedify/cli
11191119
[releases]: https://github.com/dahlia/fedify/releases
1120-
[FEP-8fcf]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8fcf/fep-8fcf.md
1120+
[FEP-8fcf]: https://w3id.org/fep/8fcf
11211121
[#47]: https://github.com/dahlia/fedify/issues/47
11221122

11231123

FEDERATION.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ Supported FEPs
2828
- [FEP-5feb][]: Search indexing consent for actors
2929
- [FEP-c7d3][]: Ownership
3030

31-
[FEP-67ff]: https://codeberg.org/fediverse/fep/src/branch/main/fep/67ff/fep-67ff.md
32-
[FEP-8fcf]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8fcf/fep-8fcf.md
33-
[FEP-f1d5]: https://codeberg.org/fediverse/fep/src/branch/main/fep/f1d5/fep-f1d5.md
34-
[FEP-8b32]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md
35-
[FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
36-
[FEP-5feb]: https://codeberg.org/fediverse/fep/src/branch/main/fep/5feb/fep-5feb.md
37-
[FEP-c7d3]: https://codeberg.org/silverpill/feps/src/branch/main/c7d3/fep-c7d3.md
31+
[FEP-67ff]: https://w3id.org/fep/67ff
32+
[FEP-8fcf]: https://w3id.org/fep/8fcf
33+
[FEP-f1d5]: https://w3id.org/fep/f1d5
34+
[FEP-8b32]: https://w3id.org/fep/8b32
35+
[FEP-521a]: https://w3id.org/fep/521a
36+
[FEP-5feb]: https://w3id.org/fep/5feb
37+
[FEP-c7d3]: https://w3id.org/fep/c7d3
3838

3939

4040
ActivityPub

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ join our [Matrix chat space][Matrix] or [GitHub Discussions]. Or tag
6666
[Activity Vocabulary]: https://www.w3.org/TR/activitystreams-vocabulary/
6767
[WebFinger]: https://datatracker.ietf.org/doc/html/rfc7033
6868
[HTTP Signatures]: https://tools.ietf.org/html/draft-cavage-http-signatures-12
69-
[FEP-8b32]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md
69+
[FEP-8b32]: https://w3id.org/fep/8b32
7070
[NodeInfo]: https://nodeinfo.diaspora.software/
7171
[GitHub Discussions]: https://github.com/dahlia/fedify/discussions
7272
[#Fedify]: https://mastodon.social/tags/fedify

docs/index.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ features:
5757
- icon: 🪪
5858
title: Object Integrity Proofs (FEP-8b32)
5959
details: >-
60-
Creating and verifying <a
61-
href="https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md"
62-
>Object Integrity Proofs</a>
60+
Creating and verifying <a href="https://w3id.org/fep/8b32">Object Integrity
61+
Proofs</a>
6362
link: /manual/send.md#object-integrity-proofs
6463
- icon: ℹ️
6564
title: NodeInfo

docs/manual/send.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ the digest of the followers collection in the payload.
240240
> the `PUBLIC_COLLECTION`, the activity is visible to everyone regardless of
241241
> the recipients parameter.
242242
243-
[FEP-8fcf]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8fcf/fep-8fcf.md
243+
[FEP-8fcf]: https://w3id.org/fep/8fcf
244244

245245

246246
Excluding same-server recipients
@@ -348,6 +348,6 @@ equal to the number of Ed25519 key pairs.
348348
> generate both RSA-PKCS#1-v1.5 and Ed25519 key pairs for each actor, and
349349
> store them in the database.
350350
351-
[FEP-8b32]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md
351+
[FEP-8b32]: https://w3id.org/fep/8b32
352352
[forwarding from inbox]: https://www.w3.org/TR/activitypub/#inbox-forwarding
353353
[several other cases]: https://socialhub.activitypub.rocks/t/fep-8b32-object-integrity-proofs/2725/79?u=hongminhee

src/codegen/__snapshots__/class.test.ts.snap

+12-12
Original file line numberDiff line numberDiff line change
@@ -7895,7 +7895,7 @@ get cryptosuite(): (\\"eddsa-jcs-2022\\" | null) {
78957895
/** A key owned by an actor according to [FEP-521a: Representing actor's public
78967896
* keys][1].
78977897
*
7898-
* [1]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
7898+
* [1]: https://w3id.org/fep/521a
78997899
*
79007900
*/
79017901

@@ -8963,7 +8963,7 @@ get publicKey(): (CryptoKey | null) {
89638963
/** Represents a key owned by an actor according to [FEP-521a: Representing
89648964
* actor's public keys.][1]
89658965
*
8966-
* [1]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
8966+
* [1]: https://w3id.org/fep/521a
89678967
*
89688968
*/
89698969
export class Multikey {
@@ -13431,7 +13431,7 @@ get preferredUsernames(): ((string | LanguageString))[] {
1343113431
/** Represents this actor's public keys. It serves as equivalent to
1343213432
* the \`publicKeys\` property, but is used for [FEP-521a] compliance.
1343313433
*
13434-
* [FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
13434+
* [FEP-521a]: https://w3id.org/fep/521a
1343513435
*
1343613436
*/
1343713437

@@ -13468,7 +13468,7 @@ get preferredUsernames(): ((string | LanguageString))[] {
1346813468
/** Represents this actor's public keys. It serves as equivalent to
1346913469
* the \`publicKeys\` property, but is used for [FEP-521a] compliance.
1347013470
*
13471-
* [FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
13471+
* [FEP-521a]: https://w3id.org/fep/521a
1347213472
*
1347313473
*/
1347413474

@@ -23648,7 +23648,7 @@ get preferredUsernames(): ((string | LanguageString))[] {
2364823648
/** Represents this actor's public keys. It serves as equivalent to
2364923649
* the \`publicKeys\` property, but is used for [FEP-521a] compliance.
2365023650
*
23651-
* [FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
23651+
* [FEP-521a]: https://w3id.org/fep/521a
2365223652
*
2365323653
*/
2365423654

@@ -23685,7 +23685,7 @@ get preferredUsernames(): ((string | LanguageString))[] {
2368523685
/** Represents this actor's public keys. It serves as equivalent to
2368623686
* the \`publicKeys\` property, but is used for [FEP-521a] compliance.
2368723687
*
23688-
* [FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
23688+
* [FEP-521a]: https://w3id.org/fep/521a
2368923689
*
2369023690
*/
2369123691

@@ -32587,7 +32587,7 @@ get preferredUsernames(): ((string | LanguageString))[] {
3258732587
/** Represents this actor's public keys. It serves as equivalent to
3258832588
* the \`publicKeys\` property, but is used for [FEP-521a] compliance.
3258932589
*
32590-
* [FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
32590+
* [FEP-521a]: https://w3id.org/fep/521a
3259132591
*
3259232592
*/
3259332593

@@ -32624,7 +32624,7 @@ get preferredUsernames(): ((string | LanguageString))[] {
3262432624
/** Represents this actor's public keys. It serves as equivalent to
3262532625
* the \`publicKeys\` property, but is used for [FEP-521a] compliance.
3262632626
*
32627-
* [FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
32627+
* [FEP-521a]: https://w3id.org/fep/521a
3262832628
*
3262932629
*/
3263032630

@@ -36264,7 +36264,7 @@ get preferredUsernames(): ((string | LanguageString))[] {
3626436264
/** Represents this actor's public keys. It serves as equivalent to
3626536265
* the \`publicKeys\` property, but is used for [FEP-521a] compliance.
3626636266
*
36267-
* [FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
36267+
* [FEP-521a]: https://w3id.org/fep/521a
3626836268
*
3626936269
*/
3627036270

@@ -36301,7 +36301,7 @@ get preferredUsernames(): ((string | LanguageString))[] {
3630136301
/** Represents this actor's public keys. It serves as equivalent to
3630236302
* the \`publicKeys\` property, but is used for [FEP-521a] compliance.
3630336303
*
36304-
* [FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
36304+
* [FEP-521a]: https://w3id.org/fep/521a
3630536305
*
3630636306
*/
3630736307

@@ -43888,7 +43888,7 @@ get preferredUsernames(): ((string | LanguageString))[] {
4388843888
/** Represents this actor's public keys. It serves as equivalent to
4388943889
* the \`publicKeys\` property, but is used for [FEP-521a] compliance.
4389043890
*
43891-
* [FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
43891+
* [FEP-521a]: https://w3id.org/fep/521a
4389243892
*
4389343893
*/
4389443894

@@ -43925,7 +43925,7 @@ get preferredUsernames(): ((string | LanguageString))[] {
4392543925
/** Represents this actor's public keys. It serves as equivalent to
4392643926
* the \`publicKeys\` property, but is used for [FEP-521a] compliance.
4392743927
*
43928-
* [FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
43928+
* [FEP-521a]: https://w3id.org/fep/521a
4392943929
*
4393043930
*/
4393143931

src/mod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* [Activity Vocabulary]: https://www.w3.org/TR/activitystreams-vocabulary/
3636
* [WebFinger]: https://datatracker.ietf.org/doc/html/rfc7033
3737
* [HTTP Signatures]: https://tools.ietf.org/html/draft-cavage-http-signatures-12
38-
* [FEP-8b32]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md
38+
* [FEP-8b32]: https://w3id.org/fep/8b32
3939
* [NodeInfo]: https://nodeinfo.diaspora.software/
4040
*
4141
* @module

src/vocab/application.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ properties:
5959
Represents this actor's public keys. It serves as equivalent to
6060
the `publicKeys` property, but is used for [FEP-521a] compliance.
6161
62-
[FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
62+
[FEP-521a]: https://w3id.org/fep/521a
6363
range:
6464
- "https://w3id.org/security#Multikey"
6565

src/vocab/dataintegrityproof.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ properties:
2323
A key owned by an actor according to [FEP-521a: Representing actor's public
2424
keys][1].
2525
26-
[1]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
26+
[1]: https://w3id.org/fep/521a
2727
range:
2828
- "https://w3id.org/security#Multikey"
2929

src/vocab/group.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ properties:
5959
Represents this actor's public keys. It serves as equivalent to
6060
the `publicKeys` property, but is used for [FEP-521a] compliance.
6161
62-
[FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
62+
[FEP-521a]: https://w3id.org/fep/521a
6363
range:
6464
- "https://w3id.org/security#Multikey"
6565

src/vocab/multikey.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: |
77
Represents a key owned by an actor according to [FEP-521a: Representing
88
actor's public keys.][1]
99
10-
[1]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
10+
[1]: https://w3id.org/fep/521a
1111
defaultContext: "https://w3id.org/security/multikey/v1"
1212

1313
properties:

src/vocab/organization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ properties:
5959
Represents this actor's public keys. It serves as equivalent to
6060
the `publicKeys` property, but is used for [FEP-521a] compliance.
6161
62-
[FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
62+
[FEP-521a]: https://w3id.org/fep/521a
6363
range:
6464
- "https://w3id.org/security#Multikey"
6565

src/vocab/person.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ properties:
5959
Represents this actor's public keys. It serves as equivalent to
6060
the `publicKeys` property, but is used for [FEP-521a] compliance.
6161
62-
[FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
62+
[FEP-521a]: https://w3id.org/fep/521a
6363
range:
6464
- "https://w3id.org/security#Multikey"
6565

src/vocab/service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ properties:
5959
Represents this actor's public keys. It serves as equivalent to
6060
the `publicKeys` property, but is used for [FEP-521a] compliance.
6161
62-
[FEP-521a]: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
62+
[FEP-521a]: https://w3id.org/fep/521a
6363
range:
6464
- "https://w3id.org/security#Multikey"
6565

0 commit comments

Comments
 (0)