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 "introduction" link, so docs work #3446

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 26, 2022

  1. Fix "introduction" link, so docs work

    At present, if you click "Introduction" in the README.md it takes you to https://docs.lando.dev/getting-started. If you then read all the way down the page and click the "what-it-do.html" next link at the bottom, it will take you to https://docs.lando.dev/what-it-do.html which is a 404.
    
    Adding a `/` makes that link take you to https://docs.lando.dev/getting-started/what-it-do.html instead, which works.
    
    This fixes this one instance of this flow from the README.md page. However, a better fix would be to do one of the following:
    
    a) Configure the sever to use redirects to always add the `/` to the end of directory URLs; or:
    b) Use absolute rather than relative links in the documentation navigation so it doesn't matter what the path of the origin page is.
    nottrobin committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    70b512f View commit details
    Browse the repository at this point in the history