Skip to content

Commit 128d437

Browse files
author
Release Manager
committed
gh-37213: fix a wrong reference in installation manual
In the second paragraph of "https://doc.sagemath.org/html/en/installation/launching.html", the reader is "strongly advised to create shortcuts for Sage as indicated at the end of the “Linux” Section in [Install from Pre-Built Binaries](https://doc.sagemath.org/html/en/installation/binary.html#sec- installation-from-binaries)". However, the indicated part in the reference "[Install from Pre-Built Binaries](https://doc.sagemath.org/html/en/installation/binary.html#sec- installation-from-binaries)" does not exist anymore, and should be replaced by "[Installation steps](https://deploy-preview-37213-- sagemath.netlify.app/html/en/installation/source#build-from-source-step- by-step)". ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #37213 Reported by: 6mingkun Reviewer(s): Frédéric Chapoton
2 parents a958e5b + 28e0420 commit 128d437

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build/pkgs/configure/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=8124eeddb2d440bd40f9656a8f69ce53175a4706
3-
md5=db7e8fb79c8cd9a69e8cc6865e43add9
4-
cksum=719116257
2+
sha1=2eeabb32c883a984bfdcc9e297c1409a8892b196
3+
md5=949acf25b74cc4b3dddf7894de0cac27
4+
cksum=833852017
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0c16f847a4db786d105c48e79bf3bc3fe07d82fc
1+
b1270c708455b9c0535620d94547d44b7ba20957

src/doc/en/installation/launching.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Notebook from the command line.
99

1010
If you did install the Windows version or the macOS application you
1111
should have icons available on your desktops or launching menus. Otherwise
12-
you are strongly advised to create shortcuts for Sage as indicated at the end
13-
of the "Linux" Section in :ref:`sec-installation-from-binaries`. Assuming
14-
that you have this shortcut, running
12+
you are strongly advised to create shortcuts for Sage as indicated in the part
13+
6 of the "Installation steps" Section in :ref:`build-from-source-step-by-step`.
14+
Assuming that you have this shortcut, running
1515

1616
.. CODE-BLOCK:: bash
1717

0 commit comments

Comments
 (0)