Update links in README for releases and guidelines#75
Conversation
Updated Links: Release to latest releases page in Github for reference_integration repo From old Handbook url to new user guide Signed-off-by: b-rei <[email protected]>
There was a problem hiding this comment.
AI-assisted review (Claude):
The profile/README.md is auto-generated from src/generate_repo_overview/templates/profile_readme.md via the refresh-profile.yml workflow (runs daily and on workflow_dispatch). Editing profile/README.md directly means the next automated run will overwrite all changes in this PR.
The three links changed here must be updated in the template instead:
-Get the latest stable release ... [**View Releases »**](https://github.com/eclipse-score/score/releases)
+Get the latest stable release ... [**View Releases »**](https://github.com/eclipse-score/reference_integration/releases)-[**Read the Guideline »**](https://eclipse-score.github.io/score/main/contribute/index.html)
+[**Read the Guideline »**](https://eclipse-score.github.io/score/main/users_guide/index.html)-[**See the Roadmap »**](https://eclipse-score.github.io/score/main/score_releases/index.html#releases)
+[**See the Roadmap »**](https://eclipse-score.github.io/reference_integration/main/s_core_v_1/releases/releases.html)
AlexanderLanin
left a comment
There was a problem hiding this comment.
AI-assisted review (Claude):
Critical: 1, Important: 0, Suggestions: 1
Critical — changes will be overwritten by automation
profile/README.md is auto-generated from src/generate_repo_overview/templates/profile_readme.md by the refresh-profile.yml workflow (daily schedule + workflow_dispatch). All three link changes in this PR need to go into the template file instead, otherwise the next bot run silently reverts them.
Suggestion — broken Markdown link syntax
Line 18 of the diff introduces a double-URL link:
[**Read the Guideline »**]([https://...old...](https://...new...))
The outer [text](...) should contain only the URL, not a nested Markdown link. It should be:
[**Read the Guideline »**](https://eclipse-score.github.io/score/main/users_guide/index.html)
This renders as a literal [url](url) string in GitHub Markdown rather than a clickable link.
|
Ok. Fine. So I need to change in this file: |
|
yes, We can improve that - or document it. But thats how it is in the moment. |
Updated Links:
Release to latest releases page in Github for reference_integration repo
From old Handbook url to new user guide