-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
link to release info gone #484
Comments
Can you specify the page and since when to narrow this down? I searched through recent commits and the first one I found could be 89419d6 |
I don't think it will be sufficient to revert this one. Namely, we should create a Wiki "page" - like the ones in the column on the RHS of the page, and move all the release tours there. And add a link to this page to the main webpages, here. But I don't get how to create such a "wiki page". Perhaps after more sleep... |
OK, I'm working on moving the release tours to a separate wiki page: https://github.com/sagemath/sage/wiki/Release-Tours EDIT: done. So just add the link please |
Something like this: diff --git a/src/index.html b/src/index.html
index 4240825..ae9e7d4 100644
--- a/src/index.html
+++ b/src/index.html
@@ -145,8 +145,10 @@ if (data) {
<div class="small">
<span class="nowrap"><a href="https://github.com/sagemath/sage/releases">Releases</a>
· </span>
- {#<span class="nowrap"><a href="https://wiki.sagemath.org/ReleaseTours/">Release Tours</a>
- · </span>#}
+ <span class="nowrap"><a href=""https://github.com/sagemath/sage/wiki/Release-Tours>Release Tours</a>
+ · </span>
+ <span class="nowrap"><a href=""https://github.com/sagemath/sage/wiki/Sage-{{version}}-Release-Tour>Release Tour for {{version}}</a>
+ · </span>
{#<span class="nowrap"><a href="changelogs/index.html">Changelogs</a>
· </span>#}
{#<span class="nowrap"><a href="download-source.html">Source tarball {{ version_src }}</a> (I don't know whether one can just insert templates into URLs like this) |
specifically, for the current release: https://github.com/sagemath/sage/wiki/Sage-10.5-Release-Tour
@haraldschilly
The text was updated successfully, but these errors were encountered: