diff --git a/.github/wiki/Development:-Getting-Started.md b/.github/wiki/Development:-Getting-Started.md index 00aa37e1..41ed6636 100644 --- a/.github/wiki/Development:-Getting-Started.md +++ b/.github/wiki/Development:-Getting-Started.md @@ -4,5 +4,5 @@ Feel free to reach out on Discord if you have issues or questions about the setu # Platforms -- [Windows Guide](/Development:-Windows.md) -- [Linux Guide](/Development:-Linux.md) +- [Windows Guide](./Development:-Windows.md) +- [Linux Guide](./Development:-Linux.md) diff --git a/.github/wiki/README.md b/.github/wiki/README.md index f035b87b..3c12c281 100644 --- a/.github/wiki/README.md +++ b/.github/wiki/README.md @@ -12,7 +12,7 @@ RePlays is software made from scratch, inspired by Plays.tv. It was created as a ## How can I contribute? -The best way is by fixing issues and making improvements to Replays. You can find out [how to set up the dev environment here](/Development:-Windows.md) to get started. +The best way is by fixing issues and making improvements to Replays. You can find out [how to set up the dev environment here](./Development:-Windows.md) to get started. ## How can I edit this wiki? diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 3a590678..3d999202 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -19,16 +19,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Rename README.md to Home.md - run: mv .github/wiki/README.md .github/wiki/Home.md - - - name: Delete file - run: rm -f .github/wiki/README.md - - - uses: impresscms-dev/strip-markdown-extensions-from-links-action@v1.0.0 - with: - path: .github/wiki/ - - - uses: Andrew-Chen-Wang/github-wiki-action@v4 + - uses: Andrew-Chen-Wang/github-wiki-action@actually-working-preprocess with: path: .github/wiki/