Merge branch 'master' into 'master'

Correct link to ActivityPub spec overview

See merge request spritely/ocappub!6
This commit is contained in:
David Pflug 2022-11-30 01:33:45 +00:00
commit 3e38e520ae
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ intentions of users on the network.
[[https://www.w3.org/TR/activitypub/][ActivityPub]] is a federated social network protocol. [[https://www.w3.org/TR/activitypub/][ActivityPub]] is a federated social network protocol.
It is generally fairly easily understood by reading the It is generally fairly easily understood by reading the
[[https://en.wikipedia.org/wiki/Actor_model][Overview section of the standard]]. [[https://www.w3.org/TR/activitypub/#Overview][Overview section of the standard]].
In short, just as anyone can host their own email server, anyone can In short, just as anyone can host their own email server, anyone can
host their own ActivityPub server, and yet different users on different host their own ActivityPub server, and yet different users on different
servers can interact. servers can interact.