Fix incorrect URLs to Showcase examples - #49
Conversation
Update source code links in the Showcase section to reflect the repository restructuring, where examples were moved into the `nyx-core/` directory. This fixes 404 errors when clicking on "Source code" links. Files modified: - docs/nyxspace/showcase/index.md - docs/nyxspace/showcase/03_geo_analysis/index.md - docs/nyxspace/showcase/04_lro_od/index.md Co-authored-by: ChristopherRabotin <4823784+ChristopherRabotin@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
There was a problem hiding this comment.
Code Review
This pull request updates several documentation files under docs/nyxspace/showcase/ to correct the GitHub repository URLs pointing to the example code. The paths have been updated to include the nyx-core/ directory, aligning with the restructured repository layout. I have no feedback to provide as there are no review comments.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
Visit the preview URL for this PR (updated for commit 9a5a817): https://nyx-space--pr49-fix-showcase-urls-12-l2ykoekl.web.app (expires Mon, 20 Jul 2026 00:34:27 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: ecf6068ed4b2d3d429c02e3ebe5890356e4315eb |
I have updated all GitHub URLs in the Showcase documentation to point to the correct location in the repository. Following a recent restructuring, the
examples/directory is now located undernyx-core/examples/. I performed a comprehensive search and replace across thedocs/directory to ensure alltree/master/examples/andblob/master/examples/links were updated totree/master/nyx-core/examples/andblob/master/nyx-core/examples/respectively. I verified the changes by building the documentation and confirming the links in the generated HTML.Fixes #48
PR created automatically by Jules for task 12794409445085745864 started by @ChristopherRabotin