From 7bd4d61b8c016a0fba81e9f84cd01d11c7d2ea0f Mon Sep 17 00:00:00 2001 From: Nicholas Cunningham Date: Wed, 12 Jul 2023 04:11:14 -0600 Subject: [PATCH] docs(angular): Update example app URL (#18056) --- docs/README.md | 2 +- docs/shared/angular-standalone-tutorial/1-code-generation.md | 2 +- docs/shared/angular-standalone-tutorial/angular-standalone.md | 4 ++-- docs/shared/react-standalone-tutorial/1-code-generation.md | 2 +- docs/shared/react-standalone-tutorial/react-standalone.md | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/README.md b/docs/README.md index eb07a366c0..c4685a3a66 100644 --- a/docs/README.md +++ b/docs/README.md @@ -111,7 +111,7 @@ We can display a special button inviting the reader to go to a GitHub repository You can add an "open in stackblitz" button as follows: ```markdown -{% stackblitz-button url="github.com/nrwl/nx-recipes/tree/main/standalone-angular-app?file=README.md" /%} +{% stackblitz-button url="github.com/nrwl/nx-recipes/tree/main/angular-standalone?file=README.md" /%} ``` #### Install Nx Console diff --git a/docs/shared/angular-standalone-tutorial/1-code-generation.md b/docs/shared/angular-standalone-tutorial/1-code-generation.md index 1d9bc4ff0a..7330fa2246 100644 --- a/docs/shared/angular-standalone-tutorial/1-code-generation.md +++ b/docs/shared/angular-standalone-tutorial/1-code-generation.md @@ -12,7 +12,7 @@ src="https://www.youtube.com/embed/LYPVrWQNnEc" title="Tutorial: Standalone Angular Application" width="100%" /%} -{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/standalone-angular-app" /%} +{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/angular-standalone" /%} # Angular Standalone Tutorial - Part 1: Code Generation diff --git a/docs/shared/angular-standalone-tutorial/angular-standalone.md b/docs/shared/angular-standalone-tutorial/angular-standalone.md index a03f65a5fa..84fd06ac9f 100644 --- a/docs/shared/angular-standalone-tutorial/angular-standalone.md +++ b/docs/shared/angular-standalone-tutorial/angular-standalone.md @@ -18,9 +18,9 @@ Note, this tutorial sets up a repo with a single application at the root level t Here's the source code of the final result for this tutorial. -{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/standalone-angular-app" /%} +{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/angular-standalone" /%} -{% stackblitz-button url="github.com/nrwl/nx-recipes/tree/main/standalone-angular-app?file=README.md" /%} +{% stackblitz-button url="github.com/nrwl/nx-recipes/tree/main/angular-standalone?file=README.md" /%} Also, if you prefer learning with a video, join Juri and walk through the tutorial, step by step together. diff --git a/docs/shared/react-standalone-tutorial/1-code-generation.md b/docs/shared/react-standalone-tutorial/1-code-generation.md index 1aff10e3ab..949e8126a9 100644 --- a/docs/shared/react-standalone-tutorial/1-code-generation.md +++ b/docs/shared/react-standalone-tutorial/1-code-generation.md @@ -13,7 +13,7 @@ src="https://www.youtube.com/embed/dqCZteGFP4k" title="Tutorial: React Standalone Application" width="100%" /%} -{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/standalone-react-app" /%} +{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/react-standalone" /%} # React Standalone Tutorial - Part 1: Code Generation diff --git a/docs/shared/react-standalone-tutorial/react-standalone.md b/docs/shared/react-standalone-tutorial/react-standalone.md index 12c39caa4d..33bd330c34 100644 --- a/docs/shared/react-standalone-tutorial/react-standalone.md +++ b/docs/shared/react-standalone-tutorial/react-standalone.md @@ -23,9 +23,9 @@ Note, this tutorial sets up a repo with a single application at the root level t Here's the source code of the final result for this tutorial. -{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/standalone-react-app" /%} +{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/react-standalone" /%} -{% stackblitz-button url="github.com/nrwl/nx-recipes/tree/main/standalone-react-app?file=README.md" /%} +{% stackblitz-button url="github.com/nrwl/nx-recipes/tree/main/react-standalone?file=README.md" /%} ## Creating a new React App