From ea8aa5ae38cb5c5b936ae79002c5a77a07041eaa Mon Sep 17 00:00:00 2001 From: gagdiez Date: Mon, 9 Sep 2024 13:15:55 -0400 Subject: [PATCH] fix: links --- docs/2.build/2.smart-contracts/what-is.md | 8 ++++---- docs/6.integrations/create-transactions.md | 2 +- website/src/theme/Footer/index.js | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/2.build/2.smart-contracts/what-is.md b/docs/2.build/2.smart-contracts/what-is.md index b57eefc2d99..2ffa0a055a5 100644 --- a/docs/2.build/2.smart-contracts/what-is.md +++ b/docs/2.build/2.smart-contracts/what-is.md @@ -53,10 +53,10 @@ Besides, smart contracts can store data in the account's storage. This allows co ## What are they used for? Smart contracts are useful to create **decentralized applications**. Some traditional examples include: -- [Decentralized Autonomous Organizations](https://dev.near.org/nearcatalog.near/widget/Index?cat=dao), where users create and vote proposals -- [Marketplaces](https://dev.near.org/nearcatalog.near/widget/Index?cat=marketplaces), where users create and commercialize digital art pieces -- [Decentralized exchanges](https://dev.near.org/nearcatalog.near/widget/Index?cat=exchanges), where users can trade different currencies -- [And many more...](https://dev.near.org/nearcatalog.near/widget/Index) +- [Decentralized Autonomous Organizations](https://dev.near.org/applications?cat=dao), where users create and vote proposals +- [Marketplaces](https://dev.near.org/applications?cat=marketplaces), where users create and commercialize digital art pieces +- [Decentralized exchanges](https://dev.near.org/applications?cat=exchanges), where users can trade different currencies +- [And many more...](https://dev.near.org/applications) For instance, you can easily create a crowdfunding contract that accepts $NEAR. If the goal is met in time, the creator can claim the funds. Otherwise, the backers are refunded. diff --git a/docs/6.integrations/create-transactions.md b/docs/6.integrations/create-transactions.md index fd177598ab1..07bf66a737f 100644 --- a/docs/6.integrations/create-transactions.md +++ b/docs/6.integrations/create-transactions.md @@ -198,7 +198,7 @@ const provider = new nearAPI.providers.JsonRpcProvider( To sign a transaction to send NEAR Ⓝ, we will need a `FullAccess` key to the sender's account. -- If you created the account using [`near-cli`](../4.tools/cli) or ran [`near login`](../4.tools/cli#import) in your terminal, your private key can be found in the your machine keychain. +- If you created the account using [`near-cli`](../4.tools/cli.md) or ran [`near login`](../4.tools/cli#import) in your terminal, your private key can be found in the your machine keychain. - If you created an account using [NEAR Wallet](https://testnet.mynearwallet.com/), your key will be found in your browser's `Local Storage`. - In your browser's dev tools... `Application` >> `Storage` >> `Local Storage` diff --git a/website/src/theme/Footer/index.js b/website/src/theme/Footer/index.js index 6fe21cd244a..592493d6d7e 100644 --- a/website/src/theme/Footer/index.js +++ b/website/src/theme/Footer/index.js @@ -399,7 +399,7 @@ function Footer() { className="footer-menu list-reset mt-5 text-16 md:text-16" >
  • - + DevHub