diff --git a/README.md b/README.md index c9cf80d..f9c1246 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@

Learning Lab bot

-

Course: Hello, GitHub Actions!

+

Course: GitHub Actions: Hello World

-This repository powers the Learning Lab course [_Hello, GitHub Actions!_](https://lab.github.com/github/hello-github-actions!). +This repository powers the Learning Lab course [_GitHub Actions: Hello World_](https://lab.github.com/githubtraining/github-actions:-hello-world). Every Learning Lab course is made up of: -- a [course repository](https://github.com/github/hello-github-actions), and -- a [template repository](https://github.com/github/hello-github-actions-template) +- a [course repository](https://github.com/githubtraining/hello-github-actions), and +- a [template repository](https://github.com/githubtraining/hello-github-actions-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 d10812d..f6256d8 100644 --- a/config.yml +++ b/config.yml @@ -1,4 +1,4 @@ -title: Hello, GitHub Actions! +title: 'GitHub Actions: Hello World' description: Create a GitHub Action and use it in a workflow. tags: - GitHub Actions