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: