From 886766c31d8c8507cf120830745b04eb1d4ef639 Mon Sep 17 00:00:00 2001 From: Fosco Marotto Date: Tue, 18 Sep 2018 13:41:40 -0700 Subject: [PATCH] Fix issue with docs/feed.xml validation (#4392) Summary: Per #4387 this should address the validation error with the link tag. This is a quick fix, a future iteration could significantly upgrade the jekyll integration. Pull Request resolved: https://github.com/facebook/rocksdb/pull/4392 Differential Revision: D9923643 Pulled By: gfosco fbshipit-source-id: e7ed478e55c907add8319290326540e6e44fc0d6 --- docs/feed.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/feed.xml b/docs/feed.xml index 590cbd9d7..725f00566 100644 --- a/docs/feed.xml +++ b/docs/feed.xml @@ -6,7 +6,7 @@ layout: null {{ site.title | xml_escape }} {{ site.description | xml_escape }} - {{ absolute_url }}/ + https://rocksdb.org/feed.xml {{ site.time | date_to_rfc822 }} {{ site.time | date_to_rfc822 }} -- GitLab