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: