From 5e81075d93dab81d654ef8a5b28d9ea0e41eb796 Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Wed, 12 Apr 2023 14:38:30 -0700 Subject: [PATCH] update button style (#17045) --- language/golang/build-images.md | 2 +- language/golang/configure-ci-cd.md | 2 +- language/golang/develop.md | 2 +- language/golang/index.md | 2 +- language/golang/run-containers.md | 2 +- language/golang/run-tests.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/language/golang/build-images.md b/language/golang/build-images.md index d9a96d4851..bb75197f6f 100644 --- a/language/golang/build-images.md +++ b/language/golang/build-images.md @@ -522,7 +522,7 @@ In this module, we met our example application and built and container image for In the next module, we’ll take a look at how to: -[Run your image as a container](run-containers.md){: .button .outline-btn} +[Run your image as a container](run-containers.md){: .button .primary-btn} ## Feedback diff --git a/language/golang/configure-ci-cd.md b/language/golang/configure-ci-cd.md index 37a0c16df3..79c204cc50 100644 --- a/language/golang/configure-ci-cd.md +++ b/language/golang/configure-ci-cd.md @@ -20,7 +20,7 @@ You can also consider deploying your application to a public Cloud provider, suc In the next module, we’ll look into some options for doing so: -[Deploy your app](deploy.md){: .button .outline-btn} +[Deploy your app](deploy.md){: .button .primary-btn} ## Feedback diff --git a/language/golang/develop.md b/language/golang/develop.md index 12f8171a68..385893f91b 100644 --- a/language/golang/develop.md +++ b/language/golang/develop.md @@ -740,7 +740,7 @@ In this module, we set up a containerised development environment with our appli In the next module, we’ll take a look at one possible approach to running functional tests in Docker. See: -[Run your tests](run-tests.md){: .button .outline-btn} +[Run your tests](run-tests.md){: .button .primary-btn} ## Feedback diff --git a/language/golang/index.md b/language/golang/index.md index 69430698a0..49be14d494 100644 --- a/language/golang/index.md +++ b/language/golang/index.md @@ -44,4 +44,4 @@ The aim of this guide is to provide enough examples and instructions for you to Let's get started! -[Build your Go image](build-images.md){: .button .outline-btn} +[Build your Go image](build-images.md){: .button .primary-btn} diff --git a/language/golang/run-containers.md b/language/golang/run-containers.md index 0acfa41618..6f3835e6ba 100644 --- a/language/golang/run-containers.md +++ b/language/golang/run-containers.md @@ -198,7 +198,7 @@ Now, we can easily identify our container based on the name. In this module, we learned how to run containers and publish ports. We also learned to manage the lifecycle of containers. We then discussed the importance of naming our containers so that they are more easily identifiable. In the next module, we’ll learn how to run a database in a container and connect it to our application. See: -[How to develop your application](develop.md){: .button .outline-btn} +[How to develop your application](develop.md){: .button .primary-btn} ## Feedback diff --git a/language/golang/run-tests.md b/language/golang/run-tests.md index 92493508c4..09a0fe51bc 100644 --- a/language/golang/run-tests.md +++ b/language/golang/run-tests.md @@ -102,7 +102,7 @@ In this module, we've seen an example of using Docker for isolated functional te In the next module, we’ll take a look at how to set up a CI/CD pipeline using GitHub Actions. See: -[Configure CI/CD](configure-ci-cd.md){: .button .outline-btn} +[Configure CI/CD](configure-ci-cd.md){: .button .primary-btn} ## Feedback