Skip to content

Commit 30ad4ea

Browse files
authored
Merge pull request #44 from invertase/fix-links
fix: links in docs
2 parents 72fd837 + 34966ca commit 30ad4ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/image-processing-api/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Image Processing API
22

3-
The Image Processing API extension (`image-processing-api`) lets you optimize and transform images in the [Cloud Storage](https://firebase.google.com/docs/storage) bucket via a powerful HTTP API. The API provides more than 30 different operations to enhance and manipulate your images, including image composition, cropping, flipping, color reduction, sharpening, filtering, and much more. See the full list of available operations in the [Operations](/operations) documentation.
3+
The Image Processing API extension (`image-processing-api`) lets you optimize and transform images in the [Cloud Storage](https://firebase.google.com/docs/storage) bucket via a powerful HTTP API. The API provides more than 30 different operations to enhance and manipulate your images, including image composition, cropping, flipping, color reduction, sharpening, filtering, and much more. See the full list of available operations in the [Operations](/image-processing-api/operations) documentation.
44

55
<video width="100%" controls muted autoPlay loop>
66
<source
@@ -63,8 +63,8 @@ curl -X GET \
6363
The `operations` query parameter is a JSON array of operations to perform. Each operation is a JSON object with an `operation` property specifying the operation to perform and other properties depending on the operation.
6464
The parameter follows a couple of rules:
6565

66-
1. The first operation in the array must be an `input` operation. This operation specifies the image to be processed. Read the [input](/input) operation documentation for more information.
67-
1. The last operation in the array must be an `output` operation. This operation specifies the `format` of the image to be created. Read the [output](/output) operation documentation for more information.
66+
1. The first operation in the array must be an `input` operation. This operation specifies the image to be processed. Read the [input](/image-processing-api/input) operation documentation for more information.
67+
1. The last operation in the array must be an `output` operation. This operation specifies the `format` of the image to be created. Read the [output](/image-processing-api/output) operation documentation for more information.
6868

6969
The following example details a remote `input` operation and the `output` type:
7070

0 commit comments

Comments
 (0)