feat: use versioned form of doc urls
Metadata
Current evaluation
Merged. Updates documentation URLs in error messages and rockcraft init templates to use versioned paths. Approved by two reviewers, passed CI, and modified eight files.
Suggested action: —
No scores available.
Issue body
This updates the links used for errors, but also for init templates.
Example with a fake version `9.9.9`:
```
❯ rockcraft init --profile=flask-framework
Created 'rockcraft.yaml'.
Go to https://documentation.ubuntu.com/rockcraft/en/9.9.9/reference/extensions/flask-framework to read more about the 'flask-framework' profile.
❯ cat rockcraft.yaml
name: rockcraft
# see https://documentation.ubuntu.com/rockcraft/en/9.9.9/explanation/bases/
# for more information about bases and using 'bare' bases for chiselled rocks
base: ubuntu@22.04 # the base environment for this Flask application
...
```
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged. Updates documentation URLs in error messages and rockcraft init templates to use versioned paths. Approved by two reviewers, passed CI, and modified eight files. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Updates documentation links in error messages and init templates to use versioned URLs for accurate release-specific references. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1066 docs: updating homepage to new requirements | rockcraft | merged | Merged after reviewer approval and passing all CI checks. Updated the Rockcraft documentation homepage to match 26.04 template requirements, adding structured sections and improved navigation. Minor link checker warnings were noted and accepted. | |
| #310 docs: fix url of rockcraft format | rockcraft | merged | Merged a documentation fix correcting a broken URL in convert-to-pebble-layer.rst, resolving a linkcheck failure. Approved by two reviewers, passed CI, and modified one file. | |
| #257 feat: split the docs url into base and slug | craft-cli | merged | Merged. Splits documentation URLs into base and slug components to improve error reporting. Approved by two reviewers, passed CI checks, and modified three files (+71/-3). | |
| #406 fix(docs): drop "--edge" from rockcraft install instructions | rockcraft | merged | Merged a documentation fix removing the "--edge" flag from rockcraft installation instructions, resolving issue #404. Approved by three reviewers, passed CI, and updated five files. | |
| #775 docs: apply release-notes template to rockcraft | rockcraft | merged | Merged documentation update applying the starbase release-notes template to Rockcraft. Adds 257 lines across three files to render the template for the project. Approved by two reviewers. | |
| #765 docs: fix explanation pages | craft-parts | merged | Merged documentation update for Rockcraft and Craft Parts. Proofread explanation pages, fixed sections and links, and addressed undefined label warnings. Approved by three reviewers and integrated after confirming unrelated test failures. | |
| #367 docs(rtd): switch to extensionless URLS | starbase | merged | Merged documentation update to use extensionless URLs, aligning with Rockcraft and Snapcraft. Approved by two reviewers with no unresolved comments and a single-line change. | |
| #400 fix(docs): make sure we can build the example rockcraft.yaml | rockcraft | merged | Merged to resolve issue #399. Added a spread test validating the example rockcraft.yaml build process for documentation. Approved by three reviewers and passed all CI checks. | |
| #1082 fix: reference slug path in for rockcraft.yaml #2 | rockcraft | merged | Merged a one-line fix correcting an incorrect documentation URL in CLI error messages. The change updates the reference path in rockcraft.yaml error prompts to the proper slug path. CI checks passed and reviewers approved before merging. | |
| #32 docs: update README for published rocks | snapcraft-rocks | merged | Merged documentation update reflecting that rocks are now published to GCR, eliminating the need for local builds. Approved by two reviewers with zero comments. Modified one file (+46/-19 lines). |