diff options
-rw-r--r-- | doc/ci/examples/README.md | 2 |
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). | |