Source links in documentation are broken
See original GitHub issueReported by @gberaudo in #5791.
All of the source links (the small hyperlinks in the right margin of each sub-header) are broken. For example: https://cesiumjs.org/Cesium/Build/Documentation/EntityCollection.html#getById
The link’s target looks like this:
The problem here is 1.36.0-13623056 is being used in the path, which does not match the GitHub tag name of 1.36. This URL is constructed here:
https://github.com/AnalyticalGraphicsInc/cesium/blob/1.36/Tools/jsdoc/cesium_template/publish.js#L308
The CESIUM_VERSION appears to be assigned here:
https://github.com/AnalyticalGraphicsInc/cesium/blob/1.36/gulpfile.js#L203
/cc @mramato Are you aware of recent build changes that might have altered this value?
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Fix broken links to data - Microsoft Support
Open the workbook that contains the broken link. · On the Data tab, click Edit Links. · In the Source file box, select...
Read more >How to Find and Fix Broken Links (5 Methods) - Kinsta
The first method we recommend to find and fix broken links is to use a web-based SEO audit tool. Two of the most...
Read more >Repairing broken data links—ArcMap | Documentation
If you only want to repair a broken link for a specific layer, click the Set Data Source button on the Source tab...
Read more >Preventing broken links in Microsoft Word documents - IBM
To remove links from Microsoft Word 2010, 2013, or 2016 documents: Click the File tab, and then Info > Edit links to files....
Read more >How to find and fix broken links on your knowledge base
You can easily identify your broken links using the Links status checker. Once you've identified your broken links, you can navigate to your ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Alright, this is fixed on the site now, and I’m working on fixing this as part of the automated website build process.
Yes.