From b22ebc0c5499a3c23e7e30c272b9e084d280fed7 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 15 Feb 2024 13:29:19 +0100 Subject: [PATCH] Move image to images/ use absolute URL in README.md forge.puppet.com doesn't work with relative links, we need to provide absolute ones. --- README.md | 2 +- table_format.png => images/table_format.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename table_format.png => images/table_format.png (100%) diff --git a/README.md b/README.md index 705fccf..8db23a7 100644 --- a/README.md +++ b/README.md @@ -82,4 +82,4 @@ Which produces a table like: Or with colors -![](table_format.png) +![](https://github.com/voxpupuli/puppet-format/blob/master/images/table_format.png) diff --git a/table_format.png b/images/table_format.png similarity index 100% rename from table_format.png rename to images/table_format.png