Fix link text with updated guide title

This commit is contained in:
Albert Villanova del Moral 2020-11-03 19:03:24 +01:00
parent 01a1e570ae
commit e3486dafc8
2 changed files with 2 additions and 2 deletions
tensorflow/python/keras

View File

@ -275,7 +275,7 @@ class Layer(module.Module, version_utils.LayerVersionSelector):
```
For more information about creating layers, see the guide
[Writing custom layers and models with Keras](
[Making new Layers and Models via subclassing](
https://www.tensorflow.org/guide/keras/custom_layers_and_models)
"""

View File

@ -157,7 +157,7 @@ class Layer(object):
```
For more information about creating layers, see the guide
[Writing custom layers and models with Keras](
[Making new Layers and Models via subclassing](
https://www.tensorflow.org/guide/keras/custom_layers_and_models)
Arguments: