summaryrefslogtreecommitdiff
path: root/devel/index.html
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-05-05 20:41:30 +0000
committerZach van Rijn <me@zv.io>2021-05-05 20:41:30 +0000
commitcc5bdbb1633b53ba26989b9665216681a254fde7 (patch)
treec1e52d8757fbbf3c839d3643394fba8e446aa25e /devel/index.html
parent8eb40de40679aea6f413a73abf4b65430ac748f7 (diff)
downloadhorizon-cc5bdbb1633b53ba26989b9665216681a254fde7.tar.gz
horizon-cc5bdbb1633b53ba26989b9665216681a254fde7.tar.bz2
horizon-cc5bdbb1633b53ba26989b9665216681a254fde7.tar.xz
horizon-cc5bdbb1633b53ba26989b9665216681a254fde7.zip
Fix links (move from 'horizon.a.o' --> 'a.o/horizon').
Diffstat (limited to 'devel/index.html')
-rw-r--r--devel/index.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/devel/index.html b/devel/index.html
index aac2d16..4e8e982 100644
--- a/devel/index.html
+++ b/devel/index.html
@@ -5,9 +5,9 @@
<title>Project Horizon, by Adélie Linux</title>
<meta name="description" content="Information about Adélie Linux's revolutionary installation system, Project Horizon."/>
<meta name="author" content="Adélie Linux team"/>
- <link rel="stylesheet" href="//static.adelielinux.org/css/bigone.css" type="text/css" integrity="sha256-fHCVxQ83AS2qaOj+1rcM1IEyFjsvRPFJ3RAgmt0SXCQ= sha384-6HotgzfG3srjHdLfgLhJ5ZQcQ79LwOLJriauwftNoHy2/d+Ozs+aaww53qmd0FRA sha512-6B4zZckVHMCjtJEN4TsPTjcQYiTligjB02Q46guI7bIKvoJ8HCHy+o+Bqedn4LkUQjLkyrebPPQCI51HTu2zow==" crossorigin="anonymous"/>
- <link rel="stylesheet" href="//static.adelielinux.org/css/adelie.desktop.css" media="screen and (min-width: 761px)" type="text/css" integrity="sha256-6tDAt0OGJwu+SzwdLKxaNLs2h5HH0Tu7pexZkuWKQ1c= sha384-k8WmlZEMlE9lyWuv7kwSSw/lnrFFOidReK/+9b0Xm2vO8uyuefunn2qNofVRL7+x sha512-qXiR/1s5MNBFa0VOzPr+pcyKdX75pQ7iEaxI3V6ujoE2hI9WoThbikwrRCL+qjo25RmJxGPl1OH3Qrff+0aF+w==" crossorigin="anonymous"/>
- <link rel="stylesheet" href="//static.adelielinux.org/css/adelie.mobile.css" media="screen and (max-width: 760px)" type="text/css" integrity="sha256-Eb1aM0ED2J/5+oK2jOdpTgcT855jEytjplBPMPIxoTw= sha384-C7rwd8/bCuiShhC4BI+zfRuHYCS8eIbLIEjnlBUYj8GKEO+G5VkWTs4j9ECizrdN sha512-H/Ocfd9Go4vsxj7pyNqS30kJMN7eN3SYxkG9XkthCYuPKSguLo9ER/E8tqqLVWKIjxOay4ny/PCeTfztqjrOjw==" crossorigin="anonymous"/>
+ <link rel="stylesheet" href="/css/bigone.css" type="text/css" crossorigin="anonymous"/>
+ <link rel="stylesheet" href="/css/adelie.desktop.css" media="screen and (min-width: 761px)" type="text/css" crossorigin="anonymous"/>
+ <link rel="stylesheet" href="/css/adelie.mobile.css" media="screen and (max-width: 760px)" type="text/css" crossorigin="anonymous"/>
<!--[if lte IE 7]>
<link rel="stylesheet" href="yaml/core/iehacks.min.css" type="text/css"/>
@@ -20,11 +20,11 @@
<ul>
<li class="nopad"><img src="https://static.adelielinux.org/img/header.png" alt="[Penguin]"></li>
<li><a href="//www.adelielinux.org/">Adélie Home</a></li>
- <li><a href="https://www.adelielinux.org/contribute.html">Contribute</a></li>
- <li><a href="https://code.foxkit.us/adelie/horizon/">Horizon Git</a></li>
- <li><a href="/script/">Script Reference</a></li>
- <li><a href="/requirements/">Functional Req's</a></li>
- <li><a href="/coverage/">Coverage Report</a></li>
+ <li><a href="https://www.adelielinux.org/community/contribute.html">Contribute</a></li>
+ <li><a href="https://git.adelielinux.org/adelie/horizon/">Horizon Git</a></li>
+ <li><a href="script/">Script Reference</a></li>
+ <li><a href="requirements/">Functional Req's</a></li>
+ <li><a href="coverage/">Coverage Report</a></li>
<li><a href="https://bts.adelielinux.org/buglist.cgi?product=Horizon&resolution=---">Issues</a></li>
</ul>
</nav>
@@ -39,7 +39,7 @@
or deploy Adélie to your server cluster with HorizonScript.</p>
<p class="center">
<a href="https://distfiles.adelielinux.org/adelie/1.0-beta4/iso/" class="ym-button ym-xlarge ym-danger">Download Adélie CD/USB</a>
- <a href="/script/" class="ym-button ym-xlarge">HorizonScript Reference</a>
+ <a href="script/" class="ym-button ym-xlarge">HorizonScript Reference</a>
<a href="https://help.adelielinux.org/html/install/" class="ym-button ym-xlarge">Handbook</a>
</p>
</div>
@@ -48,14 +48,14 @@
<div class="ym-g33 ym-gl">
<div class="ym-gbox">
<h3 class="center">For Administrators</h3>
- <p>Read the <a href="/script/">official HorizonScript specification</a> and learn how to write your own <code>installfile</code>s.</p>
+ <p>Read the <a href="script/">official HorizonScript specification</a> and learn how to write your own <code>installfile</code>s.</p>
</div>
</div>
<div class="ym-g33 ym-gl">
<div class="ym-gbox">
<h3 class="center">For Contributors</h3>
- <p>Read <a href="/vision/">Horizon Vision</a> and the <a href="/requirements/">Functional Requirements Specification</a>.
- View <a href="https://code.foxkit.us/adelie/horizon/">the Git repository</a> and <a href="/coverage/">the current code coverage report</a>.</p>
+ <p>Read <a href="vision/">Horizon Vision</a> and the <a href="requirements/">Functional Requirements Specification</a>.
+ View <a href="https://git.adelielinux.org/adelie/horizon/">the Git repository</a> and <a href="/coverage/">the current code coverage report</a>.</p>
</div>
</div>
<div class="ym-g33 ym-gr">
@@ -71,7 +71,7 @@
<footer>
<div class="ym-wrapper center">
<div class="ym-wbox">
- Copyright &copy; 2015-2019 Adélie Linux Team. <a href="https://code.foxkit.us/adelie/horizon/tree/master/devel/">Site</a> licensed under CC BY-NC-SA 4.0 and others.
+ Copyright &copy; 2015-2019 Adélie Linux Team. <a href="https://git.adelielinux.org/adelie/horizon/tree/master/devel/">Site</a> licensed under CC BY-NC-SA 4.0 and others.
</div>
</div>
</footer>