From 0aee2a11c4310adfb64532e033576b63c95a12c2 Mon Sep 17 00:00:00 2001 From: Lukas <76838159+wolflu05@users.noreply.github.com> Date: Thu, 13 Jul 2023 18:31:05 +0200 Subject: [PATCH] Fix weasyprint links (#5244) * Fix weasyprint links * Update report.md --- docs/docs/report/report.md | 2 +- docs/docs/start/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/report/report.md b/docs/docs/report/report.md index 45f3fcfdcf..2554c0983b 100644 --- a/docs/docs/report/report.md +++ b/docs/docs/report/report.md @@ -17,7 +17,7 @@ In addition to providing the ability for end-users to provide their own reportin InvenTree report templates utilize the powerful [WeasyPrint](https://weasyprint.org/) PDF generation engine. !!! info "WeasyPrint" - WeasyPrint is an extremely powerful and flexible reporting library. Refer to the [WeasyPrint docs](https://weasyprint.readthedocs.io/en/stable/) for further information. + WeasyPrint is an extremely powerful and flexible reporting library. Refer to the [WeasyPrint docs](https://doc.courtbouillon.org/weasyprint/stable/) for further information. ### Stylesheets diff --git a/docs/docs/start/install.md b/docs/docs/start/install.md index 1d379560a6..71a28843b8 100644 --- a/docs/docs/start/install.md +++ b/docs/docs/start/install.md @@ -35,7 +35,7 @@ sudo apt-get install \ ``` !!! warning "Weasyprint" - On some systems, the dependencies for the `weasyprint` package might not be installed. Consider running through the [weasyprint installation steps](https://weasyprint.readthedocs.io/en/stable/install.html) before moving forward. + On some systems, the dependencies for the `weasyprint` package might not be installed. Consider running through the [weasyprint installation steps](https://doc.courtbouillon.org/weasyprint/stable/first_steps.html) before moving forward. ### Create InvenTree User