summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2017-07-14 17:25:51 -0300
committerMarcia Ramos <virtua.creative@gmail.com>2017-07-14 17:25:51 -0300
commit91a66d2d68958c54a7330269c9f1c90f24bae4f4 (patch)
treef8ca08ec0f5aedce9aeea8f88e3285c6acb2d539
parent54dcc981e78b4979538fba7c5068b2975cd0aa1f (diff)
downloadgitlab-ce-91a66d2d68958c54a7330269c9f1c90f24bae4f4.tar.gz
update links
-rw-r--r--doc/README.md3
-rw-r--r--doc/gitlab-basics/README.md2
-rw-r--r--doc/user/group/index.md7
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/README.md b/doc/README.md
index 9b81c409570..1a7638b3d7e 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -50,8 +50,7 @@ Shortcuts to GitLab's most visited docs:
- [Fork a project](gitlab-basics/fork-project.md)
- [Importing and exporting projects between instances](user/project/settings/import_export.md).
- [Project access](public_access/public_access.md): Setting up your project's visibility to public, internal, or private.
-- [Groups](workflow/groups.md): Organize your projects in groups.
- - [Create a group](gitlab-basics/create-group.md)
+- [Groups](user/group/index.md): Organize your projects in groups.
- [GitLab Subgroups](user/group/subgroups/index.md)
- [Search through GitLab](user/search/index.md): Search for issues, merge requests, projects, groups, todos, and issues in Issue Boards.
- [Snippets](user/snippets.md): Snippets allow you to create little bits of code.
diff --git a/doc/gitlab-basics/README.md b/doc/gitlab-basics/README.md
index 12466437edc..3d893ba53dd 100644
--- a/doc/gitlab-basics/README.md
+++ b/doc/gitlab-basics/README.md
@@ -6,7 +6,7 @@ Step-by-step guides on the basics of working with Git and GitLab.
- [Start using Git on the command line](start-using-git.md)
- [Create and add your SSH Keys](create-your-ssh-keys.md)
- [Create a project](create-project.md)
-- [Create a group](create-group.md)
+- [Create a group](../user/group/index.md#create-a-new-group)
- [Create a branch](create-branch.md)
- [Fork a project](fork-project.md)
- [Add a file](add-file.md)
diff --git a/doc/user/group/index.md b/doc/user/group/index.md
index da37cc641df..2691cf7d671 100644
--- a/doc/user/group/index.md
+++ b/doc/user/group/index.md
@@ -199,9 +199,10 @@ Learn more about [Share with group lock](https://docs.gitlab.com/ee/user/group/i
- **Projects**: view all projects within that group, add members to each project,
access each project's settings, and remove any project from the same screen.
- **Webhooks**: configure [webhooks](../project/integrations/webhooks.md)
-and [push rules](../../push_rules/push_rules.md) to your group
-- **Audit Events**: view [Audit Events](../../administration/audit_events.md)
-for the group (GitLab admins only)
+and [push rules](https://docs.gitlab.com/ee/push_rules/push_rules.html#push-rules) to your group (Push Rules is available in [GitLab Enteprise Edition Starter][ee].)
+- **Audit Events**: view [Audit Events](https://docs.gitlab.com/ee/administration/audit_events.html#audit-events)
+for the group (GitLab admins only, available in [GitLab Enterprise Edition Starter][ee]).
- **Pipelines quota**: keep track of the [pipeline quota](../admin_area/settings/continuous_integration.md) for the group
[permissions]: ../permissions.md#permissions
+[ee]: https://about.gitlab.com/products/ \ No newline at end of file