Fix broken links - #56
Open
mintlify[bot] wants to merge 1 commit into
Open
Conversation
…recast, mlforecast, utilsforecast
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resolves all 149 broken links reported by
mint broken-linksacross the docs (58 files).Changes
changepoints,../getting-started/quickstart,../generators/multivariate/var) to root-relative URLs with the.htmlsuffix (e.g./synforecast/docs/capabilities/changepoints.html), matching the paths registered indocs.json..ipynbreferences with the corresponding root-relative.htmlintegration pages.docs/how-to-guides/lag_transforms_guide.html,docs/how-to-guides/pooled_lag_transforms.html) as root-relative/mlforecast/docs/how-to-guides/...URLs.../../../statsforecast/models.htmlwith/statsforecast/src/core/models.html(the actual registered page).imgs_losses/*.pngimage refs to root-relative/neuralforecast/imgs_losses/...../neuralforecast/models.nbeats.html#nbeats-2link (wrong path + missing anchor) to./models.nbeats.html#nbeats./neuralforecast/imgs_models/softssharp.png).AutoArima_vs_Prophet_files/...image refs as root-relative paths.../../../neuralforecast/use-cases/electricitypeakforecasting.htmlto the actual page/neuralforecast/docs/use-cases/electricity_peak_forecasting.html.../../../neuralforecast/tutorials/getting_started_complete.htmlto/neuralforecast/docs/tutorials/getting_started_complete.html../docs/mintlify/imgs/index.pngreference (the same figure is still shown via./imgs/index.png).imgs/plotting.pngreference root-relative.Missing assets — left as TODO notes
Two referenced images do not exist anywhere in the repo. Rather than guess at replacements, they were replaced with
{/* TODO */}notes so a human can restore the correct asset:neuralforecast/imgs_models/stemgnn.png(Figure 1 inneuralforecast/models.stemgnn.html.mdx).statsforecast/imgs/cv-sphere.png(figure instatsforecast/docs/tutorials/statisticalneuralmethods.html.mdx).Validation
mint validate→ build validation passed.mint broken-links→ no broken links found.