Skip to content

Commit

Permalink
Fix broken links on About page buttons (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden authored Jun 12, 2024
1 parent 727dfee commit 68f7c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
<br />
<section style="text-align: center;">
<b-button
@click="openUrl('/docs/#/contribute_models/README')"
@click="openUrl('/docs/#/guides/developers-guide')"
v-if="siteConfig.contribute_url"
>Contribute Models</b-button
>
<b-button
@click="openUrl('/docs/#/community_partners/README')"
@click="openUrl('/docs/#/guides/community-partners-guide')"
v-if="siteConfig.join_partners_url"
>Join Community Partners</b-button
>
Expand Down

0 comments on commit 68f7c9a

Please sign in to comment.