Skip to content

Commit 2f2e04a

Browse files
committed
Add correct YT links for the container-supported guide
1 parent fce7e0a commit 2f2e04a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

content/guides/container-supported-development/demo-additional-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ weight: 50
66

77
Once you start using containers in your development environment, it becomes much easier to add additional containers to visualize the contents of the databases or message queues, seed document stores, or event publishers. In this demo, you'll see a few of these examples, as well as how you can connect multiple containers together to make testing even easier.
88

9-
{{< youtube-embed 2EqarOM2V4U >}}
9+
{{< youtube-embed TCZX15aKSu4 >}}
1010

1111
<div id="container-supported-development-lp-survey-anchor"></div>

content/guides/container-supported-development/demo-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ When developing apps, it's often easier to outsource aspects of the application
88

99
With container-supported development, you can run local instances of these services during development and testing, removing the need for complex setups. In this demo, you'll see how LocalStack makes it easy to develop and test applications entirely from the developer's workstation.
1010

11-
{{< youtube-embed 2EqarOM2V4U >}}
11+
{{< youtube-embed JtwUMvR5xlY >}}
1212

1313
<div id="container-supported-development-lp-survey-anchor"></div>

content/guides/container-supported-development/demo-databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ weight: 20
66

77
With container-supported development, it's easy to run databases locally. In this demo, you'll see how to do so, as well as how to connect a non-containerized application to the database.
88

9-
{{< youtube-embed 2EqarOM2V4U >}}
9+
{{< youtube-embed VieWeXOwKLU >}}
1010

1111
<div id="container-supported-development-lp-survey-anchor"></div>

content/guides/container-supported-development/demo-mock-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Many APIs require data from other data endpoints. In development, this adds comp
88

99
This demo will demonstrate how using WireMock can make it easy to develop and test an application, including the APIs various error states.
1010

11-
{{< youtube-embed 2EqarOM2V4U >}}
11+
{{< youtube-embed VXSmX6f8vo0 >}}
1212

1313
<div id="container-supported-development-lp-survey-anchor"></div>

content/guides/container-supported-development/why.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ weight: 10
66

77
Container-supported development is the idea of using containers to enhance your development environment by running local instances or emulators of the services your application relies on. Once you're using containers, it's easy to add additional services to visualize or troubleshoot what's going on in your services.
88

9-
{{< youtube-embed 2EqarOM2V4U >}}
9+
{{< youtube-embed pNcrto_wGi0 >}}
1010

1111
<div id="container-supported-development-lp-survey-anchor"></div>

0 commit comments

Comments
 (0)