Skip to content
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

manual: keyword index URLs partially broken #791

Closed
neteler opened this issue Sep 10, 2022 · 1 comment · Fixed by OSGeo/grass#2574
Closed

manual: keyword index URLs partially broken #791

neteler opened this issue Sep 10, 2022 · 1 comment · Fixed by OSGeo/grass#2574
Assignees
Labels
manual Documentation related issues

Comments

@neteler
Copy link
Member

neteler commented Sep 10, 2022

Some links at are still partially broken:
https://grass.osgeo.org/grass82/manuals/keywords.html

@tmszi seems a double // leaks in somewhere, only discovered that now.

I cleaned up the local server patches, updated and recompiled.

This effect only happens with the "grass-stable" redirects:

https://grass.osgeo.org/grass-stable/manuals/addons/d.vect.colbp.html --> https://grass.osgeo.org/grass82//manuals/addons/d.vect.colbp.html

Probably it is an issue of the Apache redirect (but I think to not have seen it before).

I found // in URL here https://grass.osgeo.org/grass82//manuals/index.html

Some links also contain the grass.osgeo.org server setup related internal directory names.
Not sure if Apache redirects interfere or the local setup (see https://github.com/OSGeo/grass-addons/tree/grass8/utils/cronjobs_osgeo_lxd#web-site-organisation).

Originally posted by @tmszi in #780 (comment)

@neteler neteler added the manual Documentation related issues label Sep 10, 2022
@tmszi tmszi self-assigned this Sep 10, 2022
@tmszi
Copy link
Member

tmszi commented Sep 10, 2022

Some links at are still partially broken: https://grass.osgeo.org/grass82/manuals/keywords.html

Yes you are right, core modules links still use absolute path instead of relative path, fixed with OSGeo/grass#2574.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
manual Documentation related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants