From nobody Tue Aug 03 15:25:34 2021 X-Original-To: freebsd-doc@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0CB3B1371181 for ; Tue, 3 Aug 2021 15:25:46 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GfJbs6SYdz4pVq for ; Tue, 3 Aug 2021 15:25:45 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from mail-ej1-f44.google.com (mail-ej1-f44.google.com [209.85.218.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: carlavilla) by smtp.freebsd.org (Postfix) with ESMTPSA id C0133A978 for ; Tue, 3 Aug 2021 15:25:45 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: by mail-ej1-f44.google.com with SMTP id e19so36948509ejs.9 for ; Tue, 03 Aug 2021 08:25:45 -0700 (PDT) X-Gm-Message-State: AOAM531Tn7DUhgaMEL1hq2RZ9T6yOXLZPCeI71YikH/x31OerPmRArdx 3Ms+Lt+ukHRF1iA5PZpPYnSw1cHeKpvYW+KNSDs= X-Google-Smtp-Source: ABdhPJwrKyB6U7g9VjNm5b2xTO/3klhLzs6WSd3/JwgaIz0IclDg6Yuse0KsqsC6sUM/C8mxwf6bu3XHm8NtYIUULyA= X-Received: by 2002:a17:906:c20d:: with SMTP id d13mr20550608ejz.259.1628004344690; Tue, 03 Aug 2021 08:25:44 -0700 (PDT) List-Id: Documentation project List-Archive: https://lists.freebsd.org/archives/freebsd-doc List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-doc@freebsd.org MIME-Version: 1.0 References: In-Reply-To: From: Sergio Carlavilla Date: Tue, 3 Aug 2021 17:25:34 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: All web FAQ hash links to HandBook broken To: Javier Cc: freebsd-doc@freebsd.org Content-Type: multipart/alternative; boundary="000000000000a87e2f05c8a94cdd" X-ThisMailContainsUnwantedMimeParts: Y --000000000000a87e2f05c8a94cdd Content-Type: text/plain; charset="UTF-8" On Tue, 3 Aug 2021 at 17:24, Javier wrote: > Hi, > > Any link pointing to HandBook from FAQ web page pointing to a hash > (#) do not work. > > They just open the HandBook index page at the top as it lacks anchors > with name attributes (said deprecated) or id attributes. > > It could be as simple to fix as adding an id attribute to each link > in HandBook tree where the value is the hash of that tree entry, if it > has one. > > Example, from FAQ page, a link pointing to: > https://docs.freebsd.org/en/books/handbook/#eresources-mail > > Should point to this item: > Mailing Lists > > That should actually look like this in the source code to work: > > Mailing > Lists > > > I think this is the easiest way to fix it. The hard would be to point > to the exact section and exact hash/position on that page. > > > There are other errors with links such: > https://docs.freebsd.org/en/books/faq/#current > > That do not point to anywhere..., maybe should point to > #current-stable or whatever, with the same procedure fix. > > Regards. > > Hi, Thanks for the report. Let me check this. Bye! --000000000000a87e2f05c8a94cdd--