Skip to content

Commit

Permalink
fix: update footer docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyquixotic committed Apr 10, 2024
1 parent adfc94c commit 69aecf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FooterMain.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const toTop = () => {
<div class="c-footer__column c-footer__column--c">
<div class="c-footer__column-title">{{$t('components.footer.build')}}</div>
<div class="c-footer__column-items">
<a class="c-footer__column-item" href="http://api.teloscan.io/swagger/">{{$t('components.footer.api_documentation')}}</a>
<a class="c-footer__column-item" href="https://api.teloscan.io/v1/docs">{{$t('components.footer.api_documentation')}}</a>
<a class="c-footer__column-item" href="https://docs.telos.net/overview/what-is-telos/introduction/">{{$t('components.footer.telos_documentation')}}</a>
<a class="c-footer__column-item" href="https://github.com/telosnetwork">{{$t('components.footer.github')}}</a>
<a class="c-footer__column-item" href="https://www.telos.net/community-resources">{{$t('components.footer.brand_assets')}}</a>
Expand Down

0 comments on commit 69aecf6

Please sign in to comment.