Skip to content

update broken internal links #20

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

maxistar
Copy link
Contributor

@maxistar maxistar commented Jun 19, 2025

in this PR I want to fix warnings about broken links during compile time.
some pages were not existing so I have created empty index files for such cases.

now when we run "npm start" only one broken link is detected about missing update/minor/721-to-722/index.md which I did not find.

There are some warnings about unsupported image types which should be fixed separately.

I did not fix broken links in HTML code - such fixes will be not detected by compiler so there is no way to make sure it is actually fixed. We can do it if implement link checker.

this PR partially fixes #3. Since this PR is very big, the follow up PR will be created when this one will be merged.

@a-m-zill a-m-zill self-requested a review June 21, 2025 22:32
@a-m-zill
Copy link
Contributor

Thank you @maxistar, i will check this.

@javahippie
Copy link
Contributor

Thanks a lot, does this relate to #3? If so, a mention in the PR comment would link it properly

@maxistar
Copy link
Contributor Author

maxistar commented Jun 23, 2025

Thanks a lot, does this relate to #3? If so, a mention in the PR comment would link it properly

yes, it is related it #3 I discovered though that there are two kind of links - markdown and html. This PR is fixing markdown links. Docusaurus can complain when these links are broken. The pure html links even if they are broken are not being checked during the compilation time. I checked different tools and found some ways to check these also. When we merge this PR I will prepare an another PR to fix html links too.

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.

Fix broken internal links
4 participants