Skip to content

Commit 6566271

Browse files
committed
docs: update ext links
1 parent aa504cd commit 6566271

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/storage-image-processing-api/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,11 @@ After installation, a new Cloud Function called `process` will be added to your
5656

5757
```bash
5858
curl -X GET \
59-
https://{LOCATION}-{PROJECT_ID}.cloudfunctions.net/{EXTENSION_INSTANCE_ID}-handler/process?operations=...
59+
https://{LOCATION}-{PROJECT_ID}.cloudfunctions.net/ext-storage-image-processing-api-handler/process?operations=...
6060
```
6161

6262
- **`{LOCATION}`**: The Cloud Functions location that was specified during the installation of the extension.
6363
- **`{PROJECT_ID}`**: The Firebase project ID.
64-
- **`{EXTENSION_INSTANCE_ID}`**: The extension instance ID.
6564

6665
### Operations
6766

extensions/storage-image-processing-api/POSTINSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ You can test out this extension right away!
44

55
Use the following URL to access the image processing API:
66

7-
[https://{param:LOCATION}-{param:PROJECT_ID}.cloudfunctions.net/{param:EXTENSION_INSTANCE_ID}-handler/process](https://{param:LOCATION}-{param:PROJECT_ID}.cloudfunctions.net/{param:EXTENSION_INSTANCE_ID}-handler/process)
7+
[https://{param:LOCATION}-{param:PROJECT_ID}.cloudfunctions.net/ext-storage-image-processing-api-handler/process](https://{param:LOCATION}-{param:PROJECT_ID}.cloudfunctions.net/ext-storage-image-processing-api-handler/process)
88

99
### Using the extension
1010

0 commit comments

Comments
 (0)