Skip to content

Commit deeda79

Browse files
committed
docs: fix 404 links
1 parent ee0e29a commit deeda79

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docs/content/docs/1.getting-started/2.installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ export default defineNuxtConfig({
8686
::
8787

8888
::callout
89-
You're all set! Now, let's dive into connecting to your Cloudflare account and [deploying it on the Edge](/getting-started/deploy).
89+
You're all set! Now, let's dive into connecting to your Cloudflare account and [deploying it on the Edge](/docs/getting-started/deploy).
9090
::

docs/content/docs/2.storage/3.blob.md

-4
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ export default eventHandler(async (event) => {
112112

113113
Returns a [`BlobObject`](#blobobject).
114114

115-
::callout{icon="i-heroicons-light-bulb"}
116-
Take a look at all the [validation](/recipes/validation) utils like [`ensureBlob`](/recipes/validation#ensureblob)
117-
::
118-
119115
### `delete()`
120116

121117
Deletes a blob.

0 commit comments

Comments
 (0)