docs: fix broken/outdated links to application catalog repo (closes #494)#535
Open
Aayushmaan-24 wants to merge 2 commits into
Open
docs: fix broken/outdated links to application catalog repo (closes #494)#535Aayushmaan-24 wants to merge 2 commits into
Aayushmaan-24 wants to merge 2 commits into
Conversation
razvand
requested changes
Feb 23, 2026
Modernized all references to the Unikraft catalog across homepage components, guides and hackathon pages to match current structure. Addressed mentor review feedback: - Added trailing newline to tsconfig.json - Fixed Redis and Lua paths in catalog-strip.tsx Resolved all markdownlint errors from CI: - MD104: one sentence per line - MD031/MD040: blank lines + language specifiers on all fenced blocks - Split mixed console sessions into separate bash (commands) + text (output) - MD024: made duplicate headings unique - MD038, MD007, MD012: cleaned code spans, list indents and extra blanks Changes kept minimal and targeted. Closes unikraft#494 Signed-off-by: Aayushmaan <aayushmaan.chakraborty@gmail.com>
Author
|
All done!
CI should be green now. Ready for final review/merge! Thank you for the guidance — looking forward to more contributions! |
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.
docs: fix broken/outdated links to application catalog examples (#494)
This PR resolves #494 ("Broken links on the homepage and elsewhere to the application catalog") by updating numerous outdated links and references to renamed example paths in the Unikraft catalog repository.
The catalog recently renamed many example directories (e.g.,
http-go1.21→httpserver-go1.21,helloworld-c→helloworld-gcc13.2, etc.), causing 404 errors across the homepage, landing components, guides, and hackathon pages. This PR updates all affected links to the current naming convention.Key Changes
src/components/language-link.tsx)src/components/landing/catalog-strip.tsx)content/hackathons/usw24/index.mdx)http-go1.21references withhttpserver-go1.21in all relevant guides:content/guides/using-the-app-catalog.mdxcontent/guides/catalog-behind-the-scenes.mdxcontent/guides/catalog-using-firecracker.mdxFull List of Updated Paths (Summary)
examples/helloworld-c→examples/helloworld-gcc13.2examples/http-go1.21→examples/httpserver-go1.21examples/http-python3.10-flask3.0→examples/flask3.0-python3.10examples/http-node18→examples/httpserver-nodejs18examples/http-rust1.75-actix-web4→examples/actix4-rust1.75Files Left Unchanged
catalog-core).Verification
mainbranch:/examplesand/librarydirectories).As discussed on Discord ("Any fixes you do are welcome"), this is my first contribution while preparing for GSoC 2026. Happy to make any adjustments, add more context, or help with related tasks (planning to move to the onboarding guides and catalog-core testing next).
Closes #494
UniKraftBrokenLinksFixes.txt