Skip to content

Commit

Permalink
fix dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Jan 20, 2024
1 parent 24341c0 commit d163f3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"editor.defaultFormatter": "biomejs.biome"
},
"editor.codeActionsOnSave": {
"source.organizeImports.biome": true,
"quickfix.biome": true
"source.organizeImports.biome": "explicit",
"quickfix.biome": "explicit"
},
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#D65076",
Expand Down
2 changes: 1 addition & 1 deletion docs/example.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Examples

A [beta interface](https://github.com/kyscott18/reverse-mirage/tree/v1/examples/next-interface) has been built using `reverse-mirage`.
A [beta interface](https://github.com/kyscott18/reverse-mirage/tree/main/examples/next-interface) has been built using `reverse-mirage`.

## Features

Expand Down

0 comments on commit d163f3b

Please sign in to comment.