summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel <support@cenit.io>2017-03-05 15:34:03 +0000
committerMiguel <support@cenit.io>2017-03-05 15:34:03 +0000
commit15b749d72d798652425dc9fc231225fed2af651e (patch)
tree471fb5e15cd362f9fcebfcfa97cedb98fbebfc94
parent2d006b463850599377334cb3b76aa08eebfd8fa0 (diff)
downloadgitlab-ce-15b749d72d798652425dc9fc231225fed2af651e.tar.gz
Fixed typo with project service documentation link
-rw-r--r--doc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md
index 46a1ed0e148..57d85d770e7 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -19,7 +19,7 @@
- [Migrating from SVN](workflow/importing/migrating_from_svn.md) Convert a SVN repository to Git and GitLab.
- [Permissions](user/permissions.md) Learn what each role in a project (external/guest/reporter/developer/master/owner) can do.
- [Profile Settings](profile/README.md)
-- [Project Services](user/project/integrations//project_services.md) Integrate a project with external services, such as CI and chat.
+- [Project Services](user/project/integrations/project_services.md) Integrate a project with external services, such as CI and chat.
- [Public access](public_access/public_access.md) Learn how you can allow public and internal access to projects.
- [Snippets](user/snippets.md) Snippets allow you to create little bits of code.
- [SSH](ssh/README.md) Setup your ssh keys and deploy keys for secure access to your projects.