From 779edbd09ebe143da33ac4214abab06dcb733799 Mon Sep 17 00:00:00 2001 From: Sarath M S Date: Wed, 28 Mar 2018 23:23:53 -0400 Subject: [PATCH] Fix link to PHP implementation in Friendica closes #99 --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 7ebabf3..3c32d52 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,4 +22,4 @@ The [Friendica][friendica] project also has [its implementation in PHP][phpimple [entities]: {{ site.baseurl }}/entities/ [github]: https://github.com/diaspora/diaspora_federation [friendica]: https://github.com/friendica/friendica -[phpimplementation]: https://github.com/friendica/friendica/blob/master/include/diaspora.php +[phpimplementation]: https://github.com/friendica/friendica/blob/develop/src/Protocol/Diaspora.php