diff options
author | Rémy Coutable <remy@rymai.me> | 2017-03-08 22:00:56 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-03-08 22:00:56 +0000 |
commit | 0933b9bbda563d3ef5784d3719f4e5a1ecfc610d (patch) | |
tree | 614b8e7d890d8e5efb933d4fa60ec9427764b070 | |
parent | 58a199290dba9e45e8973981ab81b0569dab401a (diff) | |
parent | 15b749d72d798652425dc9fc231225fed2af651e (diff) | |
download | gitlab-ce-0933b9bbda563d3ef5784d3719f4e5a1ecfc610d.tar.gz |
Merge branch 'patch-15' into 'master'
Fixed typo with project service documentation link
See merge request !9708
-rw-r--r-- | doc/README.md | 2 |
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. |