diff --git a/001_github_actions_importing_workflows/README.md b/001_github_actions_importing_workflows/README.md
index ed89d94..314f590 100644
--- a/001_github_actions_importing_workflows/README.md
+++ b/001_github_actions_importing_workflows/README.md
@@ -1,6 +1,9 @@
# Driving GitHub Actions workflows with CUE
by [Jonathan Matthews](https://jonathanmatthews.com)
+> [!TIP]
+> ## Check out cue.dev for more info about [getting started managing GitHub Actions workflows with CUE](https://cue.dev/getting-started/github-actions-workflows/)
+
This guide explains how to convert GitHub Actions workflow files from YAML to
CUE, check those workflows are valid, and then use CUE's tooling layer to
regenerate YAML.
diff --git a/003_kubernetes_tutorial/README.md b/003_kubernetes_tutorial/README.md
index 0c9a13b..f38b223 100644
--- a/003_kubernetes_tutorial/README.md
+++ b/003_kubernetes_tutorial/README.md
@@ -1,6 +1,9 @@
# Controlling Kubernetes with CUE
by [The CUE Project](https://cuelang.org/)
+> [!TIP]
+> ## Check out cue.dev for more info about [getting started managing Kubernetes configurations with CUE](https://cue.dev/getting-started/kubernetes/)
+
## Introduction
In this tutorial we show how to convert Kubernetes configuration files
diff --git a/005_gitlab_ci/README.md b/005_gitlab_ci/README.md
index 480375a..fef4d98 100644
--- a/005_gitlab_ci/README.md
+++ b/005_gitlab_ci/README.md
@@ -1,6 +1,9 @@
# Driving GitLab CI/CD pipelines with CUE
by [Jonathan Matthews](https://jonathanmatthews.com)
+> [!TIP]
+> ## Check out cue.dev for more info about [getting started managing GitLab CI/CD pipelines with CUE](https://cue.dev/getting-started/gitlab-ci-cd-pipelines/)
+
This guide explains how to convert a GitLab CI/CD pipeline file from YAML to
CUE, check its contents are valid, and then use CUE's tooling layer to
regenerate YAML.
diff --git a/006_buildkite_importing_pipelines/README.md b/006_buildkite_importing_pipelines/README.md
index e46a96e..e39ac11 100644
--- a/006_buildkite_importing_pipelines/README.md
+++ b/006_buildkite_importing_pipelines/README.md
@@ -1,6 +1,9 @@
# Driving Buildkite Pipelines with CUE
by [Jonathan Matthews](https://jonathanmatthews.com)
+> [!TIP]
+> ## Check out cue.dev for more info about [getting started managing Buildkite Pipelines with CUE](https://cue.dev/getting-started/buildkite-pipelines/)
+
This guide explains how to convert static Buildkite pipeline files from YAML to
CUE, check those pipelines are valid, and then use CUE's tooling layer to
regenerate YAML.
diff --git a/007_buildkite_dynamic_pipelines/README.md b/007_buildkite_dynamic_pipelines/README.md
index 8eeab69..87ecd2c 100644
--- a/007_buildkite_dynamic_pipelines/README.md
+++ b/007_buildkite_dynamic_pipelines/README.md
@@ -1,6 +1,9 @@
# Supercharging Buildkite dynamic pipelines with CUE
by [Jonathan Matthews](https://jonathanmatthews.com/)
+> [!TIP]
+> ## Check out cue.dev for more info about [getting started managing Buildkite Pipelines with CUE](https://cue.dev/getting-started/buildkite-pipelines/)
+
This guide demonstrates how to use CUE to generate dynamic pipelines for the
Bring-Your-Own-Compute CI service [Buildkite](https://buildkite.com).