diff --git a/README.md b/README.md index a834264..565baad 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@

Course: Continuous Delivery using GitHub Actions

-This repository powers the Learning Lab course [_Continuous Delivery using GitHub Actions_](https://lab.github.com/githubtraining/github-actions:-continuous-delivery). +This repository powers the Learning Lab course [_Continuous Delivery using GitHub Actions_](https://lab.github.com/githubtraining/github-actions:-continuous-delivery-with-aws/). Every Learning Lab course is made up of: -- a [course repository](https://github.com/githubtraining/continuous-delivery), and -- a [template repository](https://github.com/githubtraining/continuous-delivery-template) +- a [course repository](https://github.com/githubtraining/continuous-delivery-aws), and +- a [template repository](https://github.com/githubtraining/continuous-delivery-aws-template) The course repository is written in YAML and Markdown. The template repository could be written in any language that supports the learning objectives. diff --git a/config.yml b/config.yml index f3f7486..6f70079 100644 --- a/config.yml +++ b/config.yml @@ -1,15 +1,15 @@ # Course information -title: "GitHub Actions: Continuous Delivery" +title: "GitHub Actions: Continuous Delivery with AWS" description: Create two deployment workflows using AWS. tags: - GitHub Actions - Workflows - CD - - Continuous Delivery + - Amazon Web Services (AWS) - Deployment template: name: github-actions-continuous-delivery - repo: continuous-delivery-template + repo: continuous-delivery-aws-template # Before before: