Skip to content

Commit

Permalink
Link Checker Report (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
gluneau authored Nov 8, 2023
1 parent d903b6d commit d21f9eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/assets/transfer/XcmBridge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
/>
<div v-if="isH160" class="row--withdrawal-address-format">
<a
href="https://docs.astar.network/docs/learn/xcm/faq/#q-where-can-i-find-other-chains-addresses"
href="https://docs.astar.network/docs/learn/interoperability/faq#q-where-can-i-find-other-chains-addresses"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/information/faq/transfer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const faqSs58XcmBridge: Faq[] = [
},
{
title: 'How can I find my other chains addresses?',
url: 'https://docs.astar.network/docs/learn/xcm/faq/#q-where-can-i-find-other-chains-addresses',
url: 'https://docs.astar.network/docs/learn/interoperability/faq#q-where-can-i-find-other-chains-addresses',
},
{
title: 'What is the easiest way to bring tokens to Astar from other chains?',
Expand Down

0 comments on commit d21f9eb

Please sign in to comment.