Skip to content

Commit cda7fe6

Browse files
nipunn1313metareason
authored andcommitted
convex-backend PR 64: fix broken internal link to generating file url(s) (#35810)
Fixes broken internal link on page https://docs.convex.dev/file-storage/serve-files The internal page link to 'above' points to https://docs.convex.dev/file-storage/serve-files#generating-file-url-in-queries should be (note missing `s`) https://docs.convex.dev/file-storage/serve-files#generating-file-urls-in-queries ---- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Co-authored-by: metareason <[email protected]> GitOrigin-RevId: bd7066350f67ae9fe8b546d452c0400f89e62f2b
1 parent 2b58ac3 commit cda7fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/docs/docs/file-storage/serve-files.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This enables access control at the time the file is served, such as when an
5858
image is displayed on a website. But note that the HTTP actions response size is
5959
[currently limited](/docs/functions/http-actions.mdx#limits) to 20MB. For larger
6060
files you need to use file URLs as described
61-
[above](#generating-file-url-in-queries).
61+
[above](#generating-file-urls-in-queries).
6262

6363
A file [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) object
6464
can be generated from a storage ID by the

0 commit comments

Comments
 (0)