From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS,URIBL_SBL,URIBL_SBL_A shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id D3EB51F8C4 for ; Thu, 4 Feb 2021 20:05:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239482AbhBDUDU convert rfc822-to-8bit (ORCPT ); Thu, 4 Feb 2021 15:03:20 -0500 Received: from mail-ed1-f41.google.com ([209.85.208.41]:42269 "EHLO mail-ed1-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239908AbhBDT73 (ORCPT ); Thu, 4 Feb 2021 14:59:29 -0500 Received: by mail-ed1-f41.google.com with SMTP id z22so5735447edb.9 for ; Thu, 04 Feb 2021 11:59:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=npB/FPNGphnSCe8ddn1JXGCtnRGmMCZzgOD5OvKjQY0=; b=dinwXj4tc6jRja5S/TOgIH0MoxHCX42wxfrB0ibuVIMUSQSxYHris+goZRDYQcpftp w7HxoEqwbqn8lQIH0vuRFooHR7Fo+1/sehewKZsZD1rO0HEgwketcJwT4MARdod/ZKfF lf4nHpvgZTN+Izw63CC9wxne3SOLR1EdtTcb3Py9bbgOb+NsGKaR96XzFnZyPrmbESxp QaxbbEWt2OBqvncExZYATduAkoogtff1wTnLzRHQwbXKWkxHk5Z2u5HA7s3NasigUK73 LjuyyFPwxa5rNBWOFr4IFxvm/dcGsQ/55iVU4oseHRydFbnV8HLDXtRbYO4TpMm0M8eC 0rdw== X-Gm-Message-State: AOAM532odqcXJV2Ptat1+c4LKvISU4fCXc12Y4RsBYE623IzWiT4LnaT Xue+i8r/25M7DZkDNpKTj2WkNR40fn9GYJpI9o4= X-Google-Smtp-Source: ABdhPJyufZzKmRfwLW/1IMovdQF0ZLLZyMy9wXTEWInPfkElwtwSVxCQdAcE2icfV2j4KDITWywSqYP/nQya6ek+lzg= X-Received: by 2002:aa7:d60f:: with SMTP id c15mr223712edr.291.1612468727301; Thu, 04 Feb 2021 11:58:47 -0800 (PST) MIME-Version: 1.0 References: <68e6a4e1991d4066a39b84ab5924202a@astronics.com> In-Reply-To: <68e6a4e1991d4066a39b84ab5924202a@astronics.com> From: Eric Sunshine Date: Thu, 4 Feb 2021 14:58:36 -0500 Message-ID: Subject: Re: howto-index not found To: "Bulgrien, Dennis" Cc: "git@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Thu, Feb 4, 2021 at 2:18 PM Bulgrien, Dennis wrote: > The https://git-scm.com/docs/gittutorial-2 says 'For some interesting examples of Git use, see the howtos"' but that does not exist and redirects to https://git-scm.com/docs. Where should that link be updates it point? `howtos-index` does get generated by the Git project but doesn't appear to be published on the git-scm site for some reason. git-scm is maintained as a separate project[1], so the best thing to do is to report the problem there using their bug tracker[2]. [1]: https://github.com/git/git-scm.com [2]: https://github.com/git/git-scm.com/issues