Skip to content

Commit

Permalink
examples: fix with-zones repository name in the deploy link (#74852)
Browse files Browse the repository at this point in the history
## Summary

At #73546, I missed the deploy link of [`with-zones` example
README.md](https://github.com/vercel/next.js/blob/canary/examples/with-zones/README.md).
This PR fix it.

CC: @samcx 

### Adding or Updating Examples

- [x] The "examples guidelines" are followed from our contributing doc
https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md
- [x] Make sure the linting passes by running `pnpm build && pnpm lint`.
See
https://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md
  • Loading branch information
JamBalaya56562 authored Jan 14, 2025
1 parent 6aafef3 commit 58255f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-zones/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The `blog` app should be up and running in [http://localhost:4000/blog](http://l

Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example) or preview live with [StackBlitz](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/with-zones)

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/next.js/tree/canary/examples/with-youtube-embed&project-name=with-youtube-embed&repository-name=with-youtube-embed)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/next.js/tree/canary/examples/with-zones&project-name=with-zones&repository-name=with-zones)

### Deploy Your Local Project

Expand Down

0 comments on commit 58255f9

Please sign in to comment.