From aa72ab4612163318e203b37019a9fc0288cac86c Mon Sep 17 00:00:00 2001 From: Tom Wheeler Date: Thu, 19 Sep 2024 10:25:45 -0700 Subject: [PATCH 1/4] add links to the YouTube videos, which are now public --- README.md | 5 ++++- docs/README.md | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67079a1..c32d4a0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,10 @@ running the application in various environments. If you'd like to jump right in and run the OMS locally, clone this repository to your machine and follow the steps below. Unless otherwise noted, you should execute the commands from the root directory of your -clone. +clone. + +You can also see a demonstration of these steps in the _[Setting +up and running the OMS_ video](https://www.youtube.com/watch?v=ltlC7kVdFEU&list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv&index=2), part of a [four-part video series](https://www.youtube.com/watch?v=ltlC7kVdFEU&list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv) that covers the OMS. ### Required Software You will need [Go](https://go.dev/) to run the core OMS application, diff --git a/docs/README.md b/docs/README.md index fc49f96..379c17e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,7 +3,9 @@ ![OMS logo](images/oms-logo.png) The documentation for the Order Management System reference application -is organized into multiple sections: +is organized into multiple sections. You may also be interested in +watching our [four-part video series](https://www.youtube.com/watch?v=ltlC7kVdFEU&list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv&index=2), which explains the OMS and demonstrates +several ways of running it. ## Understanding the OMS * [Overview](overview.md): From 3cf835fdcde0515654d3dde1138f984c9110637b Mon Sep 17 00:00:00 2001 From: Tom Wheeler Date: Thu, 19 Sep 2024 10:31:36 -0700 Subject: [PATCH 2/4] Removed italics for text --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c32d4a0..41c56f9 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ repository to your machine and follow the steps below. Unless otherwise noted, you should execute the commands from the root directory of your clone. -You can also see a demonstration of these steps in the _[Setting -up and running the OMS_ video](https://www.youtube.com/watch?v=ltlC7kVdFEU&list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv&index=2), part of a [four-part video series](https://www.youtube.com/watch?v=ltlC7kVdFEU&list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv) that covers the OMS. +You can also see a demonstration of these steps in the [Setting +up and running the OMS video](https://www.youtube.com/watch?v=ltlC7kVdFEU&list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv&index=2), part of a [four-part video series](https://www.youtube.com/watch?v=ltlC7kVdFEU&list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv) that covers the OMS. ### Required Software You will need [Go](https://go.dev/) to run the core OMS application, From 0dbfd8959afa9e4d3ff1cebe3881fc38ae353fc2 Mon Sep 17 00:00:00 2001 From: Tom Wheeler Date: Thu, 19 Sep 2024 10:33:33 -0700 Subject: [PATCH 3/4] updated playlist links to start at first video --- README.md | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41c56f9..f8a9346 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ noted, you should execute the commands from the root directory of your clone. You can also see a demonstration of these steps in the [Setting -up and running the OMS video](https://www.youtube.com/watch?v=ltlC7kVdFEU&list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv&index=2), part of a [four-part video series](https://www.youtube.com/watch?v=ltlC7kVdFEU&list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv) that covers the OMS. +up and running the OMS video](https://www.youtube.com/watch?v=ltlC7kVdFEU&list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv&index=2), part of a [four-part video series](https://www.youtube.com/playlist?v=ltlC7kVdFEU&list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv) that covers the OMS. ### Required Software You will need [Go](https://go.dev/) to run the core OMS application, diff --git a/docs/README.md b/docs/README.md index 379c17e..d55f75f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ The documentation for the Order Management System reference application is organized into multiple sections. You may also be interested in -watching our [four-part video series](https://www.youtube.com/watch?v=ltlC7kVdFEU&list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv&index=2), which explains the OMS and demonstrates +watching our [four-part video series](https://www.youtube.com/playlist?list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv&index=2), which explains the OMS and demonstrates several ways of running it. ## Understanding the OMS From 5ee37b4198f77265089747f7764dde0fb341cd2c Mon Sep 17 00:00:00 2001 From: Tom Wheeler Date: Thu, 19 Sep 2024 10:35:05 -0700 Subject: [PATCH 4/4] added italics around video title --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8a9346..a41015e 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ repository to your machine and follow the steps below. Unless otherwise noted, you should execute the commands from the root directory of your clone. -You can also see a demonstration of these steps in the [Setting -up and running the OMS video](https://www.youtube.com/watch?v=ltlC7kVdFEU&list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv&index=2), part of a [four-part video series](https://www.youtube.com/playlist?v=ltlC7kVdFEU&list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv) that covers the OMS. +You can also see a demonstration of these steps in the _[Setting +up and running the OMS](https://www.youtube.com/watch?v=ltlC7kVdFEU&list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv&index=2)_ video, part of a [four-part video series](https://www.youtube.com/playlist?v=ltlC7kVdFEU&list=PLl9kRkvFJrlRNbBZYY9v1XaAjqb2oj8pv) that covers the OMS. ### Required Software You will need [Go](https://go.dev/) to run the core OMS application,