@@ -58,7 +58,7 @@ class Resizing(base_layer.Layer):
5858 size.
5959
6060 For an overview and full list of preprocessing layers, see the preprocessing
61- [guide](https://www.tensorflow.org/guide/tf_keras /preprocessing_layers).
61+ [guide](https://www.tensorflow.org/guide/keras /preprocessing_layers).
6262
6363 Args:
6464 height: Integer, the height of the output shape.
@@ -162,7 +162,7 @@ class CenterCrop(base_layer.Layer):
162162 By default, the layer will output floats.
163163
164164 For an overview and full list of preprocessing layers, see the preprocessing
165- [guide](https://www.tensorflow.org/guide/tf_keras /preprocessing_layers).
165+ [guide](https://www.tensorflow.org/guide/keras /preprocessing_layers).
166166
167167 Input shape:
168168 3D (unbatched) or 4D (batched) tensor with shape:
@@ -247,7 +247,7 @@ class RandomCrop(base_layer.BaseRandomLayer):
247247 floats.
248248
249249 For an overview and full list of preprocessing layers, see the preprocessing
250- [guide](https://www.tensorflow.org/guide/tf_keras /preprocessing_layers).
250+ [guide](https://www.tensorflow.org/guide/keras /preprocessing_layers).
251251
252252 Input shape:
253253 3D (unbatched) or 4D (batched) tensor with shape:
@@ -340,7 +340,7 @@ class Rescaling(base_layer.Layer):
340340 floats.
341341
342342 For an overview and full list of preprocessing layers, see the preprocessing
343- [guide](https://www.tensorflow.org/guide/tf_keras /preprocessing_layers).
343+ [guide](https://www.tensorflow.org/guide/keras /preprocessing_layers).
344344
345345 Input shape:
346346 Arbitrary.
@@ -399,7 +399,7 @@ class RandomFlip(base_layer.BaseRandomLayer):
399399 By default, the layer will output floats.
400400
401401 For an overview and full list of preprocessing layers, see the preprocessing
402- [guide](https://www.tensorflow.org/guide/tf_keras /preprocessing_layers).
402+ [guide](https://www.tensorflow.org/guide/keras /preprocessing_layers).
403403
404404 Input shape:
405405 3D (unbatched) or 4D (batched) tensor with shape:
@@ -500,7 +500,7 @@ class RandomTranslation(base_layer.BaseRandomLayer):
500500 floats.
501501
502502 For an overview and full list of preprocessing layers, see the preprocessing
503- [guide](https://www.tensorflow.org/guide/tf_keras /preprocessing_layers).
503+ [guide](https://www.tensorflow.org/guide/keras /preprocessing_layers).
504504
505505 Args:
506506 height_factor: a float represented as fraction of value, or a tuple of
@@ -872,7 +872,7 @@ class RandomRotation(base_layer.BaseRandomLayer):
872872 By default, the layer will output floats.
873873
874874 For an overview and full list of preprocessing layers, see the preprocessing
875- [guide](https://www.tensorflow.org/guide/tf_keras /preprocessing_layers).
875+ [guide](https://www.tensorflow.org/guide/keras /preprocessing_layers).
876876
877877 Input shape:
878878 3D (unbatched) or 4D (batched) tensor with shape:
@@ -1014,7 +1014,7 @@ class RandomZoom(base_layer.BaseRandomLayer):
10141014 By default, the layer will output floats.
10151015
10161016 For an overview and full list of preprocessing layers, see the preprocessing
1017- [guide](https://www.tensorflow.org/guide/tf_keras /preprocessing_layers).
1017+ [guide](https://www.tensorflow.org/guide/keras /preprocessing_layers).
10181018
10191019 Args:
10201020 height_factor: a float represented as fraction of value,
@@ -1254,7 +1254,7 @@ class RandomContrast(base_layer.BaseRandomLayer):
12541254 range of RGB colors.
12551255
12561256 For an overview and full list of preprocessing layers, see the preprocessing
1257- [guide](https://www.tensorflow.org/guide/tf_keras /preprocessing_layers).
1257+ [guide](https://www.tensorflow.org/guide/keras /preprocessing_layers).
12581258
12591259 Input shape:
12601260 3D (unbatched) or 4D (batched) tensor with shape:
@@ -1340,7 +1340,7 @@ class RandomBrightness(base_layer.BaseRandomLayer):
13401340 will be apply to each the images in the batch.
13411341
13421342 For an overview and full list of preprocessing layers, see the preprocessing
1343- [guide](https://www.tensorflow.org/guide/tf_keras /preprocessing_layers).
1343+ [guide](https://www.tensorflow.org/guide/keras /preprocessing_layers).
13441344
13451345 Args:
13461346 factor: Float or a list/tuple of 2 floats between -1.0 and 1.0. The
@@ -1497,7 +1497,7 @@ class RandomHeight(base_layer.BaseRandomLayer):
14971497 By default, this layer is inactive during inference.
14981498
14991499 For an overview and full list of preprocessing layers, see the preprocessing
1500- [guide](https://www.tensorflow.org/guide/tf_keras /preprocessing_layers).
1500+ [guide](https://www.tensorflow.org/guide/keras /preprocessing_layers).
15011501
15021502 Args:
15031503 factor: A positive float (fraction of original height),
@@ -1616,7 +1616,7 @@ class RandomWidth(base_layer.BaseRandomLayer):
16161616 By default, this layer is inactive during inference.
16171617
16181618 For an overview and full list of preprocessing layers, see the preprocessing
1619- [guide](https://www.tensorflow.org/guide/tf_keras /preprocessing_layers).
1619+ [guide](https://www.tensorflow.org/guide/keras /preprocessing_layers).
16201620
16211621 Args:
16221622 factor: A positive float (fraction of original width),
0 commit comments