From 20aa46cbf81c854fad5861f330e53d60232e87d5 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:01:59 -0500 Subject: [PATCH] Update astro_docs_to_pdf.py --- astro_docs_to_pdf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/astro_docs_to_pdf.py b/astro_docs_to_pdf.py index da58476..bfb8e7b 100644 --- a/astro_docs_to_pdf.py +++ b/astro_docs_to_pdf.py @@ -49,7 +49,7 @@ Modified work Copyright (C) 2024 PacNPal This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3. -Source code is available at: [Your Repository URL] +Source code is available at: https://github.com/PacFactory/Docs-Exporter-Astro """ def add_license_page(html_content): @@ -60,7 +60,7 @@ def add_license_page(html_content):
{get_license_notice()}
- Complete source code for this program is available at: [Your Repository URL]
+Complete source code for this program is available at: https://github.com/PacFactory/Docs-Exporter-Astro
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the GNU Affero General Public License version 3 for details.