summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2017-12-09 11:21:04 -0500
committerJonathan Corbet <corbet@lwn.net>2017-12-11 16:18:04 -0500
commit51e028e44e64ff3c78750e1ab79be67b68dd8aef (patch)
tree441724ab4152ee60b5a1fc63389dcb6f8c2df4b1
parent50c4c4e268a2d7a3e58ebb698ac74da0de40ae36 (diff)
Documentation: mono: Update links and s/CVS/Git/
The URLs in mono.rst redirect to pages on www.mono-project.com, so let's update them. I took the liberty to update the compilation instructions to the Linux-specific version, because readers of the kernel documentation will most likely use Linux. Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/admin-guide/mono.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/admin-guide/mono.rst b/Documentation/admin-guide/mono.rst
index cdddc099af64..59e6d59f0ed9 100644
--- a/Documentation/admin-guide/mono.rst
+++ b/Documentation/admin-guide/mono.rst
@@ -9,14 +9,14 @@ This will allow you to execute Mono-based .NET binaries just like any
9other program after you have done the following: 9other program after you have done the following:
10 10
111) You MUST FIRST install the Mono CLR support, either by downloading 111) You MUST FIRST install the Mono CLR support, either by downloading
12 a binary package, a source tarball or by installing from CVS. Binary 12 a binary package, a source tarball or by installing from Git. Binary
13 packages for several distributions can be found at: 13 packages for several distributions can be found at:
14 14
15 http://go-mono.com/download.html 15 http://www.mono-project.com/download/
16 16
17 Instructions for compiling Mono can be found at: 17 Instructions for compiling Mono can be found at:
18 18
19 http://www.go-mono.com/compiling.html 19 http://www.mono-project.com/docs/compiling-mono/linux/
20 20
21 Once the Mono CLR support has been installed, just check that 21 Once the Mono CLR support has been installed, just check that
22 ``/usr/bin/mono`` (which could be located elsewhere, for example 22 ``/usr/bin/mono`` (which could be located elsewhere, for example