From 57d9ebb1958e02219af2959bca2707fbee5674fe Mon Sep 17 00:00:00 2001 From: lihbr Date: Tue, 26 Mar 2024 10:46:55 +0100 Subject: [PATCH] docs: link to official doc --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9faf7d3..494ed28 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,10 @@ Replace all on all files (README.md, CONTRIBUTING.md, bug_report.md, package.jso Easily connect your Nuxt.js application to your content hosted on [Prismic][prismic]. -- [✨  Release Notes](/CHANGELOG.md) -- [🏀 Online playground](https://stackblitz.com/github/nuxt-modules/prismic/tree/master/examples/minimal?file=pages%2Findex.vue) -- [📖  Documentation](https://prismic.nuxtjs.org) +- [✨  Release Notes][changelog] +- [🏀 Online Playground][playground] +- [📖  Module Documentation][nuxt-docs] +- [📚  Prismic Documentation][prismic-docs] ## Features @@ -53,10 +54,6 @@ export default defineNuxtConfig({ That's it! You can now use Prismic in your Nuxt app ✨ -## Documentation - -To discover what's new on this package check out [the changelog][changelog]. For full documentation, visit the [module documentation][nuxt-docs] and [Prismic official documentation][prismic-docs]. - ## Contributing Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the Prismic developer community! @@ -79,6 +76,7 @@ Whether you're helping us fix bugs, improve the docs, or spread the word, we'd l +[playground]: https://stackblitz.com/github/nuxt-modules/prismic/tree/master/examples/minimal?file=pages%2Findex.vue [nuxt-docs]: https://prismic.nuxtjs.org [prismic-docs]: https://prismic.io/docs/technical-reference/prismicio-vue?version=v4 [changelog]: ./CHANGELOG.md