Skip to content

Commit e20a347

Browse files
author
Usman Liaqat
authored
feat(docs): fixed corrupted links (#224)
1 parent 7847330 commit e20a347

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/1.getting-started/1.setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default {
2929
```
3030

3131
::alert{type="success"}
32-
That's it! You can now use [$http](/usage) in your Nuxt app ✨
32+
That's it! You can now use [$http](/getting-started/usage) in your Nuxt app ✨
3333
::
3434

3535
## Configure

docs/content/1.getting-started/2.usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ How to use this module.
66

77
## Making Requests
88

9-
See the list of [available HTTP methods](/http-methods).
9+
See the list of [available HTTP methods](/getting-started/http-methods).
1010

1111
Calling a HTTP methods returns a `Promise` that resolves to a [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response) object or rejects in case of network errors.
1212

0 commit comments

Comments
 (0)