From 74c4bcdedfed3bc22387a67f9d4cafc43e6940c5 Mon Sep 17 00:00:00 2001 From: Aron Date: Mon, 27 May 2024 22:52:00 +0800 Subject: [PATCH] Fix reference docs paths --- examples/cdn/README.md | 2 +- examples/lit/README.md | 2 +- examples/next.js-with-runtime-rendering/README.md | 2 +- examples/next.js-with-static-extraction/README.md | 2 +- examples/next.js/README.md | 2 +- examples/nuxt.js-with-runtime-rendering/README.md | 2 +- examples/nuxt.js-with-static-extraction/README.md | 2 +- examples/nuxt.js/README.md | 2 +- examples/react-with-static-extraction/README.md | 2 +- examples/react/README.md | 2 +- examples/remix/README.md | 2 +- examples/svelte-with-runtime-rendering/README.md | 2 +- examples/svelte-with-static-extraction/README.md | 2 +- examples/svelte/README.md | 2 +- examples/vite-with-static-extraction/README.md | 2 +- examples/vite/README.md | 2 +- examples/webpack-with-static-extraction/README.md | 2 +- examples/webpack/README.md | 2 +- packages/cli/README.md | 2 +- packages/create/README.md | 2 +- packages/eslint-config/README.md | 2 +- packages/eslint-plugin/README.md | 2 +- packages/extractor.vite/README.md | 2 +- packages/extractor.webpack/README.md | 2 +- packages/extractor/README.md | 2 +- packages/language-service/src/features/inspect-syntax.ts | 2 +- packages/language-service/tests/inspect-syntax.test.ts | 4 ++-- .../tests/suggest-syntax/selectors.test.ts | 4 ++-- .../language-service/tests/suggest-syntax/styles.test.ts | 2 +- .../tests/suggest-syntax/utilities.test.ts | 2 +- .../language-service/tests/suggest-syntax/values.test.ts | 6 +++--- .../tests/suggest-syntax/variables.test.ts | 8 ++++---- packages/nuxt/README.md | 2 +- packages/react/README.md | 2 +- packages/runtime/README.md | 4 ++-- packages/server/README.md | 2 +- packages/svelte/README.md | 2 +- packages/validator/README.md | 2 +- packages/vscode/package.json | 2 +- packages/vue/README.md | 2 +- website/app/[locale]/play/templates/latest/example.html | 2 +- 41 files changed, 49 insertions(+), 49 deletions(-) diff --git a/examples/cdn/README.md b/examples/cdn/README.md index 70fc0837a..3f8cb6162 100644 --- a/examples/cdn/README.md +++ b/examples/cdn/README.md @@ -93,4 +93,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/cdn). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/cdn). \ No newline at end of file diff --git a/examples/lit/README.md b/examples/lit/README.md index b41104350..ebbf41a8c 100644 --- a/examples/lit/README.md +++ b/examples/lit/README.md @@ -14,4 +14,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/lit). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/lit). \ No newline at end of file diff --git a/examples/next.js-with-runtime-rendering/README.md b/examples/next.js-with-runtime-rendering/README.md index 656ae2c11..180d62c7c 100644 --- a/examples/next.js-with-runtime-rendering/README.md +++ b/examples/next.js-with-runtime-rendering/README.md @@ -14,4 +14,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/nextjs/runtime-rendering). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/nextjs/runtime-rendering). \ No newline at end of file diff --git a/examples/next.js-with-static-extraction/README.md b/examples/next.js-with-static-extraction/README.md index f64671b2c..e1b508335 100644 --- a/examples/next.js-with-static-extraction/README.md +++ b/examples/next.js-with-static-extraction/README.md @@ -14,4 +14,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/nextjs/static-extraction). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/nextjs/static-extraction). \ No newline at end of file diff --git a/examples/next.js/README.md b/examples/next.js/README.md index 94f1046d7..fe8f77366 100644 --- a/examples/next.js/README.md +++ b/examples/next.js/README.md @@ -14,4 +14,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/nextjs). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/nextjs). \ No newline at end of file diff --git a/examples/nuxt.js-with-runtime-rendering/README.md b/examples/nuxt.js-with-runtime-rendering/README.md index 277d0e1bb..3781c90ff 100644 --- a/examples/nuxt.js-with-runtime-rendering/README.md +++ b/examples/nuxt.js-with-runtime-rendering/README.md @@ -14,4 +14,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/nuxtjs/runtime-rendering). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/nuxtjs/runtime-rendering). \ No newline at end of file diff --git a/examples/nuxt.js-with-static-extraction/README.md b/examples/nuxt.js-with-static-extraction/README.md index 5fd14fb8e..eab9cd981 100644 --- a/examples/nuxt.js-with-static-extraction/README.md +++ b/examples/nuxt.js-with-static-extraction/README.md @@ -14,4 +14,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/nuxtjs/static-extraction). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/nuxtjs/static-extraction). \ No newline at end of file diff --git a/examples/nuxt.js/README.md b/examples/nuxt.js/README.md index efbf46023..6dd25c690 100644 --- a/examples/nuxt.js/README.md +++ b/examples/nuxt.js/README.md @@ -14,4 +14,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/nuxtjs). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/nuxtjs). \ No newline at end of file diff --git a/examples/react-with-static-extraction/README.md b/examples/react-with-static-extraction/README.md index 311040744..fcca3cbf8 100644 --- a/examples/react-with-static-extraction/README.md +++ b/examples/react-with-static-extraction/README.md @@ -14,4 +14,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/react/static-extraction). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/react/static-extraction). \ No newline at end of file diff --git a/examples/react/README.md b/examples/react/README.md index 8c83bce8e..69db80d92 100644 --- a/examples/react/README.md +++ b/examples/react/README.md @@ -14,4 +14,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/react/runtime-rendering). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/react/runtime-rendering). \ No newline at end of file diff --git a/examples/remix/README.md b/examples/remix/README.md index f0e25e3bd..022fbb30b 100644 --- a/examples/remix/README.md +++ b/examples/remix/README.md @@ -14,4 +14,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/remix). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/remix). \ No newline at end of file diff --git a/examples/svelte-with-runtime-rendering/README.md b/examples/svelte-with-runtime-rendering/README.md index 7d0ddf5b2..f01f15f23 100644 --- a/examples/svelte-with-runtime-rendering/README.md +++ b/examples/svelte-with-runtime-rendering/README.md @@ -14,4 +14,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/svelte/runtime-rendering). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/svelte/runtime-rendering). \ No newline at end of file diff --git a/examples/svelte-with-static-extraction/README.md b/examples/svelte-with-static-extraction/README.md index 563d99ff2..7bbe120e0 100644 --- a/examples/svelte-with-static-extraction/README.md +++ b/examples/svelte-with-static-extraction/README.md @@ -14,4 +14,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/svelte/static-extraction). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/svelte/static-extraction). \ No newline at end of file diff --git a/examples/svelte/README.md b/examples/svelte/README.md index 6343ff587..6c8463405 100644 --- a/examples/svelte/README.md +++ b/examples/svelte/README.md @@ -14,4 +14,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/svelte). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/svelte). \ No newline at end of file diff --git a/examples/vite-with-static-extraction/README.md b/examples/vite-with-static-extraction/README.md index 8e0217c4f..c11c94bd6 100644 --- a/examples/vite-with-static-extraction/README.md +++ b/examples/vite-with-static-extraction/README.md @@ -14,4 +14,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/vite/static-extraction). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/vite/static-extraction). \ No newline at end of file diff --git a/examples/vite/README.md b/examples/vite/README.md index c0aac02ce..fbf381f80 100644 --- a/examples/vite/README.md +++ b/examples/vite/README.md @@ -14,4 +14,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/vite). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/vite). \ No newline at end of file diff --git a/examples/webpack-with-static-extraction/README.md b/examples/webpack-with-static-extraction/README.md index 221ec1e62..e1d6767de 100644 --- a/examples/webpack-with-static-extraction/README.md +++ b/examples/webpack-with-static-extraction/README.md @@ -14,4 +14,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/webpack/static-extraction). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/webpack/static-extraction). \ No newline at end of file diff --git a/examples/webpack/README.md b/examples/webpack/README.md index 0e6cc9d77..8cb2d88a2 100644 --- a/examples/webpack/README.md +++ b/examples/webpack/README.md @@ -14,4 +14,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/webpack/runtime-rendering). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/webpack/runtime-rendering). \ No newline at end of file diff --git a/packages/cli/README.md b/packages/cli/README.md index 51537e93d..e26ccd8e0 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -53,4 +53,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/cli). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/reference/cli). \ No newline at end of file diff --git a/packages/create/README.md b/packages/create/README.md index 61c971cbd..b704f8c65 100644 --- a/packages/create/README.md +++ b/packages/create/README.md @@ -53,4 +53,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/extractor). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/reference/extractor). \ No newline at end of file diff --git a/packages/eslint-config/README.md b/packages/eslint-config/README.md index f5a9b9d26..f4980fdcb 100644 --- a/packages/eslint-config/README.md +++ b/packages/eslint-config/README.md @@ -53,4 +53,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/code-linting). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/code-linting). \ No newline at end of file diff --git a/packages/eslint-plugin/README.md b/packages/eslint-plugin/README.md index 7219aa99f..f29139142 100644 --- a/packages/eslint-plugin/README.md +++ b/packages/eslint-plugin/README.md @@ -53,7 +53,7 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/code-linting). +Check out the official [documentation](https://rc.css.master.co/guide/code-linting). ## Credits This plugin is heavily inspired by the awesome [eslint-plugin-tailwindcss](https://github.com/francoismassart/eslint-plugin-tailwindcss). We want to thank for their initial work, which served as the foundation for this project. While significant modifications have been made, the core ideas and concepts from A Plugin have been instrumental in developing this plugin. \ No newline at end of file diff --git a/packages/extractor.vite/README.md b/packages/extractor.vite/README.md index 30b55f026..7b19987cc 100644 --- a/packages/extractor.vite/README.md +++ b/packages/extractor.vite/README.md @@ -66,4 +66,4 @@ export default config ``` ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/vite/static-extraction). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/vite/static-extraction). \ No newline at end of file diff --git a/packages/extractor.webpack/README.md b/packages/extractor.webpack/README.md index 6cb8812dd..869682145 100644 --- a/packages/extractor.webpack/README.md +++ b/packages/extractor.webpack/README.md @@ -63,4 +63,4 @@ module.exports = { ``` ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/webpack/static-extraction). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/webpack/static-extraction). \ No newline at end of file diff --git a/packages/extractor/README.md b/packages/extractor/README.md index 61c971cbd..b704f8c65 100644 --- a/packages/extractor/README.md +++ b/packages/extractor/README.md @@ -53,4 +53,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/extractor). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/reference/extractor). \ No newline at end of file diff --git a/packages/language-service/src/features/inspect-syntax.ts b/packages/language-service/src/features/inspect-syntax.ts index 49e39e4b5..4f776a0c5 100644 --- a/packages/language-service/src/features/inspect-syntax.ts +++ b/packages/language-service/src/features/inspect-syntax.ts @@ -49,7 +49,7 @@ export default function inspectSyntax(this: CSSLanguageService, document: TextDo const nativeCSSPropertyData = nativeProperties.find(({ name }) => name === rule.id) const documentation = getCSSDataDocumentation(nativeCSSPropertyData, { generatedCSS: generateCSS([token], this.css), - docs: '/reference/' + isCoreRule(rule.id) && rule.id + docs: '/reference/' + (isCoreRule(rule.id) && rule.id) }) if (documentation) { return { diff --git a/packages/language-service/tests/inspect-syntax.test.ts b/packages/language-service/tests/inspect-syntax.test.ts index 46b838aef..6632a6be6 100644 --- a/packages/language-service/tests/inspect-syntax.test.ts +++ b/packages/language-service/tests/inspect-syntax.test.ts @@ -32,7 +32,7 @@ test.concurrent('text:center', async () => { Syntax: start | end | left | right | center | justify | match\\-parent - [Master CSS](https://rc.css.master.co/docs/text-align) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-align) + [Master CSS](https://rc.css.master.co/reference/text-align) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-align) ` }) }) @@ -51,7 +51,7 @@ test.concurrent('hidden', async () => { The element and its descendants generates no boxes\\. - [Master CSS](https://rc.css.master.co/docs/display) + [Master CSS](https://rc.css.master.co/reference/display) ` }) }) \ No newline at end of file diff --git a/packages/language-service/tests/suggest-syntax/selectors.test.ts b/packages/language-service/tests/suggest-syntax/selectors.test.ts index 17fcad7dc..76a67a6f5 100644 --- a/packages/language-service/tests/suggest-syntax/selectors.test.ts +++ b/packages/language-service/tests/suggest-syntax/selectors.test.ts @@ -41,7 +41,7 @@ describe.concurrent('pseudo-class', () => { (Edge 12, Firefox 3, Safari 3, Chrome 4, IE 7, Opera 9) - [Master CSS](https://rc.css.master.co/docs/selectors) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/:first-child) + [Master CSS](https://rc.css.master.co/reference/selectors) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/:first-child) `, }, 'insertText': 'first', @@ -88,7 +88,7 @@ describe.concurrent('pseudo-element', () => { (Edge 79, Firefox 51, Safari 10, Chrome 57, Opera 44) - [Master CSS](https://rc.css.master.co/docs/selectors) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/::placeholder) + [Master CSS](https://rc.css.master.co/reference/selectors) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/::placeholder) `, }, 'insertText': 'placeholder', diff --git a/packages/language-service/tests/suggest-syntax/styles.test.ts b/packages/language-service/tests/suggest-syntax/styles.test.ts index 085bc6654..4108650f7 100644 --- a/packages/language-service/tests/suggest-syntax/styles.test.ts +++ b/packages/language-service/tests/suggest-syntax/styles.test.ts @@ -22,7 +22,7 @@ it.concurrent('info', () => expect(hint('b', settings)?.find(({ label }) => labe } \`\`\` - [Master CSS](https://rc.css.master.co/docs/styles) + [Master CSS](https://rc.css.master.co/reference/styles) ` } })) diff --git a/packages/language-service/tests/suggest-syntax/utilities.test.ts b/packages/language-service/tests/suggest-syntax/utilities.test.ts index fb921d59b..378d25db3 100644 --- a/packages/language-service/tests/suggest-syntax/utilities.test.ts +++ b/packages/language-service/tests/suggest-syntax/utilities.test.ts @@ -16,7 +16,7 @@ test.concurrent('info', () => expect(hint('b')?.find(({ label }) => label === 'b The element generates a block\\-level box - [Master CSS](https://rc.css.master.co/docs/display) + [Master CSS](https://rc.css.master.co/reference/display) ` } })) \ No newline at end of file diff --git a/packages/language-service/tests/suggest-syntax/values.test.ts b/packages/language-service/tests/suggest-syntax/values.test.ts index b958cd82b..7d74a5ff1 100644 --- a/packages/language-service/tests/suggest-syntax/values.test.ts +++ b/packages/language-service/tests/suggest-syntax/values.test.ts @@ -37,7 +37,7 @@ describe.concurrent('detail and documentation', () => { Syntax: <family\\-name> - [Master CSS](https://rc.css.master.co/docs/font-family) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-family) + [Master CSS](https://rc.css.master.co/reference/font-family) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-family) ` } })) @@ -57,7 +57,7 @@ describe.concurrent('detail and documentation', () => { Selects a font that is labeled as an 'italic' face, or an 'oblique' face if one is not - [Master CSS](https://rc.css.master.co/docs/font-style) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-style) + [Master CSS](https://rc.css.master.co/reference/font-style) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-style) ` } })) @@ -81,7 +81,7 @@ describe.concurrent('retype on no hints', () => { The element generates a block\\-level box - [Master CSS](https://rc.css.master.co/docs/display) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/display) + [Master CSS](https://rc.css.master.co/reference/display) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/display) ` } })) diff --git a/packages/language-service/tests/suggest-syntax/variables.test.ts b/packages/language-service/tests/suggest-syntax/variables.test.ts index 6e5dcd23b..b76f35437 100644 --- a/packages/language-service/tests/suggest-syntax/variables.test.ts +++ b/packages/language-service/tests/suggest-syntax/variables.test.ts @@ -31,7 +31,7 @@ describe.concurrent('scope', () => { Syntax: <color> - [Master CSS](https://rc.css.master.co/docs/color) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color) + [Master CSS](https://rc.css.master.co/reference/color) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color) `, } })) @@ -55,7 +55,7 @@ describe.concurrent('scope', () => { Syntax: content\\-box | border\\-box - [Master CSS](https://rc.css.master.co/docs/box-sizing) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/box-sizing) + [Master CSS](https://rc.css.master.co/reference/box-sizing) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/box-sizing) `} })) }) @@ -88,7 +88,7 @@ describe.concurrent('scope and global', () => { Syntax: <color> - [Master CSS](https://rc.css.master.co/docs/color) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color)`, + [Master CSS](https://rc.css.master.co/reference/color) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color)`, }, 'kind': 16, 'label': 'blue', @@ -117,7 +117,7 @@ describe.concurrent('scope and global', () => { Syntax: <color> - [Master CSS](https://rc.css.master.co/docs/color) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color)`, + [Master CSS](https://rc.css.master.co/reference/color) | [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color)`, }, 'kind': 16, 'label': '$(blue)', diff --git a/packages/nuxt/README.md b/packages/nuxt/README.md index 025d0d707..991d650bc 100644 --- a/packages/nuxt/README.md +++ b/packages/nuxt/README.md @@ -53,4 +53,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/nuxtjs). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/nuxtjs). \ No newline at end of file diff --git a/packages/react/README.md b/packages/react/README.md index f7189afac..7085d9b1b 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -53,4 +53,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/react). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/react). \ No newline at end of file diff --git a/packages/runtime/README.md b/packages/runtime/README.md index a4dc9673b..a082365ce 100644 --- a/packages/runtime/README.md +++ b/packages/runtime/README.md @@ -60,5 +60,5 @@ ## Documentation -- [General Installation](https://rc.css.master.co/docs/installation/general) -- [Using CDNs](https://rc.css.master.co/docs/installation/cdn) \ No newline at end of file +- [General Installation](https://rc.css.master.co/guide/installation/general) +- [Using CDNs](https://rc.css.master.co/guide/installation/cdn) \ No newline at end of file diff --git a/packages/server/README.md b/packages/server/README.md index 8118e5a92..cf0023075 100644 --- a/packages/server/README.md +++ b/packages/server/README.md @@ -53,4 +53,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/server). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/reference/server). \ No newline at end of file diff --git a/packages/svelte/README.md b/packages/svelte/README.md index c9b349a45..c2e379439 100644 --- a/packages/svelte/README.md +++ b/packages/svelte/README.md @@ -53,4 +53,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/svelte). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/svelte). \ No newline at end of file diff --git a/packages/validator/README.md b/packages/validator/README.md index 9ada62e8f..883fedcc7 100644 --- a/packages/validator/README.md +++ b/packages/validator/README.md @@ -53,4 +53,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/validator). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/reference/validator). \ No newline at end of file diff --git a/packages/vscode/package.json b/packages/vscode/package.json index 614e94795..0c8b5b174 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -13,7 +13,7 @@ "displayName": "Master CSS", "author": "Aoyue Design LLC.", "funding": "https://css.master.co/docs/donate", - "homepage": "https://rc.css.master.co/docs/installation/language-service", + "homepage": "https://rc.css.master.co/guide/installation/language-service", "license": "MIT", "publisher": "masterco", "icon": "icon.png", diff --git a/packages/vue/README.md b/packages/vue/README.md index f0fc24865..db66b29fb 100644 --- a/packages/vue/README.md +++ b/packages/vue/README.md @@ -53,4 +53,4 @@ ## Documentation -Check out the official [documentation](https://rc.css.master.co/docs/installation/vue). \ No newline at end of file +Check out the official [documentation](https://rc.css.master.co/guide/installation/vue). \ No newline at end of file diff --git a/website/app/[locale]/play/templates/latest/example.html b/website/app/[locale]/play/templates/latest/example.html index 94bcc0add..b4d3d7739 100644 --- a/website/app/[locale]/play/templates/latest/example.html +++ b/website/app/[locale]/play/templates/latest/example.html @@ -58,7 +58,7 @@

Don't know how to use Master CSS syntax yet?

- Learn syntax