Skip to content

Commit

Permalink
Add a redirect for the top-level getting-started page.
Browse files Browse the repository at this point in the history
There are still links to `https://keras.io/getting-started/` in the wild.
Sub-pages of the getting-started page already have redirects.

Also fixed a getting-started link in the contributing guide.
  • Loading branch information
hertschuh committed Jan 4, 2024
1 parent 90b4de0 commit 4298620
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions redirects/getting-started/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

<meta http-equiv="refresh" content="0; URL='https://keras.io/getting-started/'" />
2 changes: 1 addition & 1 deletion templates/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Your code doesn't work, and you have determined that the issue lies with Keras?

1. Your bug may already be fixed. Make sure to update to the current Keras nightly release (`pip install keras-nightly --upgrade`) and test whether your bug is still occurring.

2. Search for similar issues among the [keras-team/keras Github issues](https://github.com/keras-team/keras/issues). Make sure to delete `is:open` on the issue search to find solved tickets as well. It's possible somebody has encountered this bug already. Also remember to check out Keras [FAQ](http://keras.io/getting-started/faq/). Still having a problem? Open an issue on the Keras Github to let us know.
2. Search for similar issues among the [keras-team/keras Github issues](https://github.com/keras-team/keras/issues). Make sure to delete `is:open` on the issue search to find solved tickets as well. It's possible somebody has encountered this bug already. Also remember to check out Keras [FAQ](http://keras.io/getting_started/faq/). Still having a problem? Open an issue on the Keras Github to let us know.

3. Make sure you provide us with useful information about your configuration: What backend are you using? Are you running on GPU?

Expand Down

0 comments on commit 4298620

Please sign in to comment.