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 hardcoded missionpinball.org links to include /latest/ after the tld #532

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You should be able to access the doc site via your web browser at `localhost:800

## To contribute

We would love contributions to the docs! We have a Contributing Guide ([view on GitHub](https://github.com/missionpinball/mpf-docs/blob/main/docs/about/help_docs.md) | [view on the website](https://missionpinball.org/about/help_docs/))
We would love contributions to the docs! We have a Contributing Guide ([view on GitHub](https://github.com/missionpinball/mpf-docs/blob/main/docs/about/help_docs.md) | [view on the website](https://missionpinball.org/latest/about/help_docs/))
which explains how to contribute.

## Configuring site navigation
Expand All @@ -42,7 +42,7 @@ something someone could look into.

## Script to build the showcase pages

The MPF project showcase is published at [missionpinball.org/showcase](https://missionpinball.org/showcase/).
The MPF project showcase is published at [missionpinball.org/latest/showcase](https://missionpinball.org/latest/showcase/).
The source content for each showcase entry are YAML files [`/showcase`](https://github.com/missionpinball/mpf-docs/tree/main/showcase) folder of this repo. The script [`generate_showcase_pages.py`](https://github.com/missionpinball/mpf-docs/blob/main/build_tools/generate_showcase_pages.py) generates the .md files for each project, and also generates the showcase index
page.

Expand Down
2 changes: 1 addition & 1 deletion docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ If you have an existing MPF 0.57 project and would like to use MPF 0.80 and the
## Next step: The Tutorial!

We have a tutorial which walks you through the first few steps of getting
your project started at [missionpinball.org/tutorial](../tutorial/index.md)
your project started at [missionpinball.org/latest/tutorial](../tutorial/index.md)
2 changes: 1 addition & 1 deletion docs/testing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Bonus: there are “fuzz” tests too which are just automated tests that hit al

Consolidate this content to here:

* https://missionpinball.org/tutorial/19_unit_testing/
* https://missionpinball.org/latest/tutorial/19_unit_testing/
* https://developer.missionpinball.org/en/dev/testing/writing_machine_tests.html
* https://developer.missionpinball.org/en/dev/testing/tutorial/2.html

Expand Down
4 changes: 2 additions & 2 deletions includes/todo.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
!!! success "Help us write it!"

This section is unwritten or needs an update or edit. Can you [help write it](https://missionpinball.org/about/help)?
This section is unwritten or needs an update or edit. Can you [help write it](https://missionpinball.org/latest/about/help)?
Get your name in lights and geeky pinball bragging rights! Hit the magic sparkly wand to
the right of the title to see this page source on GitHub. Then add/edit and
submit your change. It's easy! :fontawesome-solid-wand-magic-sparkles: :material-arrow-top-right:

----------------------------------------------------------------------------------

<div style="text-align: center;">
[CLICK TO LEARN HOW TO EDIT THIS PAGE :material-heart-multiple-outline:](https://missionpinball.org/about/help){ .md-button .md-button--primary }
[CLICK TO LEARN HOW TO EDIT THIS PAGE :material-heart-multiple-outline:](https://missionpinball.org/latest/about/help){ .md-button .md-button--primary }
</div>
2 changes: 1 addition & 1 deletion includes/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
The guide starts [here](index.md).

It's been awhile since this tutorial has been updated. If you find anything that
is no longer relevant, please let us know, or better yet, [edit or update it yourself](https://missionpinball.org/about/help.md)!
is no longer relevant, please let us know, or better yet, [edit or update it yourself](https://missionpinball.org/latest/about/help.md)!