Skip to content

Commit

Permalink
fix(create-vite): update qwik URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Oct 4, 2024
1 parent f721677 commit 5d5a79c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/create-vite/template-qwik-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ export default defineConfig({
})
```

Use `npm create qwik@latest` to create a full production ready Qwik application, using SSR and [QwikCity](https://qwik.builder.io/docs/qwikcity/), our server-side metaframwork.
Use `npm create qwik@latest` to create a full production ready Qwik application, using SSR and [QwikCity](https://qwik.dev/docs/qwikcity/), our server-side metaframwork.

## Usage

```bash
$ npm install # or pnpm install or yarn install
```

Learn more on the [Qwik Website](https://qwik.builder.io) and join our community on our [Discord](https://qwik.builder.io/chat)
Learn more on the [Qwik Website](https://qwik.dev) and join our community on our [Discord](https://qwik.dev/chat)

## Available Scripts

Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-qwik-ts/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const App = component$(() => {
<a href="https://vite.dev" target="_blank">
<img src={viteLogo} class="logo" alt="Vite logo" />
</a>
<a href="https://qwik.builder.io" target="_blank">
<a href="https://qwik.dev" target="_blank">
<img src={qwikLogo} class="logo qwik" alt="Qwik logo" />
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-qwik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ export default defineConfig({
})
```

Use `npm create qwik@latest` to create a full production ready Qwik application, using SSR and [QwikCity](https://qwik.builder.io/docs/qwikcity/), our server-side metaframwork.
Use `npm create qwik@latest` to create a full production ready Qwik application, using SSR and [QwikCity](https://qwik.dev/docs/qwikcity/), our server-side metaframwork.

## Usage

```bash
$ npm install # or pnpm install or yarn install
```

Learn more on the [Qwik Website](https://qwik.builder.io) and join our community on our [Discord](https://qwik.builder.io/chat)
Learn more on the [Qwik Website](https://qwik.dev) and join our community on our [Discord](https://qwik.dev/chat)

## Available Scripts

Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-qwik/src/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const App = component$(() => {
<a href="https://vite.dev" target="_blank">
<img src={viteLogo} class="logo" alt="Vite logo" />
</a>
<a href="https://qwik.builder.io" target="_blank">
<a href="https://qwik.dev" target="_blank">
<img src={qwikLogo} class="logo qwik" alt="Qwik logo" />
</a>
</div>
Expand Down

0 comments on commit 5d5a79c

Please sign in to comment.