Skip to content

Commit

Permalink
fix: 🐛 update vitejs.dev to vite.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Oct 6, 2024
1 parent 8065d0f commit 66df86f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ _You can also run all tasks with `bun run`, i.e `bun run dev`_

<!-- features references start -->

[vite]: https://vitejs.dev
[vite]: https://vite.dev
[react]: https://react.dev
[TypeScript]: https://www.typescriptlang.org
[tailwindcss]: https://tailwindcss.com
Expand Down
2 changes: 1 addition & 1 deletion e2e/app.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test.describe("external links", () => {

await newPage.waitForLoadState();

await expect(newPage).toHaveURL("https://vitejs.dev/");
await expect(newPage).toHaveURL("https://vite.dev/");
});

test("opened React docs", async ({ page, context }) => {
Expand Down
2 changes: 1 addition & 1 deletion src/config/external-links.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const externalLinks = {
"Vite": "https://vitejs.dev",
"Vite": "https://vite.dev",
"React": "https://react.dev",
"TypeScript": "https://www.typescriptlang.org",
"tailwindcss": "https://tailwindcss.com",
Expand Down

0 comments on commit 66df86f

Please sign in to comment.