diff options
author | Daniil Baturin <daniil@baturin.org> | 2021-10-19 01:47:25 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2021-10-19 01:47:25 +0700 |
commit | 425e51fe0b6fa4caaba2088cc564afc409e9d8f6 (patch) | |
tree | 79dc24b6a69a89654377e468d547457720cabd3e | |
parent | bfacc30d6c1eb498bd0c425d59b65b1fbe7ba317 (diff) | |
download | community.vyos.net-425e51fe0b6fa4caaba2088cc564afc409e9d8f6.tar.gz community.vyos.net-425e51fe0b6fa4caaba2088cc564afc409e9d8f6.zip |
Add persistent ids to footnotes in the contibutor subscription page
-rw-r--r-- | site/get/contributor-subscriptions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/get/contributor-subscriptions.md b/site/get/contributor-subscriptions.md index 937b519..5b95f8e 100644 --- a/site/get/contributor-subscriptions.md +++ b/site/get/contributor-subscriptions.md @@ -8,7 +8,7 @@ Our eligibility guidelines are as follows: <dl> <dt>Programmers</dt> <dd> -Three merged, non-trivial<fn>Non-trivial is relative of course. A single typo fix is trivial, while extensive proofreading of help strings and error messages definitely counts. Contact us if not sure.</fn> +Three merged, non-trivial<fn id="non-trivial">Non-trivial is relative of course. A single typo fix is trivial, while extensive proofreading of help strings and error messages definitely counts. Contact us if not sure.</fn> pull requests to the source code within the last year. </dd> @@ -19,7 +19,7 @@ Six merged, non-trivial pull requests to the documentation within the last year. <dt>Evangelists</dt> <dd> -A provable<fn>Many people tell us that they promote VyOS among friends and collegues. It may be true, but the problem is that anyone can say that. If you want to get a subscription as an evangelist, +A provable<fn id="evangelists">Many people tell us that they promote VyOS among friends and collegues. It may be true, but the problem is that anyone can say that. If you want to get a subscription as an evangelist, please supply links to posts or recorded talks.</fn> track record of posting about VyOS (whether on your own site or on social media) or speaking about it at live events (offline or online). Answering on the forums also counts. </dd> |