fix: update links in documentation for quick navigation#450
fix: update links in documentation for quick navigation#450imbajin merged 3 commits intoapache:masterfrom
Conversation
|
THX, please also check the https://github.com/apache/incubator-hugegraph-doc/blob/master/dist/validate-links.sh scrip (it should ensure/check the URL exists & valid BUT failed now) |
|
@bitflicker64 Glad it passed locally. However, the fact that CI passed previously with broken links shows the script is flawed. We should make the check stricter so that any 404 links result in a CI failure. Refer: https://github.com/apache/incubator-hugegraph-doc/actions/runs/21623005341/job/62316158334 (Previous PR CI log) |
That makes sense. This PR fixes the broken links, but they weren’t caught because validate-links.sh only checks a limited set of link patterns. I’ll open a separate PR to expand the validation so CI fails on these cases. |


Purpose of the PR
Fix broken Quick Start links on the documentation site.
Screen.Recording.Feb.9.2026.from.HugeGraph.mov