Skip to content

Fix broken links #1071

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

Merged
merged 6 commits into from
Dec 19, 2023
Merged

Conversation

kevinAlbs
Copy link
Collaborator

@kevinAlbs kevinAlbs commented Dec 18, 2023

Summary

Fix broken links in Hugo documentation.

This PR includes additional drive-by improvements:

  • replace http://mongocxx.org with https://mongocxx.org
  • replace mongodb.github.io with mongocxx.org

Background & Motivation

#1039 replaced use of the inline namespace macros with inline namespace v_noabi. I expect this changed the Doxygen page links include the namespace:

Example:

This PR is intended as a short-term solution to fix the broken links. Further investigation may be needed to restore links omitting the namespace.

#1026 changed the directory structure. I expect this resulted in broken links to GitHub source pages:

Broken links were checked by building docs with cmake --build cmake-build --target hugo and running find_broken_links.py.

@kevinAlbs kevinAlbs force-pushed the fix-broken-links.CXX-2762 branch from 9b5de41 to 67bb6d9 Compare December 18, 2023 19:29
@kevinAlbs kevinAlbs marked this pull request as ready for review December 19, 2023 14:11
@kevinAlbs
Copy link
Collaborator Author

Documentation has been updated with cmake --build cmake-build --target hugo-deploy. Merging.

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

Successfully merging this pull request may close these issues.

2 participants