Skip to content

Commit

Permalink
[docs] fix broken links (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
anaHue committed May 15, 2024
1 parent b3a4095 commit 771b520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/what_is_inginious.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
````````````
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 771b520

Please sign in to comment.