From e8bbae126655eaf41dfaa4b6fac8895ba011dbef Mon Sep 17 00:00:00 2001 From: ruru4143 Date: Thu, 5 Oct 2023 14:58:17 +0200 Subject: [PATCH] fixed url --- architecture design proposal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architecture design proposal.md b/architecture design proposal.md index 393927e..1eb2aef 100755 --- a/architecture design proposal.md +++ b/architecture design proposal.md @@ -27,7 +27,7 @@ The following terms are used: ## Content related - **post type:** Post type and custom post types within WordPress -- **Object Type:** ActivityPub [object type](https://www.w3.org/TR/activitystreams-vocabulary/#object types) +- **Object Type:** ActivityPub [object type](https://www.w3.org/TR/activitystreams-vocabulary/#object-types) - **Transformers:** a piece of code that converts items of a particular WordPress post type to an ActivityPub object of (a) specified type(s). For example a transformer that can transform: - `post` to a `Note` - `post` to a `Article`