diff --git a/examples/readthedocs-extend/README.md b/examples/readthedocs-extend/README.md index ab8b05340..f8f331f3a 100644 --- a/examples/readthedocs-extend/README.md +++ b/examples/readthedocs-extend/README.md @@ -16,7 +16,7 @@ This example shows how to [extend] a [ReadTheDocs] `sphinx` build by customizing > > For a simpler `mkdocs` build, see the [`readthedocs-override`][override] example. -[ReadTheDocs]: https://readthdocs.com +[ReadTheDocs]: https://readthedocs.com [extend]: https://docs.readthedocs.io/en/stable/build-customization.html#extend-the-build-process [build.jobs]: https://docs.readthedocs.io/en/stable/config-file/v2.html#build-jobs [readthedocs-sphinx-ext]: https://github.com/readthedocs/readthedocs-sphinx-ext diff --git a/examples/readthedocs-override/README.md b/examples/readthedocs-override/README.md index 7fc8c41d8..fcd79d572 100644 --- a/examples/readthedocs-override/README.md +++ b/examples/readthedocs-override/README.md @@ -11,7 +11,7 @@ This example shows how to [override] a [ReadTheDocs] `mkdocs` build by using > > For a more involved `sphinx` build, see the [`readthedocs-extend`][extend] example. -[ReadTheDocs]: https://readthdocs.com +[ReadTheDocs]: https://readthedocs.com [override]: https://docs.readthedocs.io/en/stable/build-customization.html#override-the-build-process [build.commands]: https://docs.readthedocs.io/en/stable/config-file/v2.html#build-commands [extend]: ../readthedocs-extend/README.md