Skip to content

Commit 45c9b5c

Browse files
authored
fix(create-vite): update qwik URL (#18285)
1 parent 0eda2ea commit 45c9b5c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/create-vite/template-qwik-ts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ export default defineConfig({
1414
})
1515
```
1616

17-
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.
17+
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.
1818

1919
## Usage
2020

2121
```bash
2222
$ npm install # or pnpm install or yarn install
2323
```
2424

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

2727
## Available Scripts
2828

packages/create-vite/template-qwik-ts/src/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const App = component$(() => {
1313
<a href="https://vite.dev" target="_blank">
1414
<img src={viteLogo} class="logo" alt="Vite logo" />
1515
</a>
16-
<a href="https://qwik.builder.io" target="_blank">
16+
<a href="https://qwik.dev" target="_blank">
1717
<img src={qwikLogo} class="logo qwik" alt="Qwik logo" />
1818
</a>
1919
</div>

packages/create-vite/template-qwik/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ export default defineConfig({
1414
})
1515
```
1616

17-
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.
17+
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.
1818

1919
## Usage
2020

2121
```bash
2222
$ npm install # or pnpm install or yarn install
2323
```
2424

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

2727
## Available Scripts
2828

packages/create-vite/template-qwik/src/app.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const App = component$(() => {
1313
<a href="https://vite.dev" target="_blank">
1414
<img src={viteLogo} class="logo" alt="Vite logo" />
1515
</a>
16-
<a href="https://qwik.builder.io" target="_blank">
16+
<a href="https://qwik.dev" target="_blank">
1717
<img src={qwikLogo} class="logo qwik" alt="Qwik logo" />
1818
</a>
1919
</div>

0 commit comments

Comments
 (0)