Skip to content

Commit aa5b230

Browse files
committed
fix(docs): api link
1 parent 733cc97 commit aa5b230

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

frontend/.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"dashboard",
6464
"deps",
6565
"dialog",
66+
"docs",
6667
"en.json",
6768
"eslint",
6869
"feature-flags",
@@ -88,7 +89,7 @@
8889
"useStripeProvider",
8990
"useWindowSize",
9091
"variables.scss",
91-
"vscode"
92+
"vscode"
9293
],
9394
"editor.codeActionsOnSave": {
9495
"source.fixAll.eslint": "always"

frontend/layers/products/app/pages/products/api/docs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
definePageMeta({
33
layout: 'base',
44
middleware: () => {
5-
return navigateTo('https://bitflyexplorergmbh.mintlify.app/api-reference/', { external: true })
5+
return navigateTo('https://docs.beaconcha.in ', { external: true })
66
},
77
})
88
</script>

0 commit comments

Comments
 (0)