From 80862eb3deaae6d9da7bce63ef36ce84e8e0b343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 15 Jan 2026 12:52:12 +0100 Subject: [PATCH] Add link to source of this website A user asked me where to file issues with this website. There is no direct link. There is only link to Packit organisation, that contains 50+ repositories. This should make reports and contributions more straightforward. --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 8e02e3e20e..2e60b2da9e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -309,7 +309,7 @@ const config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} Packit is a Red Hat sponsored free software project. Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} Packit is a Red Hat sponsored free software project. Built with Docusaurus. Source of this page.`, }, prism: { theme: lightCodeTheme,