Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751365AbdLIQWS (ORCPT ); Sat, 9 Dec 2017 11:22:18 -0500 Received: from mout.gmx.net ([212.227.15.15]:52887 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751004AbdLIQWP (ORCPT ); Sat, 9 Dec 2017 11:22:15 -0500 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= To: linux-doc@vger.kernel.org Cc: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= , Jonathan Corbet , linux-kernel@vger.kernel.org Subject: [PATCH] Documentation: mono: Update links and s/CVS/Git/ Date: Sat, 9 Dec 2017 17:21:04 +0100 Message-Id: <20171209162106.21534-1-j.neuschaefer@gmx.net> X-Mailer: git-send-email 2.15.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:tnydsPeI6NKNMfU3k0nBUYzncg9Imy+F+8KIcyfWk3pkYOruIcG j12MYJHk58yw+9iQ4zWz3NSc4LCMcDcipJx/q++EzNoi603ead7lJscx+5qtwKvxS8BRWVj cXaRirEFhFkKmCZJLb89vW3dXhONhqfs1X/LhJ3rSMz8lGZA2ZtzIhkq5hz2U9pyx5w9KV7 +psSkut5le2x9yLD0K2Ig== X-UI-Out-Filterresults: notjunk:1;V01:K0:whMoyz30BRY=:/ki5Iw5bXRMpA2fPtsuciC MgnT2ZXuD8EcfU3LgtjYc1sTQa97qC/qxhBZb3sL+Kg96i1wRoM+2GhIwi5yXwM3aVgcArt1A 3yjS0pNpQmP/18TI+ICp1tJDieQZJ8OWkhI7jHbl7U6SlAn4JLnygIoz4OjTiy5yJStI9h/3i IbCn14l2jffle1JCMdGhym6ldkU5MaLJkLn1wP0ISe7x/k4moq6eQSyYk3Ykq0DnF2E6iNS14 aCj32jp8ofSKn5qbtzdOiIhuGS7S4GFhVd6SbR5+Rj14uapozqB+KiXPZzuE9yhMHzuokMEbg etY1QsCgaiTSjS6t2opfK/1r92/cSXznUCzKJ+EOZM/S455C8+sZu1uIEAlp9XYcBNeJpnjA1 0PXwArdFsEp0d9q1bBdmZPzXuKhT/bp1AnIg9331QekGriM5gBRA4I+gho7bO8HJL9qhFlJK/ 5QJb5cZf7Olw+gOfhce3IrL1zQ83lEVf5fSOeE3a37lLszmAbKryJpysxWWg9kJ0i5gGegDYn eBAsclh3pyKCn9STgS23Ce+XMOa9p4Klc0WfOBt/v6+ddc9ZBXr1QNMIUrLBpZ9SNOnGITO0O oCNtGTeq4rTR5QG283ULMgriXp5E1c6PKX75Jxp1MX8I0UiM/fJWwPTojEbXECVQPwA2f76xx 6PXuJiybiB/NpSvYMz8JfH93VVBjxVBzeF3L/pjqY6TyokEGXcJPxKFv9WsDSbz5Qgd5kUZBU hmSwrlhzKt7H+TPvHFN/pmSp/NZsx8F72WHRSr4P8g8BT2fQuGaR81aKwlXC70gQ60Mng5/q9 zVwTdYJyQ8aMSRf7wpidJG7zFrvegRr7jtIS42FN9R/SQIUWdw= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1408 Lines: 34 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 --- 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