From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philip Oakley Subject: [PATCH 6/6] Update git(1) link to giteveryday Date: Thu, 9 Jan 2014 23:13:12 +0000 Message-ID: <1389309192-5748-7-git-send-email-philipoakley@iee.org> References: <1389309192-5748-1-git-send-email-philipoakley@iee.org> To: GitList X-From: git-owner@vger.kernel.org Fri Jan 10 00:13:30 2014 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 1W1On3-0004Tw-0Y for gcvg-git-2@plane.gmane.org; Fri, 10 Jan 2014 00:13:29 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756275AbaAIXNL (ORCPT ); Thu, 9 Jan 2014 18:13:11 -0500 Received: from out1.ip02ir2.opaltelecom.net ([62.24.128.238]:40221 "EHLO out1.ip02ir2.opaltelecom.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755954AbaAIXND (ORCPT ); Thu, 9 Jan 2014 18:13:03 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnYGAPwrz1JOl3JU/2dsb2JhbABZgwuDOrcVgRIXdIImAQVWMwhJOR4GE4gIwyYXjiFrhDcEqiyDLTyBLA X-IPAS-Result: AnYGAPwrz1JOl3JU/2dsb2JhbABZgwuDOrcVgRIXdIImAQVWMwhJOR4GE4gIwyYXjiFrhDcEqiyDLTyBLA X-IronPort-AV: E=Sophos;i="4.95,634,1384300800"; d="scan'208";a="450940699" Received: from host-78-151-114-84.as13285.net (HELO localhost) ([78.151.114.84]) by out1.ip02ir2.opaltelecom.net with ESMTP; 09 Jan 2014 23:13:01 +0000 X-Mailer: git-send-email 1.8.3.msysgit.0 In-Reply-To: <1389309192-5748-1-git-send-email-philipoakley@iee.org> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Signed-off-by: Philip Oakley --- Documentation/git.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git.txt b/Documentation/git.txt index aec3726..0e4875d 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -22,7 +22,7 @@ unusually rich command set that provides both high-level operations and full access to internals. See linkgit:gittutorial[7] to get started, then see -link:everyday.html[Everyday Git] for a useful minimum set of +linkgit:giteveryday[7] for a useful minimum set of commands. The link:user-manual.html[Git User's Manual] has a more in-depth introduction. -- 1.8.3.msysgit.0