Fix broken xrefs (#2153)

* fix mentions of drafts.adoc

* fix 721.adoc
This commit is contained in:
Francisco Giordano
2020-03-30 12:47:13 -03:00
committed by GitHub
parent feb7ead005
commit 0f9adc1749
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ Every several months a new major release may come out. These are not scheduled,
On the https://github.com/OpenZeppelin/openzeppelin-contracts/releases/tag/v2.0.0[OpenZeppelin 2.0 release], we committed ourselves to keeping a stable API. We aim to more precisely define what we understand by _stable_ and _API_ here, so users of the library can understand these guarantees and be confident their project won't break unexpectedly.
In a nutshell, the API being stable means _if your project is working today, it will continue to do so_. New contracts and features will be added in minor releases, but only in a backwards compatible way. The exception to this rule are contracts in the xref:api:drafts.adoc[Drafts] category, which should be considered unstable.
In a nutshell, the API being stable means _if your project is working today, it will continue to do so_. New contracts and features will be added in minor releases, but only in a backwards compatible way.
[[versioning-scheme]]
=== Versioning Scheme