Skip to content

Commit

Permalink
Add old location redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed May 7, 2020
1 parent 775b898 commit beb3cec
Show file tree
Hide file tree
Showing 37 changed files with 74 additions and 0 deletions.
2 changes: 2 additions & 0 deletions redirects/activations/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/api/layers/activations/'" />
2 changes: 2 additions & 0 deletions redirects/applications/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/api/applications/'" />
2 changes: 2 additions & 0 deletions redirects/callbacks/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/api/callbacks/'" />
2 changes: 2 additions & 0 deletions redirects/constraints/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/api/layers/constraints/'" />
2 changes: 2 additions & 0 deletions redirects/contributing/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/contributing/'" />
2 changes: 2 additions & 0 deletions redirects/datasets/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/api/datasets/'" />
2 changes: 2 additions & 0 deletions redirects/getting-started/faq/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/faq/'" />
2 changes: 2 additions & 0 deletions redirects/getting-started/functional-api-guide/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/guides/functional_api/'" />
2 changes: 2 additions & 0 deletions redirects/getting-started/sequential-model-guide/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/guides/sequential_model/'" />
2 changes: 2 additions & 0 deletions redirects/initializers/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/api/layers/initializers/'" />
2 changes: 2 additions & 0 deletions redirects/layers/about-keras-layers/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/api/layers/'" />
2 changes: 2 additions & 0 deletions redirects/layers/advanced-activations/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/api/layers/activation_layers/'" />
2 changes: 2 additions & 0 deletions redirects/layers/convolutional/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/api/layers/convolution_layers/'" />
2 changes: 2 additions & 0 deletions redirects/layers/core/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/api/layers/core_layers/'" />
2 changes: 2 additions & 0 deletions redirects/layers/embeddings/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/api/layers/core_layers/embedding/'" />
2 changes: 2 additions & 0 deletions redirects/layers/local/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/api/layers/locally_connected_layers/'" />
2 changes: 2 additions & 0 deletions redirects/layers/merge/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/api/layers/merging_layers/'" />
2 changes: 2 additions & 0 deletions redirects/layers/noise/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/api/layers/regularization_layers/'" />
2 changes: 2 additions & 0 deletions redirects/layers/normalization/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/api/layers/normalization_layers/'" />
2 changes: 2 additions & 0 deletions redirects/layers/pooling/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/api/layers/pooling_layers/'" />
2 changes: 2 additions & 0 deletions redirects/layers/recurrent/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/api/layers/recurrent_layers/'" />
2 changes: 2 additions & 0 deletions redirects/layers/wrappers/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/api/layers/recurrent_layers/'" />
2 changes: 2 additions & 0 deletions redirects/layers/writing-your-own-keras-layers/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/guides/making_new_layers_and_models_via_subclassing/'" />
2 changes: 2 additions & 0 deletions redirects/losses/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/api/losses/'" />
2 changes: 2 additions & 0 deletions redirects/metrics/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/api/metrics/'" />
2 changes: 2 additions & 0 deletions redirects/models/about-keras-models/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/api/models/'" />
2 changes: 2 additions & 0 deletions redirects/models/model/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/api/models/model/'" />
2 changes: 2 additions & 0 deletions redirects/models/sequential/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/api/models/sequential/'" />
2 changes: 2 additions & 0 deletions redirects/optimizers/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/api/optimizers/'" />
2 changes: 2 additions & 0 deletions redirects/preprocessing/image/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/api/preprocessing/image/'" />
2 changes: 2 additions & 0 deletions redirects/preprocessing/sequence/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/api/preprocessing/timeseries/'" />
2 changes: 2 additions & 0 deletions redirects/preprocessing/text/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/api/preprocessing/text/'" />
2 changes: 2 additions & 0 deletions redirects/regularizers/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/api/layers/regularizers/'" />
2 changes: 2 additions & 0 deletions redirects/scikit-learn-api/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/'" />
2 changes: 2 additions & 0 deletions redirects/utils/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/api/utils/'" />
2 changes: 2 additions & 0 deletions redirects/visualization/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/api/utils/model_plotting_utils/'" />
2 changes: 2 additions & 0 deletions redirects/why-use-keras/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/why_keras/'" />

0 comments on commit beb3cec

Please sign in to comment.