From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthieu Moy Subject: [PATCH 3/5] README.md: move the link to git-scm.com up Date: Tue, 23 Feb 2016 18:40:27 +0100 Message-ID: <1456249229-30454-4-git-send-email-Matthieu.Moy@imag.fr> References: <1456249229-30454-1-git-send-email-Matthieu.Moy@imag.fr> Cc: emma.westby@gmail.com, Matthieu Moy To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Feb 23 18:41:32 2016 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aYGxn-0006DG-Tl for gcvg-git-2@plane.gmane.org; Tue, 23 Feb 2016 18:41:32 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754734AbcBWRlI (ORCPT ); Tue, 23 Feb 2016 12:41:08 -0500 Received: from mx1.imag.fr ([129.88.30.5]:36999 "EHLO shiva.imag.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754707AbcBWRlH (ORCPT ); Tue, 23 Feb 2016 12:41:07 -0500 Received: from clopinette.imag.fr (clopinette.imag.fr [129.88.34.215]) by shiva.imag.fr (8.13.8/8.13.8) with ESMTP id u1NHf1UX004342 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 23 Feb 2016 18:41:01 +0100 Received: from anie.imag.fr (anie.imag.fr [129.88.7.32]) by clopinette.imag.fr (8.13.8/8.13.8) with ESMTP id u1NHf0l7012837; Tue, 23 Feb 2016 18:41:03 +0100 X-Mailer: git-send-email 2.7.2.334.g35ed2ae.dirty In-Reply-To: <1456249229-30454-1-git-send-email-Matthieu.Moy@imag.fr> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (shiva.imag.fr [129.88.30.5]); Tue, 23 Feb 2016 18:41:01 +0100 (CET) X-IMAG-MailScanner-Information: Please contact MI2S MIM for more information X-MailScanner-ID: u1NHf1UX004342 X-IMAG-MailScanner: Found to be clean X-IMAG-MailScanner-SpamCheck: X-IMAG-MailScanner-From: matthieu.moy@imag.fr MailScanner-NULL-Check: 1456854063.31502@vtE1TxH2ho7+a6ziWIDMZQ Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: The documentation available on git-scm.com is nicely formatted. It's better to point users to it than to the source code of the documentation. Signed-off-by: Matthieu Moy --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 750fdda..1625352 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ Torvalds with help of a group of hackers around the net. Please read the file [INSTALL][] for installation instructions. +Many Git online resources are accessible from http://git-scm.com/ +including full documentation and Git related tools. + See [Documentation/gittutorial.txt][] to get started, then see [Documentation/giteveryday.txt][] for a useful minimum set of commands, and [Documentation/git-commandname.txt][] for documentation of each command. @@ -34,9 +37,6 @@ CVS users may also want to read [Documentation/gitcvs-migration.txt][] ("man gitcvs-migration" or "git help cvs-migration" if git is installed). -Many Git online resources are accessible from http://git-scm.com/ -including full documentation and Git related tools. - The user discussion and development of Git take place on the Git mailing list -- everyone is welcome to post bug reports, feature requests, comments and patches to git@vger.kernel.org (read -- 2.7.2.334.g35ed2ae.dirty