diff --git a/README.html b/README.html index 5fa2038..2dd91a2 100644 --- a/README.html +++ b/README.html @@ -353,7 +353,7 @@ compliant to the YAML 1.1 specification. D:YAML is based on

D:YAML is designed to be easy to use while supporting the full feature set of YAML. To start using it in your project, see the Getting Started -tutorial and the API documentation.

+tutorial and the documentation.

D:YAML is still a work in progress. Its API is not stable and there might be compatibility breaking changes.

@@ -424,7 +424,7 @@ There are no plans to implement this at the moment. tutorial and other tutorials that can be found at the GitHub wiki and in the doc/html/tutorials/ directory in the package. -For advanced usage, see the API documentation.

+For advanced usage, see the documentation.

License

diff --git a/README.rst b/README.rst index 14c73eb..a75b3fa 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ compliant to the YAML 1.1 specification. D:YAML is based on D:YAML is designed to be easy to use while supporting the full feature set of YAML. To start using it in your project, see the `Getting Started `_ -tutorial and the `API documentation `_. +tutorial and the `documentation `_. D:YAML is still a work in progress. Its API is not stable and there might be compatibility breaking changes. @@ -76,7 +76,7 @@ See the tutorial and other tutorials that can be found at the `GitHub wiki `_ and in the ``doc/html/tutorials/`` directory in the package. -For advanced usage, see the `API documentation `_. +For advanced usage, see the `documentation `_. -------