From deab0d973eaf7493eaca52fd6c65f8f902a6e337 Mon Sep 17 00:00:00 2001 From: Sliman4 <99507892+Sliman4@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:56:02 +0300 Subject: [PATCH] docs: Fix dead links in markdown files (#1191) --- README.md | 2 +- examples/fungible-token/README.md | 2 +- examples/non-fungible-token/README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4d120a025..9796a458d 100644 --- a/README.md +++ b/README.md @@ -325,4 +325,4 @@ The minimum supported Rust version is currently `1.72`. There are no guarantees ## Contributing -If you are interested in contributing, please look at the [contributing guidelines](CONTRIBUTING.md). +If you are interested in contributing, please look at the [contributing guidelines](https://github.com/near/near-sdk-rs/blob/master/CONTRIBUTING.md). diff --git a/examples/fungible-token/README.md b/examples/fungible-token/README.md index 5481b3a0e..874d1d329 100644 --- a/examples/fungible-token/README.md +++ b/examples/fungible-token/README.md @@ -3,7 +3,7 @@ Fungible Token (FT) Example implementation of a [Fungible Token] contract which uses [near-contract-standards]. - [Fungible Token]: https://nomicon.io/Standards/Tokens/FungibleTokenCore.html + [Fungible Token]: https://nomicon.io/Standards/Tokens/FungibleToken [near-contract-standards]: https://github.com/near/near-sdk-rs/tree/master/near-contract-standards NOTES: diff --git a/examples/non-fungible-token/README.md b/examples/non-fungible-token/README.md index b97495237..5d97594d3 100644 --- a/examples/non-fungible-token/README.md +++ b/examples/non-fungible-token/README.md @@ -1,9 +1,9 @@ Non-fungible Token (NFT) =================== -Example implementation of a [non-fungible token] contract which uses [near-contract-standards]. +Example implementation of a [Non-Fungible Token] contract which uses [near-contract-standards]. - [non-fungible token]: https://nomicon.io/Standards/NonFungibleToken/README.html + [Non-Fungible Token]: https://nomicon.io/Standards/NonFungibleToken [near-contract-standards]: https://github.com/near/near-sdk-rs/tree/master/near-contract-standards NOTES: