From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] * doc/org-manual.org (External Links): Fix URL Date: Fri, 07 Jun 2019 23:37:48 +0200 Message-ID: <8736kl5b6b.fsf@nicolasgoaziou.fr> References: <87y32lbgn5.fsf@len.workgroup> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43474) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZMYb-00063s-ON for emacs-orgmode@gnu.org; Fri, 07 Jun 2019 17:37:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hZMYa-0001BF-Lh for emacs-orgmode@gnu.org; Fri, 07 Jun 2019 17:37:53 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:53635) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hZMYa-00018P-F7 for emacs-orgmode@gnu.org; Fri, 07 Jun 2019 17:37:52 -0400 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 62B7420005 for ; Fri, 7 Jun 2019 21:37:49 +0000 (UTC) In-Reply-To: <87y32lbgn5.fsf@len.workgroup> (Gregor Zattler's message of "Sat, 01 Jun 2019 15:05:02 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hello, Gregor Zattler writes: > --- > doc/org-manual.org | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/org-manual.org b/doc/org-manual.org > index 469e16402..583840a74 100644 > --- a/doc/org-manual.org > +++ b/doc/org-manual.org > @@ -3081,7 +3081,7 @@ External links are URL-like locators. They start with a short > identifying string followed by a colon. There can be no space after > the colon. The following list shows examples for each link type. > > -| =http://www.astro.uva.nl/=dominik= | on the web | > +| =https://staff.science.uva.nl/c.dominik/= | on the web | > | =doi:10.1000/182= | DOI for an electronic resource | > | =file:/home/dominik/images/jupiter.jpg= | file, absolute path | > | =/home/dominik/images/jupiter.jpg= | same as > above | Applied. Thank you. Regards, -- Nicolas Goaziou