From 50a0b09b5d6883d7dd62d343f28c5d806e6a20bc Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Thu, 1 Oct 2020 17:44:15 +0200 Subject: [PATCH] README.md: fix links to example configs Remove extra "`" chars that broke the link. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03faaea..db35abd 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ plugin is enabled by adding `osbuild` to the `Plugins` directive. The *builder*: configuration file at `/etc/kojid/kojid.conf`. Here `osbuild` needs to be added to the `plugin` directive. For an example, see the test container configuration files -[`hub.conf`](test/container/hub/hub.conf`) for the hub and -[`kojid.conf`](`container/builder/kojid.conf`) for the builder. +[`hub.conf`](test/container/hub/hub.conf) for the hub and +[`kojid.conf`](container/builder/kojid.conf) for the builder. Additionally, an osbuild-composer instance, at least version 21, with the koji API enabled needs to be running and reachable via TCP from the host