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

"See also" links in documentation are broken #591

Closed
schra opened this issue Apr 2, 2021 · 1 comment · Fixed by #657
Closed

"See also" links in documentation are broken #591

schra opened this issue Apr 2, 2021 · 1 comment · Fixed by #657

Comments

@schra
Copy link
Contributor

schra commented Apr 2, 2021

Actual behavior

Go to a "See also" link (not sure if all of them are broken). For example:

  1. Go to https://boostorg.github.io/gil/html/design/point.html
  2. Click on PointNDConcept under the "See also" section
  3. Find a 404 page

Expected behavior

The documentation of the linked type

@mloskot
Copy link
Member

mloskot commented Apr 2, 2021

Thanks for the report, it looks like the fix is to remove design/ from the paths as in here:

- https://boostorg.github.io/gil/html/design/reference/structboost_1_1gil_1_1_point_n_d_concept.html
+ https://boostorg.github.io/gil/html/reference/structboost_1_1gil_1_1_point_n_d_concept.html
- https://boostorg.github.io/gil/html/design/reference/structboost_1_1gil_1_1_point2_d_concept.html
+ https://boostorg.github.io/gil/html/reference/structboost_1_1gil_1_1_point2_d_concept.html

striezel added a commit to striezel-stash/gil that referenced this issue May 3, 2022
lpranam pushed a commit that referenced this issue May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants