From 099e04e96db289096afdf43f4eeee35d3e6c8111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kruli=C5=A1?= Date: Mon, 14 Oct 2019 01:45:17 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index d73a9d9..7a45ff5 100644 --- a/FAQ.md +++ b/FAQ.md @@ -43,9 +43,9 @@ When the assignment gets out of sync with its original exercise (because the exe Exercises may be configured to support different runtime environments. Runtime environments defines the programming language (i.e., compiler) and necessary libraries (like Java RTE or Mono). Assignment may limit, which RTEs are visible, but cannot add additional ones. The actual runtime used for a submission is pre-selected based on submitted files. If the files does not identify RTE uniquely, the submitter may select the actual runtime. -Some runtimes have specific nuances. The details (useful both for students and for supervisors) are on a [runtime environments specifics](https://github.com/ReCodEx/wiki/wiki/Runtime-Environments) page. +Some runtimes have specific nuances. The details (useful both for students and for supervisors) are on a [[Runtime Environments]] page. -For some particular languages ReCodEx provides mappings of exit codes from internal runners to messages. Full tables of can be found on [exit codes translations](https://github.com/ReCodEx/wiki/wiki/Exit-Code-Mappings) page. +For some particular languages ReCodEx provides mappings of exit codes from internal runners to messages. Full tables of can be found on [[Exit Code Mappings]] page. ## As a supervisor I want to see more detailed logs of user submissions