From 9a8d8872c5c6d0b2ce2b9106efa38707e63fe2f7 Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Thu, 3 Mar 2016 08:41:39 +0100 Subject: [PATCH] Fix link to dfrn2 specs, fix #2395 --- Protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Protocol.md b/Protocol.md index ab1fd65..6f7f92f 100644 --- a/Protocol.md +++ b/Protocol.md @@ -1,5 +1,5 @@ # General -* Friendica uses [DFRN](https://macgirvin.com/spec/dfrn2.pdf) as message protocol. +* Friendica uses [DFRN](https://github.com/friendica/friendica/blob/master/spec/dfrn2.pdf) as message protocol. * The messages uses [ActivityStreams](http://activitystrea.ms/head/activity-schema.html). * [Webfinger](https://code.google.com/p/webfinger/wiki/WebFingerProtocol) is used for the discovery of users * [Salmon](https://en.wikipedia.org/wiki/Salmon_%28protocol%29) is used as a message exchange protocol for replies and mentions.