Skip to content

Commit

Permalink
Fixed the broken link in sequential_model.md (keras-team#1281)
Browse files Browse the repository at this point in the history
* Fixed the broken link in sequential_model.md

Fixed the broken link for Guide to the Functional API in line 543 & Guide to making new Layers & Models via subclassing in line 544

* Update sequential_model.md
  • Loading branch information
tiruk007 authored Mar 22, 2023
1 parent 3b81cc7 commit 24d8429
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions guides/md/sequential_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,5 @@ That's about all you need to know about Sequential models!

To find out more about building models in Keras, see:

- [Guide to the Functional API](/guides/functional_api/)
- [Guide to making new Layers & Models via subclassing](
/guides/making_new_layers_and_models_via_subclassing/)
- [Guide to the Functional API](https://keras.io/guides/functional_api/)
- [Guide to making new Layers & Models via subclassing](https://keras.io/guides/making_new_layers_and_models_via_subclassing/)

0 comments on commit 24d8429

Please sign in to comment.