From 82139f751f58acab9296dd22852772907a14b5b4 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 27 Feb 2025 18:25:43 -0800 Subject: [PATCH] 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. --- README.md | 6 +++--- userstories/following-a-person.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b3727d..faf57b6 100644 --- a/README.md +++ b/README.md @@ -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 [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 [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 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. ## Editors @@ -46,7 +46,7 @@ To handle editorial errors like spelling or grammar mistakes, unclear or ambiguo 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. 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/). ### Backwards-compatible changes diff --git a/userstories/following-a-person.md b/userstories/following-a-person.md index e38b7f3..00306ee 100644 --- a/userstories/following-a-person.md +++ b/userstories/following-a-person.md @@ -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 the "to" field so that her server can know to begin delivery of 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.