Skip to content

Commit b8b1a9e

Browse files
authored
Use proper ExternalLink component for link to source code
1 parent 453df38 commit b8b1a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/cms/api/client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ The `strapi.client.files.upload()` method returns an array of file objects, each
409409
```
410410

411411
:::note Additional response fields
412-
The upload response includes additional fields beyond those shown above. See the complete FileResponse interface in the [client source code](https://github.com/strapi/client/blob/main/src/files/types.ts) for all available fields.
412+
The upload response includes additional fields beyond those shown above. See the complete FileResponse interface in the <ExternalLink to="https://github.com/strapi/client/blob/main/src/files/types.ts" text="client source code"/> for all available fields.
413413
:::
414414

415415
#### `delete`

0 commit comments

Comments
 (0)