Closed mashhurs closed 2 years ago
Thanks for the quick fix and the testing instructions. Works as intended when I test locally:
Can we change from Logstash version to Stack version? Most of the links are for Elasticsearch and Beats.
Otherwise, LGTM. Thanks for the fix.
In my last commit, used stack version instead Logstash to be super clear!
Problem Overview
When building VPR docs, some links are broken (e.g CI). The reason doc-tools using full versions in reference URLs but in a reality it should be major and minor only.
Test
bundle exec ruby versioned_plugins.rb --repair --skip-existing --dry-run --output-path=../
8.2.0
which was wrong and now8.2
will nor break URLs.