Skip to content

Commit

Permalink
fix: update docs urls (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce authored Jan 17, 2024
1 parent 1f01ef8 commit 1fe3f3c
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
- name: "Generate dist (default network: goerli)"
run: yarn run ci:build:goerli

- name: "Setup node@18"
uses: actions/setup-node@v2
with:
node-version: 18

- name: "Deploy preview"
uses: matter-labs/action-hosting-deploy@main
id: deploy_preview
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 'lts/*'


- name: "Setup node@18"
uses: actions/setup-node@v2
with:
node-version: 18

- name: "Deploy target: prod-mainnet"
uses: matter-labs/action-hosting-deploy@main
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
- name: "Deploy target: stage-mainnet"
run: yarn run ci:build:prod

- name: "Setup node@18"
uses: actions/setup-node@v2
with:
node-version: 18

- uses: matter-labs/action-hosting-deploy@main
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ See the latest changes [here](https://github.com/matter-labs/zksync-wallet-vue/b
- [Remix Icon](https://remixicon.com/)
- [Oh, Vue Icons!](https://oh-vue-icons.netlify.app)
- [Nuxt TypeScript](https://typescript.nuxtjs.org/)
- [zksync.js](https://docs.zksync.io/api/sdk/js/tutorial.html)
- [zksync.js](https://docs.lite.zksync.io/api/sdk/js/tutorial.html)
- [EthersJs](https://docs.ethers.io/v5/)

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
Expand Down
6 changes: 3 additions & 3 deletions src/blocks/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
>
<i-row center class="linksRow _margin-0 _margin-md-top-1 _flex-nowrap _text-nowrap">
<div class="_padding-1-2 _padding-md-x-1 _padding-left-0">
<a target="_blank" class="footer-link" href="https://docs.zksync.io/userdocs/intro.html">Docs</a>
<a target="_blank" class="footer-link" href="https://docs.lite.zksync.io/userdocs/intro.html">Docs</a>
</div>
<div class="_padding-1-2 _padding-md-x-1">
<a target="_blank" class="footer-link" href="https://docs.zksync.io/legal/terms.html">Terms</a>
<a target="_blank" class="footer-link" href="https://docs.lite.zksync.io/legal/terms.html">Terms</a>
</div>
<div class="_padding-1-2 _padding-md-x-1">
<a target="_blank" class="footer-link" href="https://docs.zksync.io/contact.html">Contact</a>
<a target="_blank" class="footer-link" href="https://docs.lite.zksync.io/contact.html">Contact</a>
</div>
<div class="_padding-1-2 _padding-md-x-1">
<span class="dividerLine">|</span>
Expand Down
6 changes: 3 additions & 3 deletions src/blocks/IndexHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
</i-column>
<i-column :xs="12" :md="4" class="_padding-y-0">
<div class="linksContainer">
<a href="https://docs.zksync.io/userdocs/" target="_blank" class="linkItem">FAQ</a>
<a href="https://docs.zksync.io/dev/" target="_blank" class="linkItem">Docs</a>
<a href="https://docs.lite.zksync.io/userdocs/" target="_blank" class="linkItem">FAQ</a>
<a href="https://docs.lite.zksync.io/dev/" target="_blank" class="linkItem">Docs</a>
<i-dropdown
class="_background-transparent _border-none likeLinkItem"
:class="{ opened: dropdownOpened, firstElementHovered: firstHovered }"
Expand Down Expand Up @@ -111,7 +111,7 @@ export default Vue.extend({
},
{
name: "zkSync Era Docs",
link: "https://era.zksync.io/docs/",
link: "https://docs.zksync.io/",
},
{
name: "Block Explorer",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/SocialBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<a
v-if="location !== 'footer'"
title="All Contacts"
href="https://docs.zksync.io/contact.html"
href="https://docs.lite.zksync.io/contact.html"
class="socialItem"
target="_blank"
>
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/modals/BalanceInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
>
or in your Ethereum wallet, only in zkSync lite wallet and block explorer. Nevertheless, balances in zkSync lite
are as secure as if though they were in L1 (the Ethereum mainnet).
<a href="https://docs.zksync.io/userdocs/security.html" rel="noopener noreferrer" target="_blank">Learn more.</a>
<a href="https://docs.lite.zksync.io/userdocs/security.html" rel="noopener noreferrer" target="_blank">Learn more.</a>
</p>
<p>
You can move your balances <b>from L1</b> into zkSync lite by making a
Expand Down
6 changes: 3 additions & 3 deletions src/blocks/modals/FooterModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<b>Information</b>
</template>
<template #default>
<a class="modalFooterBtn big" href="https://docs.zksync.io/userdocs/intro.html" target="_blank">
<a class="modalFooterBtn big" href="https://docs.lite.zksync.io/userdocs/intro.html" target="_blank">
<v-icon name="ri-book-2-line" />
<span>Docs</span>
</a>
<a class="modalFooterBtn big" href="https://docs.zksync.io/legal/terms.html" target="_blank">
<a class="modalFooterBtn big" href="https://docs.lite.zksync.io/legal/terms.html" target="_blank">
<v-icon name="ri-profile-line" />
<span>Terms</span>
</a>
<a class="modalFooterBtn big" href="https://docs.zksync.io/contact.html" target="_blank">
<a class="modalFooterBtn big" href="https://docs.lite.zksync.io/contact.html" target="_blank">
<v-icon name="ri-contacts-book-line" />
<span>Contact</span>
</a>
Expand Down

0 comments on commit 1fe3f3c

Please sign in to comment.