From 97afde62ed42a2dd85426ff95754dd596233b3ad Mon Sep 17 00:00:00 2001 From: Dominic <67210734+rexhent@users.noreply.github.com> Date: Tue, 16 Jul 2024 21:42:49 +1000 Subject: [PATCH] docs: fix link (#161) --- content/2.concepts/1.index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2.concepts/1.index.md b/content/2.concepts/1.index.md index a15f0d48..3f349687 100644 --- a/content/2.concepts/1.index.md +++ b/content/2.concepts/1.index.md @@ -6,7 +6,7 @@ ogImage: true In this chapter, we will cover the core concepts of Nuxt. -Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js. If you are not familiar with Vue.js, we recommend you to start with the [Vue Basics](/vue/intro) section and read the [official Vue documentation](https://vuejs.org/) first. +Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js. If you are not familiar with Vue.js, we recommend you to start with the [Vue Basics](/vue) section and read the [official Vue documentation](https://vuejs.org/) first. ## Automation and Conventions