Skip to content

Commit

Permalink
docs: Fix dead links in markdown files (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sliman4 authored Jun 4, 2024
1 parent 8a908c3 commit deab0d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion examples/fungible-token/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions examples/non-fungible-token/README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit deab0d9

Please sign in to comment.