From 9a7dc58edfdc82595718df16c6ae3a50d96e1ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz> Date: Thu, 1 Nov 2018 20:54:30 +0100 Subject: [PATCH] Links OK --- docs.it4i/software/lang/csc.md | 4 +++- docs.it4i/software/lang/java.md | 5 ++++- docs.it4i/software/lang/python.md | 7 +++++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs.it4i/software/lang/csc.md b/docs.it4i/software/lang/csc.md index 28e7b15bd..ff5e1814b 100644 --- a/docs.it4i/software/lang/csc.md +++ b/docs.it4i/software/lang/csc.md @@ -119,4 +119,6 @@ Greetings from node 3 of 4 running on cn199 Greetings from node 1 of 4 running on cn199 ``` -For more informations look at [Mono documentation page](http://www.mono-project.com/docs/). +For more informations look at [Mono documentation page][a]. + +[a]: http://www.mono-project.com/docs/ diff --git a/docs.it4i/software/lang/java.md b/docs.it4i/software/lang/java.md index f672ac73e..7301617ef 100644 --- a/docs.it4i/software/lang/java.md +++ b/docs.it4i/software/lang/java.md @@ -22,7 +22,7 @@ $ javac -version $ which javac ``` -Java applications may use MPI for inter-process communication, in conjunction with OpenMPI. Read more on [here](http://www.open-mpi.org/faq/?category=java). This functionality is currently not supported on Anselm cluster. In case you require the java interface to MPI, contact [cluster support](https://support.it4i.cz/rt/). +Java applications may use MPI for inter-process communication, in conjunction with OpenMPI. Read more [here][a]. This functionality is currently not supported on Anselm cluster. In case you require the java interface to MPI, contact [cluster support][b]. ## Java With OpenMPI @@ -84,3 +84,6 @@ Hello world from rank 5 of 28 Hello world from rank 21 of 28 Hello world from rank 22 of 28 ``` + +[a]: http://www.open-mpi.org/faq/?category=java +[b]: https://support.it4i.cz/rt/ diff --git a/docs.it4i/software/lang/python.md b/docs.it4i/software/lang/python.md index 0b7a58627..212ff84e2 100644 --- a/docs.it4i/software/lang/python.md +++ b/docs.it4i/software/lang/python.md @@ -4,8 +4,8 @@ Python is a widely used high-level programming language for general-purpose prog Python features a dynamic type system and automatic memory management and supports multiple programming paradigms, including object-oriented, imperative, functional programming, and procedural styles. It has a large and comprehensive standard library. -* [Documentation for Python 3.X](http://docs.python.org/3/) -* [Documentation for Python 2.X](http://docs.python.org/2/) +* [Documentation for Python 3.X][a] +* [Documentation for Python 2.X][b] ## Python on the IT4Innovations Clusters @@ -184,3 +184,6 @@ Requirement already up-to-date: numpy>=1.8.2 in /apps/all/Python/3.6.2/lib/pytho Installing collected packages: scipy Successfully installed scipy-0.19.1 ``` + +[a]: http://docs.python.org/3/ +[b]: http://docs.python.org/2/ -- GitLab