diff --git a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/command-line-compiler.wiki b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/command-line-compiler.wiki
index 93c52360..2d56c99a 100644
--- a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/command-line-compiler.wiki
+++ b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/command-line-compiler.wiki
@@ -3,7 +3,7 @@
[[Property:uuid|62bd8d62-a734-3ec0-9533-eaa096e7b81f]]
Along with compilation from within EiffelStudio, it is possible to start compilation from a command line (shell). This is useful in particular to recompile your system automatically as part of a script.
-Click [[EiffelStudio: Command line options|here]] to see how to use the command line compiler and the set of supported options.
+Click [[EiffelStudio: Using command line options|here]] to see how to use the command line compiler and the set of supported options.
diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/batch-compilation.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/batch-compilation.wiki
index 483bebc0..b7130e54 100644
--- a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/batch-compilation.wiki
+++ b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/batch-compilation.wiki
@@ -40,7 +40,7 @@ finish_freezing > c:\output_path\OUTPUT
It will go the directory where your project is located and compile your Eiffel code using the `config.ecf' file located in your project directory and compile automatically the C code. All outputs will be stored in the file `c:\output_path/OUTPUT'.
{{seealso|
-[[EiffelStudio: Command line options|Command line compiler options]] }}
+[[EiffelStudio: Using command line options|Using command line compiler options]] }}
diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/index.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/index.wiki
index a6a5b0eb..7c800c69 100644
--- a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/index.wiki
+++ b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/command-line/index.wiki
@@ -3,8 +3,9 @@
[[Property:uuid|e1a93995-38bf-14fa-421e-e6fe1f07b9f6]]
==Using the command line compiler==
-It is possible to compile from outside of the graphical environment, by using the command '''ec'''. The form of compilation's results are the same in both cases. You may therefore alternate between the two techniques. '''ec''' will enable you to [[EiffelStudio: Command line options|melt or freeze]] a project and therefore to use [[Batch compilation|batch compilation]] . It will also enable you to produce [[EiffelStudio: Command line options|information about a class]] such as its Flat and Flat Contract views.
-The [[EiffelStudio: Command line options|-loop option]] makes it possible to start '''ec''' just once and then repeatedly request any of the available operations.
+It is possible to compile from outside of the graphical environment, by using the command '''ec'''. The form of compilation's results are the same in both cases. You may therefore alternate between the two techniques. '''ec''' will enable you to [[EiffelStudio: Using command line options|melt or freeze]] a project and therefore to use [[Batch compilation|batch compilation]] . It will also enable you to produce [[EiffelStudio: Using command line options|information about a class]] such as its Flat and Flat Contract views.
+
+The [[EiffelStudio: Using command line options|-loop option]] makes it possible to start '''ec''' just once and then repeatedly request any of the available operations.