From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Hyperlinks! Date: Tue, 14 Apr 2020 12:34:12 +0200 Message-ID: <87v9m2xsnv.fsf@gnu.org> References: <87eesrlkil.fsf@gnu.org> <20200414070924.GA2509@LionPure> <20200414082745.5igqz7ldihh474gk@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47571) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOItT-0004GW-Lf for guix-devel@gnu.org; Tue, 14 Apr 2020 06:34:16 -0400 In-Reply-To: <20200414082745.5igqz7ldihh474gk@pelzflorian.localdomain> (pelzflorian@pelzflorian.de's message of "Tue, 14 Apr 2020 10:27:45 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: "pelzflorian (Florian Pelz)" Cc: guix-devel@gnu.org Hi, "pelzflorian (Florian Pelz)" skribis: > https://guix.gnu.org/manual-devel/ I=E2=80=99m surprised this URL works; should be . > currently contains new stuff like the earlyoom service , while > > https://guix.gnu.org/manual/ > > does not. I do not know what the plan for these is though. /manual refers to the latest release. This is so that the information corresponds to the release that people download (in particular the installation instructions). Note that every time you run =E2=80=9Cguix pull=E2=80=9D, you fetch an up-t= o-date copy of the manual that can be browsed with =E2=80=98info=E2=80=99 or Emacs. Th= at=E2=80=99s still the best way to ensure you=E2=80=99re reading a manual that corresponds to = the Guix you have. Ludo=E2=80=99.