Skip to content

Commit 87453f8

Browse files
committed
feat: update documentation.md and frontend.md to fix deadlink issues
1 parent 707e072 commit 87453f8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/contributing/documentation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ docs/
4646
yarn dev
4747
```
4848

49-
This will start a local server, typically at [http://localhost:3001](http://localhost:3001).
49+
This will start a local server, typically at `http://localhost:3001`
5050

5151
## Documentation Standards
5252

@@ -70,8 +70,8 @@ Nixopus documentation uses Markdown with some extended features:
7070
```
7171
7272
3. **Links**
73-
- Internal links: `[Link text](/path/to/page)`
74-
- External links: `[Link text](https://example.com)`
73+
- Internal links: `[Link text] (/path/to/page)`
74+
- External links: `[Link text] (https://example.com)`
7575
7676
4. **Images**
7777
- Store images in `/docs/public/`
@@ -195,8 +195,8 @@ If you encounter [issue], try:
195195

196196
## Related Features
197197

198-
- [Related Feature 1](/path/to/related-feature)
199-
- [Related Feature 2](/path/to/another-feature)
198+
- [Related Feature 1] (/path/to/related-feature)
199+
- [Related Feature 2] (/path/to/another-feature)
200200
```
201201
202202
## Updating Existing Documentation

docs/contributing/frontend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This guide provides detailed instructions for contributing to the Nixopus fronte
3131
yarn dev
3232
```
3333

34-
The development server will start on [http://localhost:3000](http://localhost:3000) by default.
34+
The development server will start on `http://localhost:3000` by default.
3535

3636
## Project Structure
3737

0 commit comments

Comments
 (0)