Skip to content

Commit 0ca7fcd

Browse files
committed
fix: migrate examples
1 parent b25641d commit 0ca7fcd

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/quickstart/cypress.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ it("screenshot homepage", async ({ page }) => {
8888

8989
## Additional resources
9090

91-
- [Cypress example](https://github.com/argos-ci/argos/tree/main/examples/cypress)
91+
- [Cypress example](https://github.com/argos-ci/argos-javascript/tree/main/examples/cypress)
9292
- [Argos Cypress SDK reference](/cypress)
9393

9494
---

docs/quickstart/legacy-storybook.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Read the [Storycap documentation](https://github.com/reg-viz/storycap) to learn
6868

6969
## Additional resources
7070

71-
- [Argos + Storybook legacy example](https://github.com/argos-ci/argos/tree/main/examples/storybook-legacy)
71+
- [Argos + Storybook legacy example](https://github.com/argos-ci/argos-javascript/tree/main/examples/storybook-legacy)
7272
- [Storycap documentation](https://github.com/reg-viz/storycap)
7373
- [Storybook documentation](https://storybook.js.org/docs)
7474

docs/quickstart/next.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Get the Argos Playwright SDK.
4747

4848
## Additional resources
4949

50-
- [Next.js example](https://github.com/argos-ci/argos/tree/main/examples/nextjs)
50+
- [Next.js example](https://github.com/argos-ci/argos-javascript/tree/main/examples/nextjs)
5151
- [Argos Playwright SDK reference](/playwright)
5252

5353
---

docs/quickstart/playwright.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Get the Argos Playwright SDK.
4444

4545
## Additional resources
4646

47-
- [Playwright example](https://github.com/argos-ci/argos/tree/main/examples/playwright)
47+
- [Playwright example](https://github.com/argos-ci/argos-javascript/tree/main/examples/playwright)
4848
- [Argos Playwright SDK reference](/playwright)
4949

5050
---

docs/quickstart/puppeteer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const puppeteer = require("puppeteer");
5656

5757
## Additional resources
5858

59-
- [Puppeteer example](https://github.com/argos-ci/argos/tree/main/examples/puppeteer)
59+
- [Puppeteer example](https://github.com/argos-ci/argos-javascript/tree/main/examples/puppeteer)
6060
- [Argos Puppeteer SDK reference](/puppeteer)
6161

6262
---

docs/quickstart/remix.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Get the Argos Playwright SDK.
4747

4848
## Additional resources
4949

50-
- [Remix example](https://github.com/argos-ci/argos/tree/main/examples/remix)
50+
- [Remix example](https://github.com/argos-ci/argos-javascript/tree/main/examples/remix)
5151
- [Argos Playwright SDK reference](/playwright)
5252

5353
---

docs/quickstart/storybook.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ To learn how to run tests on a deployed Storybook, refer to the [Storybook test
105105

106106
## Additional resources
107107

108-
- [Argos + Storybook example](https://github.com/argos-ci/argos/tree/main/examples/storybook)
108+
- [Argos + Storybook example](https://github.com/argos-ci/argos-javascript/tree/main/examples/storybook)
109109
- [Argos Storybook SDK reference](/storybook)
110110
- [Storybook documentation](https://storybook.js.org/docs)
111111
- [Storybook test runner documentation](https://storybook.js.org/docs/writing-tests/test-runner)

0 commit comments

Comments
 (0)