From 3b9f6e2f495c8bf56eafe4321cf4f9b526859ae7 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 28 Oct 2022 08:53:58 -0300 Subject: [PATCH] [DOCs] Trying to use relative markdown links --- README.md | 2 +- docs/samples/generic_plot.kibot.yaml | 2 +- kibot/out_populate.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 86916357..ee91fe90 100644 --- a/README.md +++ b/README.md @@ -2870,7 +2870,7 @@ Notes: Each step shows the already soldered components and the ones to add highlighted. This is equivalent to the PcbDraw's Populate command, but integrated to KiBot. For more information about the input markdown file please consult the - [documentation](https://github.com/INTI-CMNB/KiBot/blob/master/docs/populate.md) + [documentation](docs/populate.md) * Valid keys: - **`comment`**: [string=''] A comment for documentation purposes. - **`dir`**: [string='./'] Output directory for the generated files. diff --git a/docs/samples/generic_plot.kibot.yaml b/docs/samples/generic_plot.kibot.yaml index a8f8be66..75a65a23 100644 --- a/docs/samples/generic_plot.kibot.yaml +++ b/docs/samples/generic_plot.kibot.yaml @@ -1634,7 +1634,7 @@ outputs: # Each step shows the already soldered components and the ones to add highlighted. # This is equivalent to the PcbDraw's Populate command, but integrated to KiBot. # For more information about the input markdown file please consult the - # [documentation](https://github.com/INTI-CMNB/KiBot/blob/master/docs/populate.md) + # [documentation](docs/populate.md) - name: 'populate_example' comment: 'Creates a markdown and/or HTML file explaining how to assembly a PCB.' type: 'populate' diff --git a/kibot/out_populate.py b/kibot/out_populate.py index 06181836..6121cfcf 100644 --- a/kibot/out_populate.py +++ b/kibot/out_populate.py @@ -195,7 +195,7 @@ class Populate(BaseOutput): # noqa: F821 Each step shows the already soldered components and the ones to add highlighted. This is equivalent to the PcbDraw's Populate command, but integrated to KiBot. For more information about the input markdown file please consult the - [documentation](https://github.com/INTI-CMNB/KiBot/blob/master/docs/populate.md) """ + [documentation](docs/populate.md) """ def __init__(self): super().__init__() with document: