Skip to content

Fix broken relative links in function.ipynb guide - #2443

Open
chetanr-25 wants to merge 1 commit into
tensorflow:masterfrom
chetanr-25:fix/function-ipynb-broken-links
Open

Fix broken relative links in function.ipynb guide#2443
chetanr-25 wants to merge 1 commit into
tensorflow:masterfrom
chetanr-25:fix/function-ipynb-broken-links

Conversation

@chetanr-25

Copy link
Copy Markdown

The "Further reading" section used ../../guide/ prefixes, which pointed outside the guide/ directory even though the target files (saved_model.ipynb, graph_optimization.ipynb, profiler.md) live in the same directory as function.ipynb. Updated to correct same-directory relative links.

Also ran nbfmt per CONTRIBUTING.md, which removed stale Colab metadata fields (private_outputs, empty provenance).

The "Further reading" section used ../../guide/ prefixes, which
pointed outside the guide/ directory even though the target files
(saved_model.ipynb, graph_optimization.ipynb, profiler.md) live in
the same directory as function.ipynb. Updated to correct
same-directory relative links.

Also ran nbfmt per CONTRIBUTING.md, which removed stale Colab
metadata fields (private_outputs, empty provenance).
@chetanr-25
chetanr-25 requested a review from a team as a code owner September 7, 2026 22:33
@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

Preview

Preview and run these notebook edits with Google Colab: Rendered notebook diffs available on ReviewNB.com.

Format and style

Use the TensorFlow docs notebook tools to format for consistent source diffs and lint for style:
$ python3 -m pip install -U --user git+https://github.com/tensorflow/docs

$ python3 -m tensorflow_docs.tools.nbfmt notebook.ipynb
$ python3 -m tensorflow_docs.tools.nblint --arg=repo:tensorflow/docs notebook.ipynb
If commits are added to the pull request, synchronize your local branch: git pull origin fix/function-ipynb-broken-links

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.

1 participant