summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2019-06-11 02:56:19 +0000
committerMike Lewis <mlewis@gitlab.com>2019-06-11 02:56:19 +0000
commitf3cc572881642567b5b251ba50c57b9999855f51 (patch)
treeb309f062c4ef0317133e5ec925ec185677162882
parent0cb7e07fa5c11649a457071e68340374b42e4980 (diff)
downloadgitlab-ce-docs-ssot-review-ci-examples.tar.gz
Remove code style on Dpldocs-ssot-review-ci-examples
-rw-r--r--doc/ci/examples/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md
index 29ea4d3dcfa..74c2b38b59e 100644
--- a/doc/ci/examples/README.md
+++ b/doc/ci/examples/README.md
@@ -24,7 +24,7 @@ The following table lists examples with step-by-step tutorials that are containe
|:----------------------------|:---------------------------------------------------------------------------------------------------------------------------|
| Browser performance testing | [Browser Performance Testing with the Sitespeed.io container](browser_performance.md). |
| Clojure | [Test a Clojure application with GitLab CI/CD](test-clojure-application.md). |
-| Deployment with `dpl` | [Using `dpl` as deployment tool](deployment/README.md). |
+| Deployment with Dpl | [Using `dpl` as deployment tool](deployment/README.md). |
| Elixir | [Testing a Phoenix application with GitLab CI/CD](test_phoenix_app_with_gitlab_ci_cd/index.md). |
| End-to-end testing | [End-to-end testing with GitLab CI/CD and WebdriverIO](end_to_end_testing_webdriverio/index.md). |
| Game development | [DevOps and Game Dev with GitLab CI/CD](devops_and_game_dev_with_gitlab_ci_cd/index.md). |