From 6b26cb2775aedc6028de99c92ea600f97aa6c478 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sun, 5 Apr 2026 12:40:51 +0200 Subject: [PATCH] fix: blog broken links Signed-off-by: David Dal Busco --- .../index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/blog/2026-04-05-http-requests-typescript-serverless-functions/index.md b/blog/2026-04-05-http-requests-typescript-serverless-functions/index.md index d9a0d1b6..60fc3af2 100644 --- a/blog/2026-04-05-http-requests-typescript-serverless-functions/index.md +++ b/blog/2026-04-05-http-requests-typescript-serverless-functions/index.md @@ -151,9 +151,8 @@ export const hello = defineQuery({ Following sections of the documentation have been updated: -- [Development](/docs/build/functions/development/) -- [Guides](/docs/guides/typescript) -- [References (SDK, schema, etc.)](/docs/reference/functions/typescript) +- [Guides](/docs/guides/typescript#https-outcalls) +- [References](/docs/reference/functions/typescript/ic-cdk#httprequest) ---