Skip to content

Commit

Permalink
chore: update links to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack committed Nov 30, 2024
1 parent ff5bf07 commit f531d06
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions apps/ui/src/components/FormSpaceAdvanced.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ watchEffect(() => {
<h4 class="eyebrow mb-2 font-medium">Sub-spaces</h4>
<UiMessage
type="info"
:learn-more-link="'https://docs.snapshot.org/user-guides/spaces/sub-spaces'"
:learn-more-link="'https://docs.snapshot.box/user-guides/spaces/sub-spaces'"
>
Add a sub-space to display its proposals within your space. If you want the
current space to be displayed on the sub-space's page, the space need to be
Expand Down Expand Up @@ -199,7 +199,7 @@ watchEffect(() => {
<h4 class="eyebrow mb-2 font-medium mt-4">Custom domain</h4>
<UiMessage
type="info"
:learn-more-link="'https://docs.snapshot.org/spaces/add-custom-domain'"
:learn-more-link="'https://docs.snapshot.box/spaces/add-custom-domain'"
>
To setup a custom domain you additionally need to open a pull request on
GitHub after you have created the space.
Expand Down
8 changes: 1 addition & 7 deletions apps/ui/src/components/Site/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,9 @@ const SOCIALS = [
<div class="space-y-2">
<div class="eyebrow">Developers</div>
<div class="space-y-1">
<div>
<a href="https://docs.snapshot.org" target="_blank">
Snapshot docs
<IH-arrow-sm-right class="inline-block -rotate-45" />
</a>
</div>
<div>
<a href="https://docs.snapshot.box" target="_blank">
Snapshot X docs
Docs
<IH-arrow-sm-right class="inline-block -rotate-45" />
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion apps/ui/src/components/Site/Topnav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const { toggleSkin, currentMode } = useUserSkin();
<li><AppLink to="/#features">Features</AppLink></li>
<li><AppLink to="/#ecosystem">Ecosystem</AppLink></li>
<li>
<a href="https://docs.snapshot.org" target="_blank">
<a href="https://docs.snapshot.box" target="_blank">
Developers
<IH-arrow-sm-right class="inline-block -rotate-45" />
</a>
Expand Down
4 changes: 2 additions & 2 deletions apps/ui/src/helpers/turbo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ export const MAX_STRATEGIES = {
};

export const TURBO_URL =
'https://docs.snapshot.org/user-guides/spaces/turbo-plan';
'https://docs.snapshot.box/user-guides/spaces/turbo-plan';
export const VERIFIED_URL =
'https://docs.snapshot.org/user-guides/spaces/get-verified';
'https://docs.snapshot.box/user-guides/spaces/get-verified';

0 comments on commit f531d06

Please sign in to comment.