Skip to content

Commit

Permalink
chore: Update README Nuxt link url (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
maicss committed Apr 2, 2023
1 parent c9c03a2 commit cbc03a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -8,7 +8,7 @@ SSR Preview: <https://element-plus-nuxt.vercel.app/>

SSG Preview: <https://nuxt-starter.element-plus.org/>

We recommend to look at the [Nuxt 3 Docs](https://v3.nuxtjs.org) and [Element Plus Docs](https://element-plus.org/).
We recommend to look at the [Nuxt 3 Docs](https://nuxt.com/) and [Element Plus Docs](https://element-plus.org/).

## Setup

Expand All @@ -26,7 +26,7 @@ Start the development server on `http://localhost:3000`
yarn dev
```

More info about [nuxt deployment](https://v3.nuxtjs.org/docs/deployment/presets).
More info about [nuxt deployment](https://nuxt.com/docs/getting-started/deployment#presets).

Run `npm run generate` to generate static html in `.output/public`.

Expand All @@ -38,7 +38,7 @@ Build the application for production:
yarn build
```

Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).
Checkout the [deployment documentation](https://nuxt.com/docs/getting-started/deployment).

## Ref

Expand Down

1 comment on commit cbc03a4

@vercel
Copy link

@vercel vercel bot commented on cbc03a4 Apr 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.