fix: replace broken pup.pt documentation links with help.puppet.com#3401
Open
raman1236 wants to merge 1 commit intopuppetlabs:mainfrom
Open
fix: replace broken pup.pt documentation links with help.puppet.com#3401raman1236 wants to merge 1 commit intopuppetlabs:mainfrom
raman1236 wants to merge 1 commit intopuppetlabs:mainfrom
Conversation
The pup.pt URL shortener is no longer reachable, causing all documentation links in the CLI help text, error messages, and guide files to be broken. Replace all pup.pt URLs with their equivalent pages on the current Puppet documentation site at help.puppet.com. Fixes puppetlabs#3386
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Replace all broken
pup.ptdocumentation links with their equivalent pages on the current Puppet documentation site athelp.puppet.com.Problem
The
pup.ptURL shortener is no longer reachable. This affects documentation links throughout the Bolt CLI, including:bolt guideChanges
Updated all references across 22 files:
lib/bolt/bolt_option_parser.rb- CLI help textlib/bolt/module_installer/specs.rb- module validation errorlib/bolt/module_installer/puppetfile.rb- Puppetfile commentslib/bolt/outputter/human.rb- plugin help outputlib/bolt/analytics.rb- analytics noticelib/bolt/config/options.rb- config documentation referencelib/bolt/inventory/target.rb- dotted facts warninglib/bolt/inventory/options.rb- plugin hooks referencelib/bolt/plan_creator.rb- plan template commentslib/bolt/project_manager.rb- inventory referencelib/bolt/project_manager/inventory_migrator.rb- migration messagelib/bolt/project_manager/module_migrator.rb- migration messagelib/bolt/shell/bash.rb- task failure helpguides/*.yaml- all guide filesAll links now use
https://and point tohelp.puppet.com/bolt/current/topics/.Fixes #3386