Skip to content

Commit e431e15

Browse files
author
Release Manager
committed
gh-35852: Fix typos on the link to the walkthrough.html <!-- Please provide a concise, informative and self-explanatory title. --> <!-- Don't put issue numbers in the title. Put it in the Description below. --> <!-- For example, instead of "Fixes #12345", use "Add a new method to multiply two integers" --> ### 📚 Description In order for the link to work properly, the link "https://doc.sagemath.org/html/en/developer/walk_through.html#chapter- walkthrough" should be changed to "https://doc.sagemath.org/html/en/developer/walkthrough.html#chapter- walkthrough". <!-- Describe your changes here in detail. --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x ]`. --> - [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: #35852 Reported by: JunheeLee Reviewer(s): Marc Mezzarobba
2 parents c85882b + 0d9fa92 commit e431e15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/en/installation/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ macOS
2525

2626
Obtain the SageMath sources via ``git`` as described in `The Sage
2727
Developer's Guide
28-
<https://doc.sagemath.org/html/en/developer/walk_through.html#chapter-walkthrough>`_.
28+
<https://doc.sagemath.org/html/en/developer/walkthrough.html#chapter-walkthrough>`_.
2929

3030
- Then build SageMath from source as described in section
3131
:ref:`sec-installation-from-sources`.
@@ -93,7 +93,7 @@ Linux
9393

9494
Obtain the SageMath sources via ``git`` as described in `The Sage
9595
Developer's Guide
96-
<https://doc.sagemath.org/html/en/developer/walk_through.html#chapter-walkthrough>`_.
96+
<https://doc.sagemath.org/html/en/developer/walkthrough.html#chapter-walkthrough>`_.
9797

9898
- Then build SageMath from source as described in section
9999
:ref:`sec-installation-from-sources`.

0 commit comments

Comments
 (0)