Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fd68880

Browse files
JessicaSachshaoqunjiang
authored andcommitted
fix: move Cypress links to "on" links so they do not break. (#109)
1 parent 952477d commit fd68880

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

‎template/code/default/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import SupportIcon from './icons/IconSupport.vue'
3131
<a href="https://github.com/johnsoncodehk/volar" target="_blank">Volar</a>. If you need to test
3232
your components and web pages, check out
3333
<a href="https://www.cypress.io/" target="_blank">Cypress</a> and
34-
<a href="https://docs.cypress.io/guides/component-testing/introduction" target="_blank"
34+
<a href="https://on.cypress.io/component" target="_blank"
3535
>Cypress Component Testing</a
3636
>.
3737

‎template/code/router/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import SupportIcon from './icons/IconSupport.vue'
3131
<a href="https://github.com/johnsoncodehk/volar" target="_blank">Volar</a>. If you need to test
3232
your components and web pages, check out
3333
<a href="https://www.cypress.io/" target="_blank">Cypress</a> and
34-
<a href="https://docs.cypress.io/guides/component-testing/introduction" target="_blank"
34+
<a href="https://on.cypress.io/component" target="_blank"
3535
>Cypress Component Testing</a
3636
>.
3737

‎template/code/typescript-default/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import SupportIcon from './icons/IconSupport.vue'
3131
<a href="https://github.com/johnsoncodehk/volar" target="_blank">Volar</a>. If you need to test
3232
your components and web pages, check out
3333
<a href="https://www.cypress.io/" target="_blank">Cypress</a> and
34-
<a href="https://docs.cypress.io/guides/component-testing/introduction" target="_blank"
34+
<a href="https://on.cypress.io/component" target="_blank"
3535
>Cypress Component Testing</a
3636
>.
3737

‎template/code/typescript-router/src/components/TheWelcome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import SupportIcon from './icons/IconSupport.vue'
3131
<a href="https://github.com/johnsoncodehk/volar" target="_blank">Volar</a>. If you need to test
3232
your components and web pages, check out
3333
<a href="https://www.cypress.io/" target="_blank">Cypress</a> and
34-
<a href="https://docs.cypress.io/guides/component-testing/introduction" target="_blank"
34+
<a href="https://on.cypress.io/component" target="_blank"
3535
>Cypress Component Testing</a
3636
>.
3737

‎utils/generateReadme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ${getCommand(packageManager, 'test:unit')}
6969

7070
if (needsCypressCT) {
7171
npmScriptsDescriptions += `
72-
### Run Unit Tests with [Cypress Component Testing](https://docs.cypress.io/guides/component-testing/introduction)
72+
### Run Headed Component Tests with [Cypress Component Testing](https://on.cypress.io/component)
7373
7474
\`\`\`sh
7575
${getCommand(packageManager, 'test:unit')} # or \`${getCommand(

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /