Skip to content

Fix broken Keras documentation links in intro_to_modules.ipynb - #2444

Open
chetanr-25 wants to merge 1 commit into
tensorflow:masterfrom
chetanr-25:fix/intro-to-modules-keras-links
Open

Fix broken Keras documentation links in intro_to_modules.ipynb#2444
chetanr-25 wants to merge 1 commit into
tensorflow:masterfrom
chetanr-25:fix/intro-to-modules-keras-links

Conversation

@chetanr-25

@chetanr-25 chetanr-25 commented Sep 7, 2026

Copy link
Copy Markdown

Update dead Keras links in intro_to_modules.ipynb to keras.io

What

Fixes two dead links in site/en/guide/intro_to_modules.ipynb. They
pointed to local files (./keras/custom_layers_and_models.ipynb and
./keras/functional.ipynb) that no longer exist in this repo since
Keras documentation moved to keras.io.

Changes

Testing

Manually verified both keras.io URLs resolve and match the intended content.

Keras guides were moved to keras.io, so the local relative links
(./keras/custom_layers_and_models.ipynb and ./keras/functional.ipynb)
were broken. Updated these to point to the official Keras guides on keras.io.

Also ran nbfmt to clean up notebook formatting.
@chetanr-25
chetanr-25 requested a review from a team as a code owner September 7, 2026 22:35
@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/intro-to-modules-keras-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