diff --git a/doc/what_is_inginious.rst b/doc/what_is_inginious.rst index 4d947ed38..41fdd4ce7 100644 --- a/doc/what_is_inginious.rst +++ b/doc/what_is_inginious.rst @@ -42,7 +42,7 @@ This separation in two step of the grading is mandatory to ensure a complete sec the grading process, making impossible for the student to interact "badly" with the *run script*. These containers are created/described by very simple files called Dockerfile. They allow to create containers for anything that runs on Linux. -For details about to create new containers and add new languages to INGInious, see :doc:`teacher_doc/create_container`. +For details about to create new containers and add new languages to INGInious, see :doc:`admin_doc/install_doc/create_container`. Architecture ```````````` @@ -77,7 +77,7 @@ As there are no hypervisor, the processes launched in the container are in fact run by the host operating system, which allows applications to be amazingly fast. Docker allows teachers to build new containers easily, to add new dependencies to the tests -applied on the student's code (see :doc:`teacher_doc/create_container`) +applied on the student's code (see :doc:`admin_doc/install_doc/create_container`) .. _isolation: