docs: fixed broken documentation links (#2997)
This commit is contained in:
@@ -2,9 +2,19 @@
|
||||
<Story title="Anchor">
|
||||
<div class="text-secondaryLight text-tiny">
|
||||
By signing in, you are agreeing to our
|
||||
<HoppSmartAnchor class="text-red-800 link" to="https://docs.hoppscotch.io/terms" blank label="Terms of Service" />
|
||||
<HoppSmartAnchor
|
||||
class="text-red-800 link"
|
||||
to="https://docs.hoppscotch.io/support/terms"
|
||||
blank
|
||||
label="Terms of Service"
|
||||
/>
|
||||
and
|
||||
<HoppSmartAnchor class="text-red-600 link" to="https://docs.hoppscotch.io/privacy" blank label="Privacy Policy" />
|
||||
<HoppSmartAnchor
|
||||
class="text-red-600 link"
|
||||
to="https://docs.hoppscotch.io/support/privacy"
|
||||
blank
|
||||
label="Privacy Policy"
|
||||
/>
|
||||
</div>
|
||||
</Story>
|
||||
</template>
|
||||
@@ -12,4 +22,3 @@
|
||||
<script setup lang="ts">
|
||||
import { HoppSmartAnchor } from "../components/smart"
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user