Skip to content

Commit 3191607

Browse files
committed
fixup! fixup! fixup! Update symlinks and remove contributing and releasing md from root (#609)
1 parent 554d15c commit 3191607

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/docs/contribute/general-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ to serve the test report.
9898

9999
## Testing
100100

101-
Please check out our [Testing Guidelines](/docs/contribute/testing-guidelines/).
101+
Please check out our [Testing Guidelines](./testing-guidelines.md).
102102
It includes testing guidelines and information on how to run tests.
103103

104104
## Git Workflow

src/docs/contribute/releasing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ See the source of `.github/workflows` for details.
6464
`package-lock.json`.
6565

6666
[semver]: https://semver.org
67-
[gh-contributing]: https://github.com/react-ui-org/react-ui/blob/master/src/docs/contribute/general-guidelines.md
68-
[gh-contributing-git]: https://github.com/react-ui-org/react-ui/blob/master/src/docs/contribute/general-guidelines.md#git-workflow
67+
[gh-contributing]: ./general-guidelines.md
68+
[gh-contributing-git]: ./general-guidelines.md#git-workflow
6969
[gh-releases]: https://github.com/react-ui-org/react-ui/releases

src/docs/contribute/testing-guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ Then open the displayed URL (typically `http://localhost:9323`)
116116
in your browser. Please note that the test report is only available
117117
if the tests were run prior to serving the report.
118118

119-
[gh-gg-node-shell]: /docs/contribute/general-guidelines#node-shell
120-
[gh-gg-playwright]: /docs/contribute/general-guidelines#playwright
119+
[gh-gg-node-shell]: ./general-guidelines.md#node-shell
120+
[gh-gg-playwright]: ./general-guidelines.md#playwright
121121
[playwright-cli]: https://playwright.dev/docs/test-cli#reference

0 commit comments

Comments
 (0)