Skip to content

Commit

Permalink
docs: Fix relative links (again?)
Browse files Browse the repository at this point in the history
  • Loading branch information
lulzsun committed Apr 22, 2024
1 parent f0d5bc2 commit 2edc579
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/wiki/Development:-Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion .github/wiki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 2edc579

Please sign in to comment.