Skip to content

Commit 4611ac7

Browse files
authored
update cypress-io plugin links to develop branch (#5264)
1 parent e011d6c commit 4611ac7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: src/data/plugins.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "Webpack",
99
"description": "Watches and bundles your spec files via webpack.",
10-
"link": "https://github.com/cypress-io/cypress/tree/master/npm/webpack-preprocessor",
10+
"link": "https://github.com/cypress-io/cypress/tree/develop/npm/webpack-preprocessor",
1111
"keywords": ["webpack"],
1212
"badge": "official"
1313
},
@@ -159,7 +159,7 @@
159159
{
160160
"name": "TypeScript",
161161
"description": "Official TypeScript definitions for the Cypress API.",
162-
"link": "https://github.com/cypress-io/cypress/tree/master/cli/types",
162+
"link": "https://github.com/cypress-io/cypress/tree/develop/cli/types",
163163
"keywords": ["typescript"],
164164
"badge": "official"
165165
},
@@ -819,7 +819,7 @@
819819
{
820820
"name": "Cypress Schematic",
821821
"description": "Adds Cypress to your Angular project via the Angular CLI. Adopted by Cypress; originally released as <a target=\"_blank\" href=\"https://www.npmjs.com/package/@briebug/cypress-schematic\">@briebug/cypress-schematic</a>.",
822-
"link": "https://github.com/cypress-io/cypress/tree/master/npm/cypress-schematic",
822+
"link": "https://github.com/cypress-io/cypress/tree/develop/npm/cypress-schematic",
823823
"keywords": ["angular", "cli"],
824824
"badge": "official"
825825
},
@@ -916,35 +916,35 @@
916916
{
917917
"name": "Cypress Angular",
918918
"description": "Test Angular components using Cypress Test Runner. This package is bundled with the cypress package and does not need to be installed separately, unless a specific version is desired. See the <a target=\"_blank\" href=\"/guides/component-testing/angular/overview\">Angular Component Testing Docs</a> for mounting Angular components.",
919-
"link": "https://github.com/cypress-io/cypress/tree/master/npm/angular",
919+
"link": "https://github.com/cypress-io/cypress/tree/develop/npm/angular",
920920
"keywords": ["component", "angular"],
921921
"badge": "official"
922922
},
923923
{
924924
"name": "Cypress React",
925925
"description": "Test React components using Cypress Test Runner. This package is bundled with the cypress package and does not need to be installed separately, unless a specific version is desired. See the <a target=\"_blank\" href=\"/guides/component-testing/react/overview\">React Component Testing Docs</a> for mounting React components.",
926-
"link": "https://github.com/cypress-io/cypress/tree/master/npm/react",
926+
"link": "https://github.com/cypress-io/cypress/tree/develop/npm/react",
927927
"keywords": ["component", "react"],
928928
"badge": "official"
929929
},
930930
{
931931
"name": "Cypress Svelte",
932932
"description": "Test Svelte components using Cypress Test Runner. This package is bundled with the cypress package and should not need to be installed separately. See the <a target=\"_blank\" href=\"/guides/component-testing/svelte/overview\">Svelte Component Testing Docs</a> for mounting Svelte components.",
933-
"link": "https://github.com/cypress-io/cypress/tree/master/npm/svelte",
933+
"link": "https://github.com/cypress-io/cypress/tree/develop/npm/svelte",
934934
"keywords": ["component", "svelte"],
935935
"badge": "official"
936936
},
937937
{
938938
"name": "Cypress Vue",
939939
"description": "Test Vue 3 components using Cypress Test Runner. This package is bundled with the cypress package and should not need to be installed separately. See the <a target=\"_blank\" href=\"/guides/component-testing/vue/overview\">Vue Component Testing Docs</a> for mounting Vue components.",
940-
"link": "https://github.com/cypress-io/cypress/tree/master/npm/vue",
940+
"link": "https://github.com/cypress-io/cypress/tree/develop/npm/vue",
941941
"keywords": ["component", "vue", "vue.js"],
942942
"badge": "official"
943943
},
944944
{
945945
"name": "Cypress Vue2",
946946
"description": "Test Vue 2 components using Cypress Test Runner. This package is bundled with the cypress package and should not need to be installed separately. See the <a target=\"_blank\" href=\"/guides/component-testing/vue/overview\">Vue Component Testing Docs</a> for mounting Vue components.",
947-
"link": "https://github.com/cypress-io/cypress/tree/master/npm/vue2",
947+
"link": "https://github.com/cypress-io/cypress/tree/develop/npm/vue2",
948948
"keywords": ["component", "vue", "vue.js"],
949949
"badge": "official"
950950
},

0 commit comments

Comments
 (0)