Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(MAINT) Fix URLs to Puppet docs in README #317

Merged
merged 2 commits into from
Nov 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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