summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Lenny <jason@gitlab.com>2019-08-06 08:32:21 +0000
committerJason Lenny <jason@gitlab.com>2019-08-06 08:32:21 +0000
commit167745adc4f450b7d38aee8aa60b43ac935f4d46 (patch)
treedebd8cfe8abf4fa361c09d38856cc8f29b290ef4
parent7bc0df651575b350627afd00d00301cf45a79a9e (diff)
downloadgitlab-ce-167745adc4f450b7d38aee8aa60b43ac935f4d46.tar.gz
Rename to index.md
-rw-r--r--doc/ci/README.md2
-rw-r--r--doc/ci/jenkins/index.md (renamed from doc/ci/jenkins/README.md)0
-rw-r--r--doc/ci/quick_start/README.md2
3 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md
index bbebd5739a9..f3006528d01 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -53,7 +53,7 @@ the following documents:
- [GitLab CI/CD basic workflow](introduction/index.md#basic-cicd-workflow).
- [Step-by-step guide for writing `.gitlab-ci.yml` for the first time](../user/project/pages/getting_started_part_four.md).
-If you're coming over from Jenkins, you can also check out our handy [reference](jenkins/README.md)
+If you're coming over from Jenkins, you can also check out our handy [reference](jenkins/index.md)
for converting your pipelines.
You can also get started by using one of the
diff --git a/doc/ci/jenkins/README.md b/doc/ci/jenkins/index.md
index 47ab5f3a752..47ab5f3a752 100644
--- a/doc/ci/jenkins/README.md
+++ b/doc/ci/jenkins/index.md
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md
index cbc82807f4d..5626428bfc3 100644
--- a/doc/ci/quick_start/README.md
+++ b/doc/ci/quick_start/README.md
@@ -14,7 +14,7 @@ Please keep in mind that only project Maintainers and Admin users have
the permissions to access a project's settings.
NOTE: **Note:**
-Coming over to GitLab from Jenkins? Check out our [reference](../jenkins/README.md)
+Coming over to GitLab from Jenkins? Check out our [reference](../jenkins/index.md)
for converting your pre-existing pipelines over to our format.
GitLab offers a [continuous integration][ci] service. If you