From 2b8c0778b2081ec983e5cbe0bcdfed6c0823c248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 7 Oct 2019 14:40:31 +0200 Subject: [PATCH] Fix readme compilation --- README.rst | 8 ++++---- docs/intro.rst | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 4b525a2..9195074 100644 --- a/README.rst +++ b/README.rst @@ -34,10 +34,10 @@ Features * 100% `open source `__ * Runs entirely on Docker -* World-famous 1-click :ref:`installation ` and :ref:`upgrades ` -* Extensible architecture with :ref:`plugins ` -* Works with :ref:`Kubernetes ` -* No technical skill required with the :ref:`1-click Tutor AWS image ` +* World-famous 1-click `installation and upgrades `_ +* Extensible architecture with `plugins `_ +* Works with `Kubernetes `_ +* No technical skill required with the `1-click Tutor AWS image `_ * Try it out! .. _readme_intro_end: diff --git a/docs/intro.rst b/docs/intro.rst index 0087790..b5a2196 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -41,9 +41,9 @@ Running Open edX Now that you have generated a configuration and environment, you probably want to run Open edX. -- The most simple and popular use case is to `run Open edX locally, on a single server `_, with docker-compose. -- If you have a running cluster, you can use Tutor to `deploy Open edX on Kubernetes `_. -- Are you an Open edX developer? You can use Tutor for `hacking into the internals of edx-platform `_. +- The most simple and popular use case is to :ref:`run Open edX locally, on a single server `, with docker-compose. +- If you have a running cluster, you can use Tutor to :ref:`deploy Open edX on Kubernetes `. +- Are you an Open edX developer? You can use Tutor for :ref:`hacking into the internals of edx-platform `. Bells and whistles ------------------