Skip to content

Commit

Permalink
docs: Fix dead links; Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbraemer committed May 26, 2023
1 parent c470ef2 commit e701fd2
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 171 deletions.
2 changes: 1 addition & 1 deletion .web/docs/guide/api/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and what permissions you have._

---

If you are using the Connect API through the [Java API provided by Connect Plugin](/guide/api/clients/#provided-by-connect-plugin)
If you are using the Connect API through the [Java API provided by Connect Plugin](/guide/api/clients#provided-by-connect-plugin)
then you do not write authentication code.

## Required Headers
Expand Down
2 changes: 1 addition & 1 deletion .web/docs/guide/api/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_Code examples are a great way to learn how to use the Connect API in different languages._

See also [Other languages](/guide/api/clients/#other-languages).
See also [Other languages](/guide/api/clients#other-languages).

::: code-group

Expand Down
4 changes: 2 additions & 2 deletions .web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"serve": "vitepress serve docs"
},
"devDependencies": {
"vitepress": "^1.0.0-alpha.74",
"vue": "^3.2.47"
"vitepress": "^1.0.0-beta.1",
"vue": "^3.3.4"
},
"dependencies": {}
}
Loading

0 comments on commit e701fd2

Please sign in to comment.