update links in Markdown documentation #3492
Open
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.
This PR fixes various dead links/outdated references in the README.md, RELEASE.md and RELENG.md files.
I also made some minor text changes where the old text seems to be no longer applicable (e.g. about the automated acknowledgement generation). However, please note that I don't know how the releng tooling works so I might have made wrong assumptions somewhere (and there may be things I've missed).
For example, there are the following things I'm not sure about:
The
RELEASE.mdmentions the following for N&Ns:Is this still done? I only see one for tips and tricks.
I saw a mention of helpdesk issues for creating splashscreens like that one. From what I can see, the one for 2026 doesn't seem to be present even though 2025-09 has been released already. Was there a process change or did someone forget about the issue (we are getting a new splashscreen in 2026, right (sorry but I had to)?
I also noticed that RELENG.md mentions JobDSL and a differentiation between
jobfor normal jobs andpipelineJobfor jobs that should be run on Kubernetes but the actual.jenkinsfiles seem to be usingagent {}blocks for this. Is this still up-to-date (I don't know JobDSL or the changes that have been made there).For
RELENG.md, I changed the link format to[]()syntax with relative paths for folders as that works on GitHub (and should also be fine/not show errors due to it being an invalid link when viewing the file in Eclipse).