Skip to content

Commit 4da79ad

Browse files
authored
fix: epicshop-tutorial referencing incorrect videos (#3)
1 parent 7871940 commit 4da79ad

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

exercises/01.exercise-navigation/01.solution.first-step/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# First Exercise Step
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/your-first-exercise-step-problem-winqy" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/your-first-exercise-step-solution-lypql" />
44

55
👨‍💼 Great job! You've made it to the solution portion of the first exercise step!
66
On this page, you'll often find a video, diagrams, and code examples, and other

exercises/01.exercise-navigation/02.problem.multi-step/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Multi-Step Exercise
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/your-first-exercise-step-solution-lypql" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/working-with-multi-step-exercises-problem-679x5" />
44

55
👨‍💼 Lots of exercises will have multiple steps. The only thing you need to know
66
about this is on each step you need to click the "Set to Playground" button

exercises/01.exercise-navigation/02.solution.multi-step/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Multi-Step Exercise
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/your-first-exercise-step-solution-lypql" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/working-with-multi-step-exercises-solution-523p8" />
44

55
👨‍💼 Great job on this exercise. There's just one more thing you need to know
66
about exercises.

exercises/01.exercise-navigation/FINISHED.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Exercise Navigation
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/working-with-multi-step-exercises-problem-679x5" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/exercise-navigation-wrap-up-l1aqo" />
44

55
At the end of each exercise you will see the finished page like this one. This
66
will sometimes give you a summary of what you've learned. The primary purpose of

exercises/02.app-varieties/01.problem.no-preview/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# No Preview
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/exercise-navigation-wrap-up-l1aqo" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/apps-without-preview-problem-pizqr" />
44

55
👨‍💼 Some apps don't have a `dev` script in the `package.json` because they don't
66
actually run and you're instead expected to run the app manually.

exercises/02.app-varieties/01.solution.no-preview/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# No Preview
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/exercise-navigation-wrap-up-l1aqo" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/apps-without-preview-solution-qlhbc" />
44

55
👨‍💼 In some workshops (especially testing workshops) you'll be expected to run
66
scripts manually (like you would in practice) which is why there's no preview

exercises/02.app-varieties/02.problem.simple/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Simple Apps
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/introduction-to-app-varieties-15gw0" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/simple-apps-without-package-json-problem-2pdau" />
44

55
👨‍💼 Some apps are so simple they don't even have a `package.json` file. Instead
66
they just have an index file which is automatically opened in the playground.

exercises/02.app-varieties/02.solution.simple/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Simple Apps
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/introduction-to-app-varieties-15gw0" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/simple-apps-without-package-json-solution-3lvh5" />
44

55
👨‍💼 These kinds of apps will automatically refresh when you make changes.
66

exercises/02.app-varieties/FINISHED.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# App Varieties
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/apps-without-preview-problem-pizqr" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/app-varieties-wrap-up-3s1p5" />
44

55
Great job. Those are the different types of apps you'll see in Epic workshops.
66

exercises/02.app-varieties/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# App Varieties
22

3-
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/working-with-multi-step-exercises-solution-523p8" />
3+
<EpicVideo url="https://www.epicweb.dev/tutorials/learn-how-to-use-the-epic-workshop-app~kfmou/app-qnd9s/introduction-to-app-varieties-15gw0" />
44

55
Some workshop have different varieties of apps you work with which change the
66
navigation slightly. Let's take a look at those a bit.

0 commit comments

Comments
 (0)