Skip to content

Commit 2e81527

Browse files
committed
fixes
Update docusaurus.config.js fix
1 parent b008d4a commit 2e81527

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

website/docs/3-circulating-supply.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ If you query for the balance of some other account, it should return `0`.
367367

368368
Now that your contract implements the necessary functions that the wallet uses to pickup your contract and display the FTs, you should be able to see your tokens on display in the [balances tab](https://testnet.mynearwallet.com/).
369369

370-
<img width="65%" src="/assets/docs/tutorials/fts/filled-fts-in-wallet.png" />
370+
<img width="65%" src="./assets/docs/tutorials/fts/filled-fts-in-wallet.png" />
371371

372372
🎉🎉🎉 **This is awesome! Go team!** 🎉🎉🎉 You can now see your very first fungible tokens in the wallet!
373373

website/docs/4.storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Whenever a new person receives any fungible tokens, they're added to the `accoun
1818

1919
*Enter the [storage management](https://nomicon.io/Standards/StorageManagement) standard*
2020

21-
<img width="65%" src="/assets/docs/tutorials/fts/storage-standard-meme.png" />
21+
<img width="65%" src="./assets/docs/tutorials/fts/storage-standard-meme.png" />
2222

2323
<hr className="subsection" />
2424

website/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const config = {
5151
// Please change this to your repo.
5252
// Remove this to remove the "edit this page" links.
5353
editUrl:
54-
'https://github.com/near-examples/ft-tutorial/tree/main/website/docs/',
54+
'https://github.com/near-examples/ft-tutorial/tree/main/website/',
5555
},
5656
theme: {
5757
customCss: './src/css/custom.css',
@@ -79,7 +79,7 @@ const config = {
7979
type: 'docSidebar',
8080
sidebarId: 'tutorialSidebar',
8181
position: 'left',
82-
label: 'Tutorial',
82+
label: 'Zero to Hero',
8383
},
8484
{href: 'https://docs.near.org', label: 'NEAR Docs', position: 'left'},
8585
{
576 KB
Loading
849 KB
Loading

0 commit comments

Comments
 (0)