Skip to content

Commit

Permalink
Docs - fix flavor help link
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMellerin committed Nov 18, 2024
1 parent 0e36d8a commit 4932f31
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script setup lang="ts">
import DbToolsBundleFlavorSwitcher from './DbToolsBundleFlavorSwitcher.vue';
import { withBase } from 'vitepress'
</script>

<template>
Expand All @@ -9,7 +10,7 @@ import DbToolsBundleFlavorSwitcher from './DbToolsBundleFlavorSwitcher.vue';
</summary>
<div>
<DbToolsBundleFlavorSwitcher />
<a href="./getting-started/flavors" class="info">?</a>
<a :href="withBase('/getting-started/flavors')" class="info">?</a>
</div>
</details>
</template>
Expand Down

0 comments on commit 4932f31

Please sign in to comment.