Skip to content

docs: update grass-stable URL to grass-devel #5809

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

neteler
Copy link
Member

@neteler neteler commented Jun 1, 2025

Update manual URLS from grass-stable -> grass-devel.

Addresses #5162 (partially)

Update manual URLS from `grass-stable` -> `grass-devel`.

Addresses OSGeo#5162
@neteler neteler self-assigned this Jun 1, 2025
@neteler neteler added manual Documentation related issues docs markdown Related to markdown, markdown files labels Jun 1, 2025
@neteler neteler mentioned this pull request Jun 1, 2025
15 tasks
@github-actions github-actions bot added vector Related to vector data processing raster Related to raster data processing module general imagery labels Jun 1, 2025
Copy link
Member

@echoix echoix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is fine, but we still need to keep in mind the method to rewrite them on release branches. It can be solved later on though

@neteler
Copy link
Member Author

neteler commented Jun 1, 2025

It was a ag and sed one-liner, should be easy.

What I did:

ag --markdown "grass.osgeo.org/grass-stable" -l | xargs sed -i 's+osgeo.org/grass-stable+osgeo.org/grass-devel+g'

@wenzeslaus
Copy link
Member

Wouldn't be better to have the "stable" URLs everywhere regardless of a version and then change them during the doc build if needed, e.g., by adding that one-liner to the CI doc build? That way, the source code can be the same on all branches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs general imagery manual Documentation related issues markdown Related to markdown, markdown files module raster Related to raster data processing vector Related to vector data processing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants