Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7281c3c

Browse files
committedApr 6, 2020
fix bad links, fixes #383
1 parent 373e7ca commit 7281c3c

File tree

3 files changed

+90
-82
lines changed

3 files changed

+90
-82
lines changed
 

‎governance.tt

+7-7
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
rejecting a specific RFC.
5252
</p>
5353
<a class="btn btn-block btn-success"
54-
href="[%root%]/teams/rfc-steering-committee.html">Members &amp; Contacts</a>
54+
href="[%root%]teams/rfc-steering-committee.html">Members &amp; Contacts</a>
5555
</div>
5656
<div class="span4">
5757
<h3>Security Team</h3>
@@ -60,15 +60,15 @@
6060
privately reported security issues.
6161
</p>
6262
<a class="btn btn-block btn-success"
63-
href="[%root%]/teams/security.html">Members &amp; Contacts</a>
63+
href="[%root%]teams/security.html">Members &amp; Contacts</a>
6464
</div>
6565
<div class="span4">
6666
<h3>Infrastructure Team</h3>
6767
<p>The responsibility of this team is to provide infrastructure for the Nix and
6868
NixOS community.
6969
</p>
7070
<a class="btn btn-block btn-success"
71-
href="[%root%]/teams/infrastructure.html">Members &amp; Contacts</a>
71+
href="[%root%]teams/infrastructure.html">Members &amp; Contacts</a>
7272
</div>
7373
</div>
7474

@@ -80,15 +80,15 @@
8080
artifacts.
8181
</p>
8282
<a class="btn btn-block btn-success"
83-
href="[%root%]/teams/nixos_release.html">Members &amp; Contacts</a>
83+
href="[%root%]teams/nixos_release.html">Members &amp; Contacts</a>
8484
</div>
8585
<div class="span4">
8686
<h3>NixCon Team</h3>
8787
<p>A team that helps organize NixCon, a conference for the Nix and NixOS
8888
community.
8989
</p>
9090
<a class="btn btn-block btn-success"
91-
href="[%root%]/teams/nixcon.html">Members &amp; Contacts</a>
91+
href="[%root%]teams/nixcon.html">Members &amp; Contacts</a>
9292
</div>
9393
<div class="span4">
9494
<h3>Marketing Team</h3>
@@ -97,7 +97,7 @@
9797
the project.
9898
</p>
9999
<a class="btn btn-block btn-success"
100-
href="[%root%]/teams/marketing.html">Members &amp; Contacts</a>
100+
href="[%root%]teams/marketing.html">Members &amp; Contacts</a>
101101
</div>
102102
</div>
103103

@@ -106,7 +106,7 @@
106106
<h3>Discourse Team</h3>
107107
<p>It configures and moderates the Discourse forum.</p>
108108
<a class="btn btn-block btn-success"
109-
href="[%root%]/teams/discourse.html">Members &amp; Contacts</a>
109+
href="[%root%]teams/discourse.html">Members &amp; Contacts</a>
110110
</div>
111111
</div>
112112

‎index.tt

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</p>
2424

2525
<div class="learn-more">
26-
<a class="btn btn-success" href="[%root%]/nix/">
26+
<a class="btn btn-success" href="[%root%]nix/">
2727
<i class="fa fa-chevron-right"></i> Learn more about Nix
2828
</a>
2929
</div>
@@ -35,10 +35,10 @@
3535
to package and configuration management. Built on top of the
3636
Nix package manager, it is completely declarative, makes
3737
upgrading systems reliable, and has
38-
<a href="[%root%]/nixos/about.html">many other advantages</a>.</p>
38+
<a href="[%root%]nixos/about.html">many other advantages</a>.</p>
3939

4040
<div class="learn-more">
41-
<a class="btn btn-success" href="[%root%]/nixos/">
41+
<a class="btn btn-success" href="[%root%]nixos/">
4242
<i class="fa fa-chevron-right"></i> Learn more about NixOS
4343
</a>
4444
</div>
@@ -57,7 +57,7 @@
5757
packages collection for the Nix package manager, released
5858
under a permissive MIT/X11 license.
5959
</p>
60-
<a class="learn-more" href="[%root%]/nixpkgs">
60+
<a class="learn-more" href="[%root%]nixpkgs">
6161
More about Nixpkgs
6262
<i class="fa fa-angle-right"></i>
6363
</a>
@@ -83,13 +83,13 @@
8383
</p>
8484
<ul>
8585
<li>
86-
<a href="[%root%]/nixos/community.html">
86+
<a href="[%root%]nixos/community.html">
8787
Get in touch
8888
<i class="fa fa-angle-right"></i>
8989
</a>
9090
</li>
9191
<li>
92-
<a href="[%root%]/learn.html">
92+
<a href="[%root%]learn.html">
9393
Learning resources
9494
<i class="fa fa-angle-right"></i>
9595
</a>

‎learn.tt

+77-69
Original file line numberDiff line numberDiff line change
@@ -5,117 +5,119 @@
55
<div class="span4">
66
<h2>Learn Nix</h2>
77
<p>Nix is a package manager which comes in a form of many command line tools.
8-
Packages that Nix can build are defined with Nix Expression Language.
8+
Packages that Nix can build are defined with Nix Expression Language.
99
</p>
1010
<ul>
11-
<li><a href="[%root%]/nix/manual/#ch-installing-binary">Installation</a></li>
12-
<li><a href="[%root%]/nix/manual/#ch-basic-package-mgmt">Basic package management</a></li>
13-
<li><a href="[%root%]/nix/manual/#sec-channels">What is a channel?</a></li>
11+
<li><a href="[%root%]nix/manual/#ch-installing-binary">Installation</a></li>
12+
<li><a href="[%root%]nix/manual/#ch-basic-package-mgmt">Basic package management</a></li>
13+
<li><a href="[%root%]nix/manual/#sec-channels">What is a channel?</a></li>
1414
<li>
1515
Main command line tools:
1616
<ul>
17-
<li><a href="[%root%]/nix/manual/#sec-nix-env">nix-env</a> — manipulate or query Nix user environments</li>
18-
<li><a href="[%root%]/nix/manual/#sec-nix-build">nix-build</a> — build a Nix expression</li>
19-
<li><a href="[%root%]/nix/manual/#sec-nix-shell">nix-shell</a> — start an interactive shell based on a Nix expression</li>
20-
<li><a href="[%root%]/nix/manual/#sec-nix-store">nix-store</a> — manipulate or query the Nix store</li>
17+
<li><a href="[%root%]nix/manual/#sec-nix-env">nix-env</a> — manipulate or query Nix user environments</li>
18+
<li><a href="[%root%]nix/manual/#sec-nix-build">nix-build</a> — build a Nix expression</li>
19+
<li><a href="[%root%]nix/manual/#sec-nix-shell">nix-shell</a> — start an interactive shell based on a Nix
20+
expression</li>
21+
<li><a href="[%root%]nix/manual/#sec-nix-store">nix-store</a> — manipulate or query the Nix store</li>
2122
</ul>
2223
</li>
2324
<li>
24-
<a href="[%root%]/nix/manual/#ch-expression-language">Nix expression language</a>
25+
<a href="[%root%]nix/manual/#ch-expression-language">Nix expression language</a>
2526
<ul>
2627

27-
<li><a href="[%root%]/nix/manual/#ssec-builtins">Built-in functions</a></li>
28-
<li><a href="[%root%]/nixpkgs/manual/#sec-functions-library">Nixpkgs Library Functions</a></li>
29-
<li><a href="[%root%]/nixpkgs/manual/#sec-debug">Debugging Nix Expressions</a></li>
28+
<li><a href="[%root%]nix/manual/#ssec-builtins">Built-in functions</a></li>
29+
<li><a href="[%root%]nixpkgs/manual/#sec-functions-library">Nixpkgs Library Functions</a></li>
30+
<li><a href="[%root%]nixpkgs/manual/#sec-debug">Debugging Nix Expressions</a></li>
3031
</ul>
3132
</li>
3233
</ul>
33-
<a href="[%root%]/nix/manual" class="btn btn-block">More ...</a>
34+
<a href="[%root%]nix/manual" class="btn btn-block">More ...</a>
3435
</div>
3536

3637
<div class="span4">
3738
<h2>Learn Nixpkgs</h2>
38-
<p>The Nix Packages collection (Nixpkgs) is a set of thousands of packages for the Nix package manager and NixOS linux distribution.</p>
39+
<p>The Nix Packages collection (Nixpkgs) is a set of thousands of packages for the Nix package manager and NixOS
40+
linux distribution.</p>
3941
<ul>
40-
<li><a href="[%root%]/nixpkgs/manual/#chap-packageconfig">Configure nixpkgs</a></li>
41-
<li><a href="[%root%]/nixpkgs/manual/#chap-overrides">Customize packages (override packages)</a></li>
42-
<li><a href="[%root%]/nixpkgs/manual/#chap-overlays">Extend nixpkgs (via overlays)</a></li>
42+
<li><a href="[%root%]nixpkgs/manual/#chap-packageconfig">Configure nixpkgs</a></li>
43+
<li><a href="[%root%]nixpkgs/manual/#chap-overrides">Customize packages (override packages)</a></li>
44+
<li><a href="[%root%]nixpkgs/manual/#chap-overlays">Extend nixpkgs (via overlays)</a></li>
4345
<li>
44-
<a href="[%root%]/nixpkgs/manual/#chap-quick-start">Adding a package to nixpkgs</a>
46+
<a href="[%root%]nixpkgs/manual/#chap-quick-start">Adding a package to nixpkgs</a>
4547
<ul>
46-
<li><a href="[%root%]/nixpkgs/manual/#chap-stdenv">The Standard Environment</a></li>
47-
<li><a href="[%root%]/nixpkgs/manual/#chap-pkgs-fetchers">Fetching sources</a></li>
48+
<li><a href="[%root%]nixpkgs/manual/#chap-stdenv">The Standard Environment</a></li>
49+
<li><a href="[%root%]nixpkgs/manual/#chap-pkgs-fetchers">Fetching sources</a></li>
4850
<li>
4951
Building images:
50-
<a href="[%root%]/nixpkgs/manual/#sec-pkgs-dockerTools">Docker</a>,
51-
<a href="[%root%]/nixpkgs/manual/#sec-pkgs-snapTools">Snap</a>,
52-
<a href="[%root%]/nixpkgs/manual/#sec-pkgs-appimageTools">AppImage</a>,
53-
<a href="[%root%]/nixpkgs/manual/#sec-pkgs-ociTools">OCI</a>,
52+
<a href="[%root%]nixpkgs/manual/#sec-pkgs-dockerTools">Docker</a>,
53+
<a href="[%root%]nixpkgs/manual/#sec-pkgs-snapTools">Snap</a>,
54+
<a href="[%root%]nixpkgs/manual/#sec-pkgs-appimageTools">AppImage</a>,
55+
<a href="[%root%]nixpkgs/manual/#sec-pkgs-ociTools">OCI</a>,
5456
...
5557
</li>
5658
</ul>
5759
</li>
5860
<li>
5961
Integrate Nix with programming languages:
60-
<a href="[%root%]/nixpkgs/manual/#node.js">Javascript (Node)</a>,
61-
<a href="[%root%]/nixpkgs/manual/#python">Python</a>,
62-
<a href="[%root%]/nixpkgs/manual/#sec-language-ruby">Ruby</a>
63-
<a href="[%root%]/nixpkgs/manual/#sec-language-java">Java</a>,
64-
<a href="[%root%]/nixpkgs/manual/#sec-language-go">Go</a>,
65-
<a href="[%root%]/nixpkgs/manual/#rust">Rust</a>,
66-
<a href="[%root%]/nixpkgs/manual/#r">R</a>,
67-
<a href="[%root%]/nixpkgs/manual/#haskell">Haskell</a>,
68-
<a href="[%root%]/nixpkgs/manual/#sec-elm">Elm</a>,
69-
<a href="[%root%]/nixpkgs/manual/#sec-beam">BEAM Languages (Erlang, Elixir, LFE)</a>,
70-
<a href="[%root%]/nixpkgs/manual/#sec-language-lua">Lua</a>,
71-
<a href="[%root%]/nixpkgs/manual/#idris">Idris</a>,
72-
<a href="[%root%]/nixpkgs/manual/#sec-language-coq">Coq</a>,
73-
<a href="[%root%]/nixpkgs/manual/#sec-language-perl">Perl</a>,
74-
<a href="[%root%]/nixpkgs/manual/#sec-language-ocaml">OCaml</a>,
62+
<a href="[%root%]nixpkgs/manual/#node.js">Javascript (Node)</a>,
63+
<a href="[%root%]nixpkgs/manual/#python">Python</a>,
64+
<a href="[%root%]nixpkgs/manual/#sec-language-ruby">Ruby</a>
65+
<a href="[%root%]nixpkgs/manual/#sec-language-java">Java</a>,
66+
<a href="[%root%]nixpkgs/manual/#sec-language-go">Go</a>,
67+
<a href="[%root%]nixpkgs/manual/#rust">Rust</a>,
68+
<a href="[%root%]nixpkgs/manual/#r">R</a>,
69+
<a href="[%root%]nixpkgs/manual/#haskell">Haskell</a>,
70+
<a href="[%root%]nixpkgs/manual/#sec-elm">Elm</a>,
71+
<a href="[%root%]nixpkgs/manual/#sec-beam">BEAM Languages (Erlang, Elixir, LFE)</a>,
72+
<a href="[%root%]nixpkgs/manual/#sec-language-lua">Lua</a>,
73+
<a href="[%root%]nixpkgs/manual/#idris">Idris</a>,
74+
<a href="[%root%]nixpkgs/manual/#sec-language-coq">Coq</a>,
75+
<a href="[%root%]nixpkgs/manual/#sec-language-perl">Perl</a>,
76+
<a href="[%root%]nixpkgs/manual/#sec-language-ocaml">OCaml</a>,
7577
...
7678
</li>
7779
<li>
7880
Integrate Nix with frameworks:
79-
<a href="[%root%]/nixpkgs/manual/#android">Android</a>,
80-
<a href="[%root%]/nixpkgs/manual/#ios">IOS</a>,
81-
<a href="[%root%]/nixpkgs/manual/#titanium">Titanium</a>,
82-
<a href="[%root%]/nixpkgs/manual/#sec-language-texlive">Tex Live</a>,
83-
<a href="[%root%]/nixpkgs/manual/#sec-language-qt">Qt</a>,
81+
<a href="[%root%]nixpkgs/manual/#android">Android</a>,
82+
<a href="[%root%]nixpkgs/manual/#ios">IOS</a>,
83+
<a href="[%root%]nixpkgs/manual/#titanium">Titanium</a>,
84+
<a href="[%root%]nixpkgs/manual/#sec-language-texlive">Tex Live</a>,
85+
<a href="[%root%]nixpkgs/manual/#sec-language-qt">Qt</a>,
8486
...
8587
</li>
8688
<li>
8789
Configure your editor with Nix:
88-
<a href="[%root%]/nixpkgs/manual/#vim">Vim</a>,
89-
<a href="[%root%]/nixpkgs/manual/#sec-emacs">Emacs</a>,
90-
<a href="[%root%]/nixpkgs/manual/#sec-eclipse">Eclipse</a>,
91-
<a href="[%root%]/nixpkgs/manual/#sec-kakoune">Kakoune</a>,
92-
<!-- TODO
93-
<a href="[%root%]/nixpkgs/manual/#">Visual Studio Code</a>,
90+
<a href="[%root%]nixpkgs/manual/#vim">Vim</a>,
91+
<a href="[%root%]nixpkgs/manual/#sec-emacs">Emacs</a>,
92+
<a href="[%root%]nixpkgs/manual/#sec-eclipse">Eclipse</a>,
93+
<a href="[%root%]nixpkgs/manual/#sec-kakoune">Kakoune</a>,
94+
<!-- TODO
95+
<a href="[%root%]nixpkgs/manual/#">Visual Studio Code</a>,
9496
-->
95-
...
97+
...
9698
</li>
97-
<li><a href="[%root%]/nixpkgs/manual/#chap-submitting-changes">Contributing to Nixpkgs</a></li>
99+
<li><a href="[%root%]nixpkgs/manual/#chap-submitting-changes">Contributing to Nixpkgs</a></li>
98100
</ul>
99-
<a href="[%root%]/nixpkgs/manual" class="btn btn-block">More ...</a>
101+
<a href="[%root%]nixpkgs/manual" class="btn btn-block">More ...</a>
100102
</div>
101103

102104
<div class="span4">
103105
<h2>Learn NixOS</h2>
104106
<p>NixOS is a Linux distribution based on Nix package manager.</p>
105107
<ul>
106-
<li><a href="[%root%]/nixos/manual/#sec-installation">Installing NixOS</a></li>
107-
<li><a href="[%root%]/nixos/manual/#sec-changing-config">Changing the Configuration</a></li>
108-
<li><a href="[%root%]/nixos/manual/#sec-upgrading">Upgrading NixOS</a></li>
109-
<li><a href="[%root%]/nixos/manual/#sec-configuration-syntax">Configuration Syntax</a></li>
110-
<li><a href="[%root%]/nixos/manual/#sec-package-management">Package Management</a></li>
111-
<li><a href="[%root%]/nixos/manual/#sec-user-management">User Management</a></li>
112-
<li><a href="[%root%]/nixos/manual/#ch-troubleshooting">Troubleshooting</a></li>
113-
<li><a href="[%root%]/nixos/manual/#sec-writing-modules">Writing NixOS Modules</a></li>
114-
<li><a href="[%root%]/nixos/manual/#sec-writing-documentation">Writing NixOS Documentation</a></li>
115-
<li><a href="[%root%]/nixos/manual/#sec-nixos-tests">Writing NixOS Tests</a></li>
116-
<li><a href="[%root%]/nixos/manual/#sec-building-cd">Building Your Own NixOS CD</a></li>
108+
<li><a href="[%root%]nixos/manual/#sec-installation">Installing NixOS</a></li>
109+
<li><a href="[%root%]nixos/manual/#sec-changing-config">Changing the Configuration</a></li>
110+
<li><a href="[%root%]nixos/manual/#sec-upgrading">Upgrading NixOS</a></li>
111+
<li><a href="[%root%]nixos/manual/#sec-configuration-syntax">Configuration Syntax</a></li>
112+
<li><a href="[%root%]nixos/manual/#sec-package-management">Package Management</a></li>
113+
<li><a href="[%root%]nixos/manual/#sec-user-management">User Management</a></li>
114+
<li><a href="[%root%]nixos/manual/#ch-troubleshooting">Troubleshooting</a></li>
115+
<li><a href="[%root%]nixos/manual/#sec-writing-modules">Writing NixOS Modules</a></li>
116+
<li><a href="[%root%]nixos/manual/#sec-writing-documentation">Writing NixOS Documentation</a></li>
117+
<li><a href="[%root%]nixos/manual/#sec-nixos-tests">Writing NixOS Tests</a></li>
118+
<li><a href="[%root%]nixos/manual/#sec-building-cd">Building Your Own NixOS CD</a></li>
117119
</ul>
118-
<a href="[%root%]/nixos/manual" class="btn btn-block">More ...</a>
120+
<a href="[%root%]nixos/manual" class="btn btn-block">More ...</a>
119121
</div>
120122

121123
</div>
@@ -126,17 +128,23 @@
126128
<h2>Other learning resources</h2>
127129
<ul>
128130
<li>
129-
<a href="[%root%]/nixos/nix-pills">Nix Pills</a> — At the beginning you may feel that some of the magic which happens behind the scenes is hard to grasp. This series aims to complement the existing explanations from the more formal documents.</li>
131+
<a href="[%root%]nixos/nix-pills">Nix Pills</a> — At the beginning you may feel that some of the magic which
132+
happens behind the scenes is hard to grasp. This series aims to complement the existing explanations from the
133+
more formal documents.</li>
130134
<li><a href="https://nixos.wiki">Wiki</a> — A user-maintained wiki for Nix and NixOS.</li>
131-
<li><a href="https://nix-cookbook.readthedocs.io">Nix cookbook</a> — Nix Community Cookbook presents topical, practical ways of using Nix package manager ecosystem.</li>
135+
<li><a href="https://nix-cookbook.readthedocs.io">Nix cookbook</a> — Nix Community Cookbook presents topical,
136+
practical ways of using Nix package manager ecosystem.</li>
132137
</ul>
133138
</div>
134139

135140
<div class="span6">
136141
<h2>Get help from the community</h2>
137142
<ul>
138-
<li><a href="https://discourse.nixos.org/">Discourse</a> — Discourse is a forum where we have discussions and help users out with their questions.</li>
139-
<li><a href="irc://irc.freenode.net/#nixos">IRC</a> — You can drop by on the IRC channel <a href="irc://irc.freenode.net/#nixos"><strong><tt>#nixos</tt></strong></a> on <a href="https://freenode.net/"><tt>irc.freenode.net</tt></a> to chat with the developers or other users.</li>
143+
<li><a href="https://discourse.nixos.org/">Discourse</a> — Discourse is a forum where we have discussions and help
144+
users out with their questions.</li>
145+
<li><a href="irc://irc.freenode.net/#nixos">IRC</a> — You can drop by on the IRC channel <a
146+
href="irc://irc.freenode.net/#nixos"><strong><tt>#nixos</tt></strong></a> on <a
147+
href="https://freenode.net/"><tt>irc.freenode.net</tt></a> to chat with the developers or other users.</li>
140148
<li><a href="https://stackoverflow.com/questions/tagged/nixos">Stackoverflow</a> — a place to ask questions.</li>
141149
<li><a href="https://www.reddit.com/r/NixOS">Reddit</a> — a place to discuss Nix / NixOS.</li>
142150
</ul>

0 commit comments

Comments
 (0)
Please sign in to comment.