From 40b3e2fb535dae556f6c0a2ddfd8b40fed3efb33 Mon Sep 17 00:00:00 2001 From: Hritik Vijay Date: Thu, 20 May 2021 15:22:32 +0530 Subject: [PATCH] Caution about relative URLs Signed-off-by: Hritik Vijay --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4f6e6ed..c0fce64 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ To add your feed -: ``` * Create a pull request +Note that certain static site generators like hugo may generate feeds with relative URLs. This does not conform to the [standard](https://validator.w3.org/feed/docs/error/InvalidFullLink.html) and your listings will be erroneous. Read [this answer](https://stackoverflow.com/a/48457055/2251364) for a possible solution. + ## Basic Guidlines for the Planet This Planet is kind of an impression of the ILUGD volunteers hence you are required to follow some basic guidelines and the [COC](https://github.com/ILUGD/Code-of-Conduct).