Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 270b450

Browse files
committed
Fix links
1 parent 39c1331 commit 270b450

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ sidebar_label: 🙋‍♂️ Start
77

88
The documentation covers all the stuff you need to know about `github-version-checker`.
99

10-
You probably want to start with the [Usage Guide](/docs/usage/).
10+
You probably want to start with the [Usage Guide](./usage/).
1111

1212
![undraw documents](/illustration/undraw_documents_re_isxv.svg)

docs/docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ versionCheck(options, function (error, update) { // callback function
2828
//...
2929
});
3030
```
31-
Check the [examples](/docs/examples/) for more examples.
31+
Check the [examples](./examples/) for more examples.
3232

3333
### Personal Access Token
3434

0 commit comments

Comments
 (0)