diff --git a/framework-boilerplates/hono/src/index.ts b/framework-boilerplates/hono/src/index.ts index 3fcea0e36..8298514a8 100644 --- a/framework-boilerplates/hono/src/index.ts +++ b/framework-boilerplates/hono/src/index.ts @@ -4,7 +4,7 @@ const app = new Hono() const welcomeStrings = [ "Hello Hono!", - "To learn more about Hono on Vercel, visit https://vercel.com/docs/frameworks/hono", + "To learn more about Hono on Vercel, visit https://vercel.com/docs/frameworks/backend/hono", ] app.get('/', (c) => {