Skip to content

Commit

Permalink
Merge pull request #139 from jonathanharrell/fix-theme-builder-url
Browse files Browse the repository at this point in the history
fix(docs): fix theme builder url
  • Loading branch information
jonathanharrell authored Jul 23, 2024
2 parents 2516c65 + a194af6 commit 2f041d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module.exports = {
},
{
text: 'Theme Builder',
link: 'https://hiq-theme-builder.netlify.com/'
link: 'https://hiq-theme-builder.netlify.app/'
}
],
sidebar: {
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/theme/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
:item="{ link: '/guide/', text: 'Get started' }"
/>
<a
href="https://hiq-theme-builder.netlify.com/"
href="https://hiq-theme-builder.netlify.app/"
target="_blank"
rel="noopener noreferrer"
class="button button-secondary action-button"
Expand Down

0 comments on commit 2f041d7

Please sign in to comment.