From 771b5205207513709a348a7cdb0385757a300f7e Mon Sep 17 00:00:00 2001 From: anaHue <71709355+anaHue@users.noreply.github.com> Date: Wed, 15 May 2024 16:38:59 +0200 Subject: [PATCH] [docs] fix broken links (#1003) --- doc/what_is_inginious.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/what_is_inginious.rst b/doc/what_is_inginious.rst index 4d947ed380..41fdd4ce72 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: