From 9490f876e5080fa363738e148bc1714d3514c3f9 Mon Sep 17 00:00:00 2001 From: Laura Barcziova Date: Thu, 20 Jul 2023 15:06:30 +0200 Subject: [PATCH 1/2] Fix an example for providing TF artifacts --- docs/configuration/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/examples.md b/docs/configuration/examples.md index 51ab7c689..bef483cc9 100644 --- a/docs/configuration/examples.md +++ b/docs/configuration/examples.md @@ -437,7 +437,7 @@ do not change it. environments: - artifacts: - type: repository - id: 123:fedora-38 + id: https://my.repo/repository ``` From e8ff6672d10fba4e07ead5e6d188e89cf14ef69f Mon Sep 17 00:00:00 2001 From: Laura Barcziova Date: Thu, 20 Jul 2023 15:07:17 +0200 Subject: [PATCH 2/2] Fix typo in the copyright --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 20ec7eef6..968fec920 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -301,7 +301,7 @@ const config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} Packit is a Red Hat sponsered free software project. Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} Packit is a Red Hat sponsored free software project. Built with Docusaurus.`, }, prism: { theme: lightCodeTheme,