Skip to content

Commit

Permalink
fix hardcoded missionpinball.org links to include /latest/ after the tld
Browse files Browse the repository at this point in the history
  • Loading branch information
bosh committed Nov 30, 2024
1 parent a059de7 commit 86b9445
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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)!

0 comments on commit 86b9445

Please sign in to comment.