From 24416fc208aa80d9928c24d2229812b43f41ddf7 Mon Sep 17 00:00:00 2001 From: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com> Date: Tue, 11 Jun 2019 16:02:50 +1000 Subject: [PATCH 1/3] Update README using referenced links --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e85d694d..fa4520a5c 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ contract MyNFT is Initializable, ERC721Full, ERC721Mintable { > You need an ethereum development framework for the above import statements to work! Check out these guides for [Truffle] or [Embark]. -On our site you will find a few [guides] to learn about the different parts of OpenZeppelin, as well as [documentation for the API][API docs]. Keep in mind that the API docs are work in progress, and don’t hesitate to ask questions in [our Slack][Slack]. +On our site you will find a few [guides] to learn about the different parts of OpenZeppelin, as well as [documentation for the API][API docs]. Keep in mind that the API docs are work in progress, and don’t hesitate to ask questions in [our forum][forum]. ## Security @@ -115,3 +115,11 @@ OpenZeppelin exists thanks to its contributors. There are many ways you can part ## License OpenZeppelin is released under the [MIT License](LICENSE). + +[API docs]: https://docs.openzeppelin.org/v2.2.0/api/token/erc721 +[guides]: https://docs.openzeppelin.org/v2.2.0/get-started +[forum]: https://forum.zeppelin.solutions +[Zeppelin]: https://zeppelin.solutions +[contribution guide]: CONTRIBUTING.md +[Truffle]: https://truffleframework.com/docs/truffle/quickstart +[Embark]: https://embark.status.im/docs/quick_start.html From e5926275785fa09899034f40a9ec240b9d671f98 Mon Sep 17 00:00:00 2001 From: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com> Date: Tue, 11 Jun 2019 16:07:01 +1000 Subject: [PATCH 2/3] Changed docs.openzeppelin.org versions to 2.3.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa4520a5c..695463968 100644 --- a/README.md +++ b/README.md @@ -116,8 +116,8 @@ OpenZeppelin exists thanks to its contributors. There are many ways you can part OpenZeppelin is released under the [MIT License](LICENSE). -[API docs]: https://docs.openzeppelin.org/v2.2.0/api/token/erc721 -[guides]: https://docs.openzeppelin.org/v2.2.0/get-started +[API docs]: https://docs.openzeppelin.org/v2.3.0/api/token/erc721 +[guides]: https://docs.openzeppelin.org/v2.3.0/get-started [forum]: https://forum.zeppelin.solutions [Zeppelin]: https://zeppelin.solutions [contribution guide]: CONTRIBUTING.md From c4ccdc182f5427f4e34e4d18bd78a68e66eff645 Mon Sep 17 00:00:00 2001 From: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com> Date: Wed, 12 Jun 2019 10:52:47 +1000 Subject: [PATCH 3/3] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Nicolás Venturo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 695463968..921ead695 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ OpenZeppelin exists thanks to its contributors. There are many ways you can part OpenZeppelin is released under the [MIT License](LICENSE). -[API docs]: https://docs.openzeppelin.org/v2.3.0/api/token/erc721 +[API docs]: https://docs.openzeppelin.org/v2.3.0/api/token/erc20 [guides]: https://docs.openzeppelin.org/v2.3.0/get-started [forum]: https://forum.zeppelin.solutions [Zeppelin]: https://zeppelin.solutions