Fix broken links and update community resources in bgtm.md#67
Merged
Conversation
410041b to
c78f318
Compare
bastelfreak
reviewed
Apr 19, 2026
0f05da2 to
3e56ae0
Compare
- Fix all http:// → https:// for Forge, rspec-puppet, Vagrant, and Serverspec URLs
- Fix section TOC anchors to match actual heading IDs
- Change code fences from 'ruby' to 'puppet' for Puppet code examples; add 'ruby' hint to RSpec/Rakefile examples
- Fix extra backtick on closing rspec code fence
- Fix containment code block indentation
- Remove Puppet 3.4 anchor pattern paragraph (not relevant for OpenVox 8)
- Fix missing space in documenting section prose
- Update community resources: replace Puppet Slack/IRC with Vox Pupuli Slack and #voxpupuli on Libera.Chat
- Remove all {:.concept}/{:.section} kramdown markers unused by theme
Signed-off-by: Michael Harp <mike@mikeharp.com>
3e56ae0 to
9cc94d7
Compare
tuxmea
requested changes
Apr 21, 2026
| ```` | ||
| ``` | ||
|
|
||
| RSpec lets you provide facts, like `osfamily`, in order to test the module in various scenarios. |
Contributor
There was a problem hiding this comment.
Please switch to new structured facts os['family']
| A typical use of RSpec is to iterate over a list of operating systems, asserting that the package and service should exist in the catalog for every operating system your module supports. | ||
|
|
||
| To learn more, see [http://rspec-puppet.com/](http://rspec-puppet.com/). | ||
| To learn more, see [https://rspec-puppet.com/](https://rspec-puppet.com/). |
Contributor
There was a problem hiding this comment.
This is the old documentatoin.
The new one is at https://puppetlabs.github.io/rspec-puppet/
miharp
added a commit
to miharp/openvox-docs
that referenced
this pull request
Apr 21, 2026
- Switch osfamily to structured fact os['family'] - Update rspec-puppet docs link to puppetlabs.github.io - Add note that puppetlabs-spec-helper is no longer needed for Vox Pupuli modules - Fix indented serverspec code block to fenced style - Fix non-descriptive 'here' link text - Add puppetmodule.info to community resources Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Switch osfamily to structured fact os['family'] - Update rspec-puppet docs link to puppetlabs.github.io - Add note that puppetlabs-spec-helper is no longer needed for Vox Pupuli modules - Fix indented serverspec code block to fenced style - Fix non-descriptive 'here' link text - Add puppetmodule.info to community resources Signed-off-by: Michael Harp <mike@mikeharp.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
e25379d to
8cd982f
Compare
tuxmea
approved these changes
Apr 22, 2026
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.
Summary
http://→https://for Forge, rspec-puppet, Vagrant, and Serverspec URLsrubytopuppetfor Puppet code examples; addrubyhint to RSpec/Rakefile examples{:.concept}/{:.section}kramdown markers unused by the current themeTest plan
bundle exec jekyll buildcompletes without errors/openvox/8.x/bgtm.html🤖 Generated with Claude Code