Skip to content

Commit 2c8fca5

Browse files
feat(api): update api docs link
1 parent 57868cc commit 2c8fca5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 42
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-d1a3e6dfc45ae832b6b14a0aef25878985c679fa9f48c1470df188b1578ba648.yml
33
openapi_spec_hash: 1d382866fce3284f26d341f112988d9d
4-
config_hash: f1fafe5e607e996b58b67fd1dd3e74fa
4+
config_hash: 5f7498f5ea66e8a544c6c37b10f77467

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This library provides convenient access to the Image Kit REST API from server-side TypeScript or JavaScript.
66

7-
The REST API documentation can be found on [imagekit.io](https://imagekit.io/docs). The full API of this library can be found in [api.md](api.md).
7+
The REST API documentation can be found on [imagekit.io](https://imagekit.io/docs/api-reference). The full API of this library can be found in [api.md](api.md).
88

99
It is generated with [Stainless](https://www.stainless.com/).
1010

packages/mcp-server/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"url": "git+https://github.com/imagekit-developer/imagekit-nodejs.git"
1313
},
1414
"homepage": "https://github.com/imagekit-developer/imagekit-nodejs/tree/main/packages/mcp-server#readme",
15-
"documentation": "https://imagekit.io/docs",
15+
"documentation": "https://imagekit.io/docs/api-reference",
1616
"server": {
1717
"type": "node",
1818
"entry_point": "index.js",

0 commit comments

Comments
 (0)