fix(common): update documentation link for mock server (#5929)
This commit is contained in:
parent
1f4ae3dd88
commit
3876fa9682
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
|||
<span class="flex">
|
||||
<HoppButtonSecondary
|
||||
v-tippy="{ theme: 'tooltip' }"
|
||||
to="https://docs.hoppscotch.io/documentation/features/mock-servers"
|
||||
to="https://docs.hoppscotch.io/documentation/features/mock"
|
||||
blank
|
||||
:title="t('app.wiki')"
|
||||
:icon="IconHelpCircle"
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
/>
|
||||
<HoppSmartAnchor
|
||||
blank
|
||||
to="http://docs.hoppscotch.io"
|
||||
to="https://docs.hoppscotch.io"
|
||||
:icon="IconBookOpenText"
|
||||
:label="t('app.read_documentation')"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue