From ff46f34b4acfaef0349d41c217cb2d7ca09ff7a6 Mon Sep 17 00:00:00 2001 From: Michael Rolli Date: Tue, 26 Oct 2021 06:26:55 +0200 Subject: [PATCH 1/2] Fix second occurence of links to documentation The deep links into the documentation actually occur twice. This fixes the second and additionally adjusts the os name from MacOSX to macOS. --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7295669a..95bb8f6d 100644 --- a/README.md +++ b/README.md @@ -115,13 +115,9 @@ D, [2018-12-05T15:20:56.374333 #29752] DEBUG -- : TCPSRV: Started listening on l ## How to run the Language Server in Production * Ensure that Puppet Agent is installed - -[Linux](https://docs.puppet.com/puppet/4.10/install_linux.html) - -[Windows](https://docs.puppet.com/puppet/4.10/install_windows.html) - -[MacOSX](https://docs.puppet.com/puppet/4.10/install_osx.html) - + * [Linux](https://puppet.com/docs/puppet/7/install_agents.html#install_nix_agents) + * [Windows](https://puppet.com/docs/puppet/7/install_agents.html#install_windows_agents) + * [macOS](https://puppet.com/docs/puppet/7/install_agents.html#install_mac_agents) * Run the `puppet-languageserver` with ruby @@ -270,7 +266,7 @@ D, [2018-04-17T14:21:10.546834 #12424] DEBUG -- : TCPSRV: Started listening on 1 * Ensure that Puppet Agent is installed * [Linux](https://puppet.com/docs/puppet/7/install_agents.html#install_nix_agents) * [Windows](https://puppet.com/docs/puppet/7/install_agents.html#install_windows_agents) - * [MacOSX](https://puppet.com/docs/puppet/7/install_agents.html#install_mac_agents) + * [macOS](https://puppet.com/docs/puppet/7/install_agents.html#install_mac_agents) * Run the `puppet-debugserver` with ruby From a901c1965b5519f85d119c90e51604652edb70d3 Mon Sep 17 00:00:00 2001 From: sanfrancrisko Date: Mon, 1 Nov 2021 13:37:23 +0000 Subject: [PATCH 2/2] (MAINT) Update README links to latest Puppet ver --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 95bb8f6d..12aae86e 100644 --- a/README.md +++ b/README.md @@ -115,9 +115,9 @@ D, [2018-12-05T15:20:56.374333 #29752] DEBUG -- : TCPSRV: Started listening on l ## How to run the Language Server in Production * Ensure that Puppet Agent is installed - * [Linux](https://puppet.com/docs/puppet/7/install_agents.html#install_nix_agents) - * [Windows](https://puppet.com/docs/puppet/7/install_agents.html#install_windows_agents) - * [macOS](https://puppet.com/docs/puppet/7/install_agents.html#install_mac_agents) + * [Linux](https://puppet.com/docs/puppet/latest/install_agents.html#install_nix_agents) + * [Windows](https://puppet.com/docs/puppet/latest/install_agents.html#install_windows_agents) + * [macOS](https://puppet.com/docs/puppet/latest/install_agents.html#install_mac_agents) * Run the `puppet-languageserver` with ruby @@ -264,9 +264,9 @@ D, [2018-04-17T14:21:10.546834 #12424] DEBUG -- : TCPSRV: Started listening on 1 ## How to run the Debug Server for Production * Ensure that Puppet Agent is installed - * [Linux](https://puppet.com/docs/puppet/7/install_agents.html#install_nix_agents) - * [Windows](https://puppet.com/docs/puppet/7/install_agents.html#install_windows_agents) - * [macOS](https://puppet.com/docs/puppet/7/install_agents.html#install_mac_agents) + * [Linux](https://puppet.com/docs/puppet/latest/install_agents.html#install_nix_agents) + * [Windows](https://puppet.com/docs/puppet/latest/install_agents.html#install_windows_agents) + * [macOS](https://puppet.com/docs/puppet/latest/install_agents.html#install_mac_agents) * Run the `puppet-debugserver` with ruby