Skip to content

Commit

Permalink
Fix KT guide link
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Jun 28, 2021
1 parent fa6132f commit 149bc7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/keras_tuner/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ experiment with new search algorithms.
---
## Quick links

* [Getting started with KerasTuner](/guides/keras_tuner/getting_started)
* [Getting started with KerasTuner](/guides/keras_tuner/getting_started/)
* [KerasTuner developer guides](/guides/keras_tuner/)
* [KerasTuner API reference](/api/keras_tuner/)

Expand Down Expand Up @@ -73,7 +73,7 @@ tuner.search(x_train, y_train, epochs=5, validation_data=(x_val, y_val))
best_model = tuner.get_best_models()[0]
```

To learn more about KerasTuner, check out [this starter guide](/keras-tuner/getting_started).
To learn more about KerasTuner, check out [this starter guide](/guides/keras_tuner/getting_started/).


---
Expand Down

0 comments on commit 149bc7d

Please sign in to comment.