Skip to content

Commit 7ae5900

Browse files
authored
fix: link to Vercel adaptor README (#2537)
Link to the full guide is broken. Only thing that seems to be weird was that the link `https://github.com/BuilderIO/qwik/blob/main/starters/adaptors/Vercel-edge/README.md` has `Vercel` in the URL with a capital `V`. fixing to lowercase should do the job.
1 parent ca32f2e commit 7ae5900

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/src/routes/integrations/deployments/vercel-edge

1 file changed

+1
-1
lines changed

packages/docs/src/routes/integrations/deployments/vercel-edge/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To build the application for production, use the `build` command, this command w
3838
npm run build
3939
```
4040

41-
[Read the full guide here](https://github.com/BuilderIO/qwik/blob/main/starters/adaptors/Vercel-edge/README.md)
41+
[Read the full guide here](https://github.com/BuilderIO/qwik/blob/main/starters/adaptors/vercel-edge/README.md)
4242

4343
## Dev deploy
4444

0 commit comments

Comments
 (0)