Skip to content

Commit

Permalink
Merge pull request puppetlabs#317 from sanfrancrisko/maint/main/fix_r…
Browse files Browse the repository at this point in the history
…eadme_links

(MAINT) Fix URLs to Puppet docs in README
  • Loading branch information
michaeltlombardi authored Nov 1, 2021
2 parents 92aeb3d + a901c19 commit 9c1f530
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/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

Expand Down Expand Up @@ -268,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)
* [MacOSX](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
Expand Down

0 comments on commit 9c1f530

Please sign in to comment.