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 ``` 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,