docs: fix broken notebook links in Get_started_Generate_Content#1277
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request addresses broken internal navigation links within the documentation. By updating references to point to the correct, existing files, the changes ensure that users can successfully navigate between related notebooks and guides without encountering 404 errors or dead links. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates several notebook and file references in the JavaScript README and the Python Get Started notebook to match updated filenames. Feedback is provided to correct a missing closing double quote in the "Nano-banana" model reference within the Python notebook.
Several internal links pointed to notebooks that were renamed or removed:
- Video.ipynb -> Video_understanding.ipynb
- Image_out.ipynb -> Get_Started_Nano_Banana.ipynb (the cell calls it
'Image generation ... aka Nano-banana')
- JSON.ipynb -> JSON_mode.ipynb
- File-API.ipynb -> File_API.ipynb
All corrected targets exist on disk and the notebook remains valid JSON.
93b83a9 to
316a57b
Compare
Fixes internal links in
quickstarts/Get_started_Generate_Content.ipynbthat pointed to notebooks which have been renamed or removed. All corrected targets exist in the repo, and the notebook remains valid JSON.../quickstarts/Video.ipynb../quickstarts/Video_understanding.ipynb./Image_out.ipynb./Get_Started_Nano_Banana.ipynb(the cell describes it as "Image generation … aka Nano-banana")./JSON.ipynb./JSON_mode.ipynb./File-API.ipynb./File_API.ipynbVerification