Skip to content

Commit

Permalink
docs: add trailing slash in order to prevent content duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jul 26, 2024
1 parent 8013d17 commit 8c1d34b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/how-to/use-with-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const io = new Server({
io.listen(4000);
```

Reference: [Handling CORS](/docs/v4/handling-cors)
Reference: [Handling CORS](/docs/v4/handling-cors/)

:::

Expand Down
2 changes: 1 addition & 1 deletion src/pages/how-to/use-with-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const io = new Server({
});
```

Reference: [Handling CORS](/docs/v4/handling-cors)
Reference: [Handling CORS](/docs/v4/handling-cors/)

:::

Expand Down

0 comments on commit 8c1d34b

Please sign in to comment.