You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: broken links after engine wiki to docsify migration (#227)
* fix: links on contribute page after engine wiki migration to docsify
* fix: link to maintenance docs
* fix: engine wiki references in blog posts
* chore: use https instead of http
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ Our custom source plugin fetches information from GitHub, and therefore needs a
127
127
128
128
> 🧰 Access Tokens in CI
129
129
>
130
-
> 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:
130
+
> 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:
131
131
> * the token required for the custom source plugin does not require additional scopes, which means you can skip step 2
132
132
> * 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
Copy file name to clipboardExpand all lines: blog/2023-04-22-waking-up-from-hibernation/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ It's not a hard task and I've done it uncountable times before, but not everybod
29
29
To bring my Iota workspace up to speed I used the `groovyw` utility tool that is shipped with the engine repository.
30
30
You can run it easily via the provided wrapper scripts, that is `./groovyw` on Linux or `./groovyw.bat` on Windows.
31
31
It comes in handy to initialize a workspace with a specific set of modules, fetch additional modules, or update everything via git.
32
-
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.
32
+
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.
33
33
34
34
But today I'm only interested in updating all my modules in the workspace.
0 commit comments