]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
fix: move Cypress links to "on" links so they do not break. (#109)
authorJess <jess@jessicasachs.io>
Fri, 3 Jun 2022 08:39:20 +0000 (10:39 +0200)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 3 Jun 2022 08:41:17 +0000 (16:41 +0800)
template/code/default/src/components/TheWelcome.vue
template/code/router/src/components/TheWelcome.vue
template/code/typescript-default/src/components/TheWelcome.vue
template/code/typescript-router/src/components/TheWelcome.vue
utils/generateReadme.ts

index 6c09bb99042838747ac0fed5f293530a5121c5ec..d3d2e7acc8a9deeb26e48169ee3cbc64d2b54f2f 100644 (file)
@@ -31,7 +31,7 @@ import SupportIcon from './icons/IconSupport.vue'
     <a href="https://github.com/johnsoncodehk/volar" target="_blank">Volar</a>. If you need to test
     your components and web pages, check out
     <a href="https://www.cypress.io/" target="_blank">Cypress</a> and
-    <a href="https://docs.cypress.io/guides/component-testing/introduction" target="_blank"
+    <a href="https://on.cypress.io/component" target="_blank"
       >Cypress Component Testing</a
     >.
 
index 6c09bb99042838747ac0fed5f293530a5121c5ec..d3d2e7acc8a9deeb26e48169ee3cbc64d2b54f2f 100644 (file)
@@ -31,7 +31,7 @@ import SupportIcon from './icons/IconSupport.vue'
     <a href="https://github.com/johnsoncodehk/volar" target="_blank">Volar</a>. If you need to test
     your components and web pages, check out
     <a href="https://www.cypress.io/" target="_blank">Cypress</a> and
-    <a href="https://docs.cypress.io/guides/component-testing/introduction" target="_blank"
+    <a href="https://on.cypress.io/component" target="_blank"
       >Cypress Component Testing</a
     >.
 
index ba5cb52780b927684e727fe51a5b0e3074b799f0..ce040fe37cf8b7228eac32f7f3e6779c1a402186 100644 (file)
@@ -31,7 +31,7 @@ import SupportIcon from './icons/IconSupport.vue'
     <a href="https://github.com/johnsoncodehk/volar" target="_blank">Volar</a>. If you need to test
     your components and web pages, check out
     <a href="https://www.cypress.io/" target="_blank">Cypress</a> and
-    <a href="https://docs.cypress.io/guides/component-testing/introduction" target="_blank"
+    <a href="https://on.cypress.io/component" target="_blank"
       >Cypress Component Testing</a
     >.
 
index ba5cb52780b927684e727fe51a5b0e3074b799f0..ce040fe37cf8b7228eac32f7f3e6779c1a402186 100644 (file)
@@ -31,7 +31,7 @@ import SupportIcon from './icons/IconSupport.vue'
     <a href="https://github.com/johnsoncodehk/volar" target="_blank">Volar</a>. If you need to test
     your components and web pages, check out
     <a href="https://www.cypress.io/" target="_blank">Cypress</a> and
-    <a href="https://docs.cypress.io/guides/component-testing/introduction" target="_blank"
+    <a href="https://on.cypress.io/component" target="_blank"
       >Cypress Component Testing</a
     >.
 
index 38b04ab2802b8c5731df3266c7b3be48ce28fb42..569bf0ea1770871246d209af26438532e4f090f9 100644 (file)
@@ -69,7 +69,7 @@ ${getCommand(packageManager, 'test:unit')}
 
   if (needsCypressCT) {
     npmScriptsDescriptions += `
-### Run Unit Tests with [Cypress Component Testing](https://docs.cypress.io/guides/component-testing/introduction)
+### Run Headed Component Tests with [Cypress Component Testing](https://on.cypress.io/component)
 
 \`\`\`sh
 ${getCommand(packageManager, 'test:unit')} # or \`${getCommand(