From cf8728d9b604e7a6348d1fbe399bd6866ac6bc40 Mon Sep 17 00:00:00 2001 From: Familex Date: Sun, 27 Apr 2025 11:56:15 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20GitHub=20link=20in=20PDF?= =?UTF-8?q?=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/generatePDF.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generatePDF.py b/scripts/generatePDF.py index 1944336..486675f 100644 --- a/scripts/generatePDF.py +++ b/scripts/generatePDF.py @@ -322,7 +322,7 @@ def process_template(template_path, llama_path, gguf_path, console_line_count): 75, 10, 8, - "This PDF only works in Chromium-based browsers. Visit https://github.com/EvanZhouDev/llm-pdf for more information.", + "This PDF only works in Chromium-based browsers. Visit https://github.com/EvanZhouDev/llm.pdf for more information.", ) page.AA = PdfDict()