Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-12-02 20:24:15 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-12-08 19:25:24 +0300
commitdcdc49fe429c0e8a762f1a411e1d5c0a7294c91f (patch)
tree4025c387045106a3b2494f8846082ed10372ccfe /doc
parent91d2457d76f3e2d334ae77ef8a0888a8969f20cc (diff)
Use .md instead of .html
Diffstat (limited to 'doc')
-rw-r--r--doc/README.md2
-rw-r--r--doc/ci/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.md b/doc/README.md
index f85a464a4f0..a3098094210 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -37,7 +37,7 @@
+ [Using MySQL](ci/services/mysql.md)
+ [Using PostgreSQL](ci/services/postgres.md)
+ [Using Redis](ci/services/redis.md)
-+ [Using Other Services](ci/docker/using_docker_images.html#how-to-use-other-images-as-services)
++ [Using Other Services](ci/docker/using_docker_images.md#how-to-use-other-images-as-services)
### CI Examples
diff --git a/doc/ci/README.md b/doc/ci/README.md
index ae921b6f988..5d9d7a81db3 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -20,7 +20,7 @@
+ [Using MySQL](services/mysql.md)
+ [Using PostgreSQL](services/postgres.md)
+ [Using Redis](services/redis.md)
-+ [Using Other Services](docker/using_docker_images.html#how-to-use-other-images-as-services)
++ [Using Other Services](docker/using_docker_images.md#how-to-use-other-images-as-services)
### Examples