Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jonathan Neuschäfer and committed by
Jonathan Corbet
51e028e4 50c4c4e2

+3 -3
+3 -3
Documentation/admin-guide/mono.rst
··· 9 9 other program after you have done the following: 10 10 11 11 1) 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 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 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 21 Once the Mono CLR support has been installed, just check that 22 22 ``/usr/bin/mono`` (which could be located elsewhere, for example