Fix incorrect URLs in links

The URLs in these links were incorrect, due to typos or the content having been moved. That caused the links to lead to
a 404 page instead of the intended target.

The URLs are hereby updated to the intended targets of the links.
This commit is contained in:
per1234 2025-02-27 18:25:43 -08:00
parent 0631309130
commit 82139f751f
2 changed files with 4 additions and 4 deletions

View File

@ -12,11 +12,11 @@ ActivityPub was developed by the [Social Web Working Group](https://www.w3.org/S
- The [ActivityPub specification](https://www.w3.org/TR/activitypub/) is the official document that describes the protocol. - The [ActivityPub specification](https://www.w3.org/TR/activitypub/) is the official document that describes the protocol.
- The [errata](https://www.w3.org/wiki/ActivityPub_errata) pages shows known errors in the specification. - The [errata](https://www.w3.org/wiki/ActivityPub_errata) pages shows known errors in the specification.
- The [Editor's Draft](https://w3.github.io/activitypub/) incorporates the corrected errata directly into the specification text. - The [Editor's Draft](https://w3c.github.io/activitypub/) incorporates the corrected errata directly into the specification text.
- The [SocialCG](https://www.w3.org/community/socialcg/) is the community group that maintains the specification. It meets regularly to discuss the specification and its implementations. - The [SocialCG](https://www.w3.org/community/socialcg/) is the community group that maintains the specification. It meets regularly to discuss the specification and its implementations.
- The [ActivityPub Primer](https://www.w3.org/wiki/ActivityPub/Primer) gives deeper explanations of topics described in the specification. - The [ActivityPub Primer](https://www.w3.org/wiki/ActivityPub/Primer) gives deeper explanations of topics described in the specification.
- The [ActivityPub WebFinger profile](https://swicg.github.io/activitypub-webfinger/) describes how to use WebFinger with ActivityPub. - The [ActivityPub WebFinger profile](https://swicg.github.io/activitypub-webfinger/) describes how to use WebFinger with ActivityPub.
- The [ActivityPub HTTP Signatures profile](https://swicg.github.io/activitypub-http-signatures/) describes how to use HTTP Signatures with ActivityPub. - The [ActivityPub HTTP Signatures profile](https://swicg.github.io/activitypub-http-signature/) describes how to use HTTP Signatures with ActivityPub.
- The [ActivityPub Data Portability task force](https://swicg.github.io/activitypub-data-portability/) describes how to use ActivityPub for data portability. - The [ActivityPub Data Portability task force](https://swicg.github.io/activitypub-data-portability/) describes how to use ActivityPub for data portability.
## Editors ## Editors
@ -46,7 +46,7 @@ To handle editorial errors like spelling or grammar mistakes, unclear or ambiguo
1. Make a GitHub issue. 1. Make a GitHub issue.
2. The editor will make a [proposed erratum](https://www.w3.org/wiki/ActivityPub_errata/Proposed) for review by the SocialCG. 2. The editor will make a [proposed erratum](https://www.w3.org/wiki/ActivityPub_errata/Proposed) for review by the SocialCG.
3. At a future SocialCG meeting, the group will review the proposed erratum and decide whether to accept it. Accepted errata are added to the [errata](https://www.w3.org/wiki/ActivityPub_errata) page. 3. At a future SocialCG meeting, the group will review the proposed erratum and decide whether to accept it. Accepted errata are added to the [errata](https://www.w3.org/wiki/ActivityPub_errata) page.
4. The editor will incorporate the errata into the [Editor's Draft](https://w3.github.io/activitypub/). 4. The editor will incorporate the errata into the [Editor's Draft](https://w3c.github.io/activitypub/).
5. Errata are periodically deployed to the main [ActivityPub specification](https://www.w3.org/TR/activitypub/). 5. Errata are periodically deployed to the main [ActivityPub specification](https://www.w3.org/TR/activitypub/).
### Backwards-compatible changes ### Backwards-compatible changes

View File

@ -32,7 +32,7 @@ Delano's client submits a post to its outbox declaring that Delano
would like to subscribe to Beth. Beth is included as a recipient in would like to subscribe to Beth. Beth is included as a recipient in
the "to" field so that her server can know to begin delivery of the "to" field so that her server can know to begin delivery of
messages to Delano, and the special messages to Delano, and the special
[public collection](http://w3c-social.github.io/activitypub/#public-addressing) [public collection](http://w3c.github.io/activitypub/#public-addressing)
is added as a Cc: so that others might know about that subscription. is added as a Cc: so that others might know about that subscription.