update PR docs to include https
All checks were successful
Deploy website / deploy (push) Successful in 11s

This commit is contained in:
jacekpoz 2024-09-16 14:12:36 +02:00
parent ad2d56f585
commit a7ae878c5d
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -68,7 +68,7 @@ in {
<p>
and make a PR to one of <a href="https://codeberg.org/jacekpoz/nixwebr.ing">the</a> <a href="https://github.com/jacekpoz/nixwebr.ing">repos</a> adding yourself to the <code>webring.nix</code> file:
<br>
<code>{ name = "name"; site = "mysite.tld"; config = "gitforge.tld/name/nixos"; }</code>
<code>{ name = "name"; site = "https://mysite.tld"; config = "https://gitforge.tld/name/nixos"; }</code>
<br>
linking your nixos config is entirely optional! (you'll be way cooler though)
</p>