From 58c05ea329f5e2cece917eabafc95083ae820e85 Mon Sep 17 00:00:00 2001 From: Tames McTigue Date: Sun, 4 May 2025 13:28:57 +0300 Subject: [PATCH 1/2] Fix documentation link Puppet has completely changed the documentation website. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86741e9358..d554eaec7d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ used to inform conditional expressions in Puppet. ## Documentation Documentation for the Facter project can be found on the [Puppet Docs -site](https://puppet.com/docs/puppet/latest/facter.html). +site](https://help.puppet.com/osp/current/Content/PuppetCore/facter.htm?tocpath=Platform%20components%7CFacter%7C_____0). ## Supported platforms * Linux From c88114b81d691d2330a72633b9b2d92cf7e06fc1 Mon Sep 17 00:00:00 2001 From: Tames McTigue Date: Sun, 4 May 2025 13:31:41 +0300 Subject: [PATCH 2/2] Simplify link The .htm file is deep enough. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d554eaec7d..bd0b5d2977 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ used to inform conditional expressions in Puppet. ## Documentation Documentation for the Facter project can be found on the [Puppet Docs -site](https://help.puppet.com/osp/current/Content/PuppetCore/facter.htm?tocpath=Platform%20components%7CFacter%7C_____0). +site](https://help.puppet.com/osp/current/Content/PuppetCore/facter.htm). ## Supported platforms * Linux