Skip to content

Commit 0aad1c1

Browse files
jonasherrclaudelpalmes
authored
fix: correct duplicate 'starter/' in repository URLs (#1269)
### Description Remove duplicate 'starter/' path segment in deployUrl and create-next-app command examples ### Type of Change - [ ] New Example - [x] Example updates (Bug fixes, new features, etc.) - [ ] Other (changes to the codebase, but not to examples) Co-authored-by: Claude <[email protected]> Co-authored-by: Lorenzo Palmes <[email protected]>
1 parent 81df9bc commit 0aad1c1

File tree

1 file changed

+2
-2
lines changed
  • starter/cms-sanity-graphql-fragments

1 file changed

+2
-2
lines changed

starter/cms-sanity-graphql-fragments/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A Next.js blog powered by Sanity CMS and GraphQL with ISR, featurin
55
framework: Next.js
66
useCase: CMS
77
css: Tailwind
8-
deployUrl: https://vercel.com/new/git/external?repository-url=https://github.com/vercel/examples/tree/main/starter/starter/cms-sanity-graphql-fragments&project-name=cms-sanity-graphql-fragments&repository-name=cms-sanity-graphql-fragments
8+
deployUrl: https://vercel.com/new/git/external?repository-url=https://github.com/vercel/examples/tree/main/starter/cms-sanity-graphql-fragments&project-name=cms-sanity-graphql-fragments&repository-name=cms-sanity-graphql-fragments
99
demoUrl: https://cms-graphql-fragments.vercel.app/
1010
ignoreE2E: true
1111
---
@@ -31,7 +31,7 @@ Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_mediu
3131
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
3232

3333
```bash
34-
pnpm create next-app --example https://github.com/vercel/examples/tree/main/starter/starter/cms-sanity-graphql-fragments
34+
pnpm create next-app --example https://github.com/vercel/examples/tree/main/starter/cms-sanity-graphql-fragments
3535
```
3636

3737
Next, run Next.js in development mode:

0 commit comments

Comments
 (0)