From a85cb64cc634fe4a9156dfc8a8206fe5890ea1e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Thu, 21 Jul 2022 00:14:18 +0200 Subject: [PATCH] Fixed the url of the python-barcode (#313) --- docs/report/barcodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/report/barcodes.md b/docs/report/barcodes.md index 984adad..0fcdc6a 100644 --- a/docs/report/barcodes.md +++ b/docs/report/barcodes.md @@ -36,7 +36,7 @@ To render a 1D barcode, use the `barcode` template tag, as shown in the example {% endraw %} ``` -The default barcode renderer will generate a barcode using [Code128](https://en.wikipedia.org/wiki/Code_128) rendering. However [other barcode formats](https://python-barcode.readthedocs.io/en/stable/codes.html) are also supported: +The default barcode renderer will generate a barcode using [Code128](https://en.wikipedia.org/wiki/Code_128) rendering. However [other barcode formats](https://python-barcode.readthedocs.io/en/stable/supported-formats.html) are also supported: ```html {% raw %}