diff --git a/examples/README.md b/examples/README.md index abce87a2..df8f1670 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,12 +2,12 @@ These examples are used for feature development and E2E testing. ## Overview -SvelteKit App with Svelte Flow examples at [examples/svelte](./svelte) +SvelteKit App with Svelte Flow examples at [`examples/svelte`](./svelte) -Vite App with React Flow examples at [examples/react](./react) +Vite App with React Flow examples at [`examples/react`](./react) -Astro App used for SSR testing at [examples/astro-xyflow](./astro-xyflow) +Astro App used for SSR testing at [`examples/astro-xyflow`](./astro-xyflow) ## E2E -For furhter documentation of E2E tests have a look at [/tests/playwright](/tests/playwright). \ No newline at end of file +For furhter documentation of E2E tests have a look at [`/tests/playwright`](/tests/playwright). \ No newline at end of file diff --git a/examples/react/README.md b/examples/react/README.md index eb7477db..c1207ba7 100644 --- a/examples/react/README.md +++ b/examples/react/README.md @@ -16,7 +16,7 @@ Development of the library is done against `src/examples`. Feel free to add new 2. Register the new route in `src/App/routes.ts` ## Adding new E2E implementation -E2E testing is done against the flows implemented in `src/generic-tests`. Adding a new configuration file automatically adds a new route under http://localhost:3000/tests/generic/$foldername/$filename. For further documentation visit [`xyflow/tests/playwright`](/tests/playwright). +E2E testing is done against the flows implemented in `src/generic-tests`. Adding a new configuration file automatically adds a new route under [`http://localhost:3000/tests/generic/$foldername/$filename`](http://localhost:5173/tests/generic/nodes/general). For further documentation visit [`xyflow/tests/playwright`](/tests/playwright). diff --git a/examples/svelte/README.md b/examples/svelte/README.md index b373baea..b596832d 100644 --- a/examples/svelte/README.md +++ b/examples/svelte/README.md @@ -17,4 +17,4 @@ Development of the library is done against `src/routes/examples`. Feel free to a ## Adding new E2E implementation -E2E testing is done against the flows implemented in `src/generic-tests`. Adding a new configuration file automatically adds a new route under http://localhost:5173/tests/generic/$foldername/$filename. For further documentation visit [`xyflow/tests/playwright`](/tests/playwright). +E2E testing is done against the flows implemented in `src/generic-tests`. Adding a new configuration file automatically adds a new route under [`http://localhost:5173/tests/generic/$foldername/$filename`](http://localhost:5173/tests/generic/nodes/general). For further documentation visit [`xyflow/tests/playwright`](/tests/playwright).