From d3b32a41932d551f13c6158eafdd693cef823151 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 28 Oct 2022 09:07:02 -0300 Subject: [PATCH] [DOCs] Made relative the link to KiPlotYAML.md --- README.md | 2 +- docs/README.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee91fe90..b55e3fa5 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ i.e. *my_project.kibot.yaml*. The format used is [YAML](https://yaml.org/). This is basically a text file with some structure. This file can be compressed using *gzip* file format. -If you never used YAML read the following [explanation](https://github.com/INTI-CMNB/KiBot/blob/master/docs/KiPlotYAML.md). +If you never used YAML read the following [explanation](docs/KiPlotYAML.md). Note that the explanation could be useful even if you know YAML. ### Quick start diff --git a/docs/README.in b/docs/README.in index 59675102..ce46ed13 100644 --- a/docs/README.in +++ b/docs/README.in @@ -208,7 +208,7 @@ i.e. *my_project.kibot.yaml*. The format used is [YAML](https://yaml.org/). This is basically a text file with some structure. This file can be compressed using *gzip* file format. -If you never used YAML read the following [explanation](https://github.com/INTI-CMNB/KiBot/blob/master/docs/KiPlotYAML.md). +If you never used YAML read the following [explanation](docs/KiPlotYAML.md). Note that the explanation could be useful even if you know YAML. ### Quick start