From c620a9bff399656ad29a871c825748fff427a6fb Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 29 Aug 2019 13:02:53 +0100 Subject: [PATCH] ocaps link in header --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index d0e9c608..dd16b22f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A minimal ActivityPub server. -[W3C Specification](https://www.w3.org/TR/activitypub) - [Project Goals](README_goals.md) - [Commandline interface](README_commandline.md) - [Customizations](README_customizations.md) +[W3C Specification](https://www.w3.org/TR/activitypub) - [Project Goals](README_goals.md) - [Commandline interface](README_commandline.md) - [Customizations](README_customizations.md) - [Object Capabilities](ocaps.md) Includes emojis designed by [OpenMoji](https://openmoji.org) – the open-source emoji and icon project. License: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0) @@ -175,10 +175,6 @@ And restart the web server: systemctl restart nginx ``` -## Object Capabilities Security - -A description of the proposed object capabilities model [is here](ocaps.md). - ## Running Unit Tests To run the unit tests: