All of lore.kernel.org
 help / color / mirror / Atom feed
From: George Dunlap <george.dunlap@citrix.com>
To: Juergen Gross <jgross@suse.com>,
	xen-devel@lists.xenproject.org, xen-devel@lists.xen.org
Cc: Stefano Stabellini <sstabellini@kernel.org>,
	Wei Liu <wei.liu2@citrix.com>,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
	George Dunlap <George.Dunlap@eu.citrix.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>, Tim Deegan <tim@xen.org>,
	Julien Grall <julien.grall@arm.com>,
	Jan Beulich <jbeulich@suse.com>
Subject: Re: [PATCH-for-4.10] correct release note link in SUPPORT.md
Date: Wed, 16 Jan 2019 14:57:17 +0000	[thread overview]
Message-ID: <7d96023e-e8e6-730b-e507-694dd9a447d9@citrix.com> (raw)
In-Reply-To: <20190116094619.31188-1-jgross@suse.com>

On 1/16/19 9:46 AM, Juergen Gross wrote:
> The syntax for the release note link in SUPPORT.md is wrong. Correct
> that.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>> ---
>  SUPPORT.md | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/SUPPORT.md b/SUPPORT.md
> index 6d417a618e..2ec77bf2cc 100644
> --- a/SUPPORT.md
> +++ b/SUPPORT.md
> @@ -13,7 +13,9 @@ for the definitions of the support status levels etc.
>      Initial-Release: 2017-12-13
>      Supported-Until: 2019-06-13
>      Security-Support-Until: 2020-12-13
> -    Release-Notes: <a href="https://wiki.xenproject.org/wiki/Xen_Project_4.10_Release_Notes">RN</a>
> +
> +Release-Notes
> +: <a href="https://wiki.xenproject.org/wiki/Xen_Project_4.10_Release_Notes">RN</a>

This is in pandoc markdown, isn't it?  Why are we including HTML?

This should be[1] either:

[RN](https://wiki.xenproject.org/wiki/Xen_Project_4.10_Release_Notes)

or

[RN][]

[RN] https://wiki.xenproject.org/wiki/Xen_Project_4.10_Release_Notes

 -George

[1] https://pandoc.org/MANUAL.html#links

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  reply	other threads:[~2019-01-16 14:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-16  9:46 [PATCH-for-4.10] correct release note link in SUPPORT.md Juergen Gross
2019-01-16 14:57 ` George Dunlap [this message]
2019-01-16 15:25   ` Juergen Gross
2019-01-16 15:45     ` Ian Jackson
2019-01-16 16:32       ` Juergen Gross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7d96023e-e8e6-730b-e507-694dd9a447d9@citrix.com \
    --to=george.dunlap@citrix.com \
    --cc=George.Dunlap@eu.citrix.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=jbeulich@suse.com \
    --cc=jgross@suse.com \
    --cc=julien.grall@arm.com \
    --cc=konrad.wilk@oracle.com \
    --cc=sstabellini@kernel.org \
    --cc=tim@xen.org \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xen.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.