2017-12-09 16:22:18

by J. Neuschäfer

[permalink] [raw]
Subject: [PATCH] Documentation: mono: Update links and s/CVS/Git/

The URLs in mono.rst redirect to pages on http://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 <[email protected]>
---
Documentation/admin-guide/mono.rst | 6 +++---
1 file 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
other program after you have done the following:

1) You MUST FIRST install the Mono CLR support, either by downloading
- a binary package, a source tarball or by installing from CVS. Binary
+ a binary package, a source tarball or by installing from Git. Binary
packages for several distributions can be found at:

- http://go-mono.com/download.html
+ http://www.mono-project.com/download/

Instructions for compiling Mono can be found at:

- http://www.go-mono.com/compiling.html
+ http://www.mono-project.com/docs/compiling-mono/linux/

Once the Mono CLR support has been installed, just check that
``/usr/bin/mono`` (which could be located elsewhere, for example
--
2.15.0


2017-12-11 21:18:49

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] Documentation: mono: Update links and s/CVS/Git/

On Sat, 9 Dec 2017 17:21:04 +0100
Jonathan Neuschäfer <[email protected]> wrote:

> The URLs in mono.rst redirect to pages on http://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.

Applied to the docs tree, thanks. I do wonder if anybody actually does
this, though...

jon