diff --git a/README.md b/README.md index 332b110f..2af5ce2b 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Our custom source plugin fetches information from GitHub, and therefore needs a > 🧰 Access Tokens in CI > -> If the token expires, you can follow the ["How to fix an expired GitHub Action token"](https://github.com/MovingBlocks/Terasology/wiki/Maintenance#how-to-fix-an-expired-github-action-token) instructions with the following adjustments: +> If the token expires, you can follow the ["How to fix an expired GitHub Action token"](https://terasology.org/Terasology/#/Maintenance?id=how-to-fix-an-expired-github-action-token) instructions with the following adjustments: > * the token required for the custom source plugin does not require additional scopes, which means you can skip step 2 > * steps 4 and 5 should be performed in the [repository settings for actions] and in the [repository settings for dependabot] on the respective `MODULE_FETCH_GITHUB_TOKEN` secrets diff --git a/blog/2021-03-20-terasaturday-12-whatever-floats-your-island/index.md b/blog/2021-03-20-terasaturday-12-whatever-floats-your-island/index.md index a880808d..c98747dd 100644 --- a/blog/2021-03-20-terasaturday-12-whatever-floats-your-island/index.md +++ b/blog/2021-03-20-terasaturday-12-whatever-floats-your-island/index.md @@ -131,7 +131,7 @@ Let's end this post with a teaser for a TeraSpotlight post about our recent comm [aseprite]: https://www.aseprite.org/ [terasology/flyingislands]: https://github.com/Terasology/FlyingIslands [terasology/fallingblocks]: https://github.com/Terasology/FallingBlocks -[terasology wiki]: https://github.com/MovingBlocks/Terasology/wiki +[terasology wiki]: https://terasology.org/Terasology/#/ [movingblocks/terasology]: https://github.com/MovingBlocks/Terasology [movingblocks/gestalt]: https://github.com/MovingBlocks/gestalt [movingblocks/teranui]: https://github.com/MovingBlocks/TeraNUI diff --git a/blog/2023-04-22-waking-up-from-hibernation/index.md b/blog/2023-04-22-waking-up-from-hibernation/index.md index 2984bfbb..2423fcf0 100644 --- a/blog/2023-04-22-waking-up-from-hibernation/index.md +++ b/blog/2023-04-22-waking-up-from-hibernation/index.md @@ -29,7 +29,7 @@ It's not a hard task and I've done it uncountable times before, but not everybod To bring my Iota workspace up to speed I used the `groovyw` utility tool that is shipped with the engine repository. You can run it easily via the provided wrapper scripts, that is `./groovyw` on Linux or `./groovyw.bat` on Windows. It comes in handy to initialize a workspace with a specific set of modules, fetch additional modules, or update everything via git. -Our [Contributor Quick Start Guide](https://github.com/MovingBlocks/Terasology/wiki/Contributor-Quick-Start#set-up-your-terasology-development-workspace) also references it for the initial setup. +Our [Contributor Quick Start Guide](https://terasology.org/Terasology/#/Contributor-Quick-Start?id=set-up-your-terasology-development-workspace) also references it for the initial setup. But today I'm only interested in updating all my modules in the workspace. diff --git a/src/pages/contribute.jsx b/src/pages/contribute.jsx index 8e7b8a05..1babc0a9 100644 --- a/src/pages/contribute.jsx +++ b/src/pages/contribute.jsx @@ -135,7 +135,7 @@ function GettingStarted({ data }) {