Skip to content
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

Fix broken links #52

Merged
merged 2 commits into from
Jun 25, 2024
Merged

Fix broken links #52

merged 2 commits into from
Jun 25, 2024

Commits on Jun 11, 2024

  1. Fix anchor in the "Changing Multiple Commit Messages" link

    In
    progit@357db9d#diff-ef001a8fe03c386785e0861e40f85c0db419ea4bf1227a992e163b52f475f82dL450-R449
    the anchor was changed from `_changing_multiple` to `_change_multiple`,
    breaking the link. Let's change it back to unbreak it.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    26d1488 View commit details
    Browse the repository at this point in the history
  2. Fix the anchors of the "Pushing [...]" links

    In
    progit@e810e04,
    these three anchors were changed from starting with a lower-case `p` to
    an upper-case `P`, breaking the links in the process. Let's downcase
    them again to unbreak them.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a59fdbd View commit details
    Browse the repository at this point in the history