update PR docs to include https
All checks were successful
Deploy website / deploy (push) Successful in 11s
All checks were successful
Deploy website / deploy (push) Successful in 11s
This commit is contained in:
parent
ad2d56f585
commit
a7ae878c5d
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ in {
|
||||||
<p>
|
<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:
|
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>
|
<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>
|
<br>
|
||||||
linking your nixos config is entirely optional! (you'll be way cooler though)
|
linking your nixos config is entirely optional! (you'll be way cooler though)
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue