Skip to content

Commit 91fbcce

Browse files
committed
Back to using the official doc.sagemath.org links
git grep -l tobias | xargs sed -i.bak 's,https://7896a56df78170d5bab0f306d1a7230986a4206a--sagemath-tobias.netlify.app/,https://doc.sagemath.org/html/en/,g'
1 parent b5da6d9 commit 91fbcce

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/download.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1 class="narrow">
1414
<p>
1515
<strong>Note:</strong> <strong>Linux</strong> binaries have been
1616
discontinued. See the <a href=
17-
"https://7896a56df78170d5bab0f306d1a7230986a4206a--sagemath-tobias.netlify.app/installation/index.html">
17+
"https://doc.sagemath.org/html/en/installation/index.html">
1818
Installation guide</a> for alternatives. The binaries of old versions are
1919
offered for archival purposes and legacy deployments only.
2020
</p>

src/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ <h2>
137137
href="https://cocalc.com/?utm_source=sagemath.org&amp;utm_medium=icon"></a></td>
138138

139139
<td><a class="index-menu round raised"
140-
id="index-download" href="https://7896a56df78170d5bab0f306d1a7230986a4206a--sagemath-tobias.netlify.app/installation/index.html"></a></td>
140+
id="index-download" href="https://doc.sagemath.org/html/en/installation/index.html"></a></td>
141141

142142
<td class="left">
143-
<h2><a href="https://7896a56df78170d5bab0f306d1a7230986a4206a--sagemath-tobias.netlify.app/installation/index.html">Install {{version}}</a></h2>
143+
<h2><a href="https://doc.sagemath.org/html/en/installation/index.html">Install {{version}}</a></h2>
144144

145145
<div class="small">
146146
<span class="nowrap"><a href="https://wiki.sagemath.org/ReleaseTours/">Release Tours</a>

templates/base.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
&middot;
6969
<a href="https://sagecell.sagemath.org/">SageCell</a>
7070
or
71-
<a href="https://7896a56df78170d5bab0f306d1a7230986a4206a--sagemath-tobias.netlify.app/installation/index.html">Install</a>,
71+
<a href="https://doc.sagemath.org/html/en/installation/index.html">Install</a>,
7272
<a href="https://github.com/sagemath/sage">Clone</a>
7373
<br/>
7474

@@ -150,14 +150,14 @@
150150
</ul>
151151
</li>
152152

153-
<li><a href="https://7896a56df78170d5bab0f306d1a7230986a4206a--sagemath-tobias.netlify.app/installation/index.html">Download</a>
153+
<li><a href="https://doc.sagemath.org/html/en/installation/index.html">Download</a>
154154
<ul>
155-
<li><a href="https://7896a56df78170d5bab0f306d1a7230986a4206a--sagemath-tobias.netlify.app/installation/index.html">Install guide: What/how to download</a>
155+
<li><a href="https://doc.sagemath.org/html/en/installation/index.html">Install guide: What/how to download</a>
156156
<li class="section"><a href="https://github.com/sagemath/sage">Clone from GitHub</a></li>
157157
<li><a href="{{ 'download-source.html'|prefix }}">Source tarball (stable)</a></li>
158158
<li><a href="{{ 'download-latest.html'|prefix }}">Source tarball (devel)</a></li>
159159
<li class="section"><a href="https://github.com/3-manifolds/Sage_macOS/releases" class="ext">macOS binaries (3-manifolds)</a></li>
160-
<li><a href="https://7896a56df78170d5bab0f306d1a7230986a4206a--sagemath-tobias.netlify.app/installation/conda.html#sec-installation-conda">Linux/macOS binaries (conda-forge)</a></li>
160+
<li><a href="https://doc.sagemath.org/html/en/installation/conda.html#sec-installation-conda">Linux/macOS binaries (conda-forge)</a></li>
161161
<li><a href="https://docs.microsoft.com/en-us/windows/wsl/install">Windows: Use Windows Subsystem for Linux</a></li>
162162
{# <li><a href="{{ 'src-old/'|prefix }}">Old Source</a></li> #}
163163
{# <li class="section"><a href="{{ 'download-liveusb.html'|prefix }}">Live USB Key</a></li> #}

templates/download-tmpl.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h2 class="narrow">
77
</h2>
88

99
<div class="narrow txt">
10-
<a href="https://7896a56df78170d5bab0f306d1a7230986a4206a--sagemath-tobias.netlify.app/installation/index.html">Installation guide: What/how to download</a>
10+
<a href="https://doc.sagemath.org/html/en/installation/index.html">Installation guide: What/how to download</a>
1111
</div>
1212

1313
<table class="narrow justify top" id="download">

0 commit comments

Comments
 (0)