From 04c0695e1f437df3d3eb5ef6593b8828ef429c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kruli=C5=A1?= Date: Mon, 14 Oct 2019 01:43:58 +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 3f06dcb..d73a9d9 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 [separate page](https://github.com/ReCodEx/wiki/wiki/Runtime-Environments). +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. -For some particular languages ReCodEx provides mappings of exit codes from internal runners to messages. Full tables of codes can be found on [separate page](https://github.com/ReCodEx/wiki/wiki/Exit-Code-Mappings). +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. ## As a supervisor I want to see more detailed logs of user submissions