From 0bc5b6aa53f2a26598d3b3063c9edfd8d50272a4 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 20 Nov 2025 23:24:09 +0100 Subject: [PATCH] fix link --- _repo/inventree-adv-sheet-label.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_repo/inventree-adv-sheet-label.md b/_repo/inventree-adv-sheet-label.md index c66d36c5..a16cc453 100644 --- a/_repo/inventree-adv-sheet-label.md +++ b/_repo/inventree-adv-sheet-label.md @@ -269,7 +269,7 @@ If your layout uses a page size that has never been used before, you will also b We will review your layout and add it to the main plugin distribution as soon as possible. However, if you need the layout immediately and cannot wait for it to be added officially, you can fork the repository and include it yourself. -To do so, you can edit the [advanced_sheet_label/layouts.py](advanced_sheet_label/layouts.py) file. In there you will find a dictionary of all defined paper sizes and a dictionary of all defined sheet layouts. After filling out the code in the Issue template, you can simply append the new definitions at the end of the dictionaries. +To do so, you can edit the [advanced_sheet_label/layouts.py](https://github.com/melektron/inventree-adv-sheet-label/blob/main/advanced_sheet_label/layouts.py) file. In there you will find a dictionary of all defined paper sizes and a dictionary of all defined sheet layouts. After filling out the code in the Issue template, you can simply append the new definitions at the end of the dictionaries. ```python # ... more file content