Skip to content

Commit 7d8eaf9

Browse files
fix: add .md extension to all wiki relative links in README
1 parent 906f247 commit 7d8eaf9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
</a>
2626
</p>
2727

28-
🌐 **English** • <a href="wiki/Localization#zh-cn">简体中文</a> • <a href="wiki/Localization#ja">日本語</a> • <a href="wiki/Localization#ko">한국어</a> • <a href="wiki/Localization#pt-br">Português (Brasil)</a>
28+
🌐 **English** • <a href="wiki/Localization.md">简体中文</a> • <a href="wiki/Localization.md">日本語</a> • <a href="wiki/Localization.md">한국어</a> • <a href="wiki/Localization.md">Português (Brasil)</a>
2929

30-
[Live Production Demo](https://markdownviewer.pages.dev/)[Documentation Wiki](wiki/Home)[Issue Tracker](https://github.com/ThisIs-Developer/Markdown-Viewer/issues)[Releases](https://github.com/ThisIs-Developer/Markdown-Viewer/releases)
30+
[Live Production Demo](https://markdownviewer.pages.dev/)[Documentation Wiki](wiki/Home.md)[Issue Tracker](https://github.com/ThisIs-Developer/Markdown-Viewer/issues)[Releases](https://github.com/ThisIs-Developer/Markdown-Viewer/releases)
3131

3232
</div>
3333

@@ -459,7 +459,7 @@ Markdown-Viewer/
459459

460460
## Contributing & Code Quality
461461

462-
We welcome community contributions! Please check our [Contributing Guidelines Wiki](wiki/Contributing) before creating a pull request.
462+
We welcome community contributions! Please check our [Contributing Guidelines Wiki](wiki/Contributing.md) before creating a pull request.
463463

464464
### Core Workflow Summary:
465465
1. **Fork** the repository and create a feature branch (`git checkout -b feature/your-feature`).
@@ -501,4 +501,4 @@ This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE
501501

502502
Developed and maintained by **[ThisIs-Developer](https://github.com/ThisIs-Developer)**.
503503
* **Bug Reports & Requests:** [Submit an Issue](https://github.com/ThisIs-Developer/Markdown-Viewer/issues)
504-
* **Documentation:** [Browse the Wiki](wiki/Home)
504+
* **Documentation:** [Browse the Wiki](wiki/Home.md)

0 commit comments

Comments
 (0)