chore(links): replace URLs with HTTPS for better security

This commit is contained in:
Nicholas Wilson
2025-04-21 11:40:42 -05:00
committed by GitHub
parent 6d1e8a69e7
commit 7595ad9dcb

View File

@@ -3234,7 +3234,7 @@ This release introduces several vulnerability fixes:
* Keras been split into a separate PIP package (`keras`), and its code has
been moved to the GitHub
repository[keras-team/keras](http://github.com/keras-team/keras). The
repository[keras-team/keras](https://github.com/keras-team/keras). The
API endpoints for `tf.keras` stay unchanged, but are now backed by the
`keras` PIP package. The existing code in tensorflow/python/keras is a
staled copy and will be removed in future release (2.7). Please remove
@@ -10260,7 +10260,7 @@ answered questions, and were part of inspiring discussions.
## Major Features And Improvements
* `tf.keras` is now part of the core TensorFlow API.
* [`tf.data`](http://tensorflow.org/guide/data) is now part of the core
* [`tf.data`](https://tensorflow.org/guide/data) is now part of the core
TensorFlow API.
* The API is now subject to backwards compatibility guarantees.
* For a guide to migrating from the `tf.contrib.data` API, see the