From 1fa0f6be3d33cdab5285398ceeb96075b575e000 Mon Sep 17 00:00:00 2001 From: silverpill Date: Sat, 17 Feb 2024 19:35:18 +0000 Subject: [PATCH] Fix formatting of references (#229) In #227, @bumblefudge demonstrated an alternative formatting of the "References" section. I think this is the correct approach, and propose to update the FEP template. --- I'd say this is not a minor change, therefore 1 month should pass since the last commit before the change can be accepted (per FEP-a4ed). Reviewed-on: https://codeberg.org/fediverse/fep/pulls/229 Reviewed-by: Arnold Schrijver Reviewed-by: helge Co-authored-by: silverpill Co-committed-by: silverpill --- fep-xxxx-template.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fep-xxxx-template.md b/fep-xxxx-template.md index 29ab6e0..16099c2 100644 --- a/fep-xxxx-template.md +++ b/fep-xxxx-template.md @@ -14,9 +14,11 @@ dateReceived: 1970-01-01 ## References -- [ActivityPub] Christine Lemmer Webber, Jessica Tallon, [ActivityPub](https://www.w3.org/TR/activitypub/), 2018 -- [ABC] Alyssa P. Hacker, [An example proposal](http://abc.example/abc.html), 2020 +- Christine Lemmer Webber, Jessica Tallon, [ActivityPub][ActivityPub], 2018 +- Alyssa P. Hacker, [An example proposal][ABC], 2020 +[ActivityPub]: https://www.w3.org/TR/activitypub/ +[ABC]: http://abc.example/abc.html ## Copyright