summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-08-06 15:40:37 +0900
committerMarcel Amirault <mamirault@gitlab.com>2019-08-29 09:37:18 +0900
commit9bdccabe544be078133a7a6dc20410a7e05a5bdd (patch)
tree8ea9313ed77032f710492b476eeed153a49d8e0c
parent498cb3a920c2db16065b5b7d06f803d4ddfec632 (diff)
downloadgitlab-ce-9bdccabe544be078133a7a6dc20410a7e05a5bdd.tar.gz
Fix links to redirected files
-rw-r--r--doc/administration/auth/README.md2
-rw-r--r--doc/development/architecture.md2
-rw-r--r--doc/install/README.md2
-rw-r--r--doc/integration/README.md2
-rw-r--r--doc/integration/omniauth.md2
-rw-r--r--doc/raketasks/README.md2
-rw-r--r--doc/university/support/README.md8
-rw-r--r--doc/user/group/index.md2
8 files changed, 11 insertions, 11 deletions
diff --git a/doc/administration/auth/README.md b/doc/administration/auth/README.md
index 2fc9db0632e..eea31a3d710 100644
--- a/doc/administration/auth/README.md
+++ b/doc/administration/auth/README.md
@@ -13,7 +13,7 @@ providers:
- [Azure](../../integration/azure.md)
- [Bitbucket Cloud](../../integration/bitbucket.md)
- [CAS](../../integration/cas.md)
-- [Crowd](../../integration/crowd.md)
+- [Crowd](crowd.md)
- [Facebook](../../integration/facebook.md)
- [GitHub](../../integration/github.md)
- [GitLab.com](../../integration/gitlab.md)
diff --git a/doc/development/architecture.md b/doc/development/architecture.md
index 2adca2dae28..9e6c6cd86f0 100644
--- a/doc/development/architecture.md
+++ b/doc/development/architecture.md
@@ -503,7 +503,7 @@ To serve repositories over SSH there's an add-on application called GitLab Shell
### Installation Folder Summary
-To summarize here's the [directory structure of the `git` user home directory](../install/structure.md).
+To summarize, here's the [directory structure of the `git` user home directory](../install/installation.md#gitlab-directory-structure).
### Processes
diff --git a/doc/install/README.md b/doc/install/README.md
index fd91527ed4c..b58ce21b467 100644
--- a/doc/install/README.md
+++ b/doc/install/README.md
@@ -70,7 +70,7 @@ GitLab maintains a set of official Docker images based on the Omnibus GitLab pac
If the GitLab Omnibus package is not available in your distribution, you can
install GitLab from source: Useful for unsupported systems like *BSD. For an
-overview of the directory structure, read the [structure documentation](structure.md).
+overview of the directory structure, read the [structure documentation](installation.md#gitlab-directory-structure).
[**> Install GitLab from source.**](installation.md)
diff --git a/doc/integration/README.md b/doc/integration/README.md
index 55f9666e3a3..b9f83e0797a 100644
--- a/doc/integration/README.md
+++ b/doc/integration/README.md
@@ -18,7 +18,7 @@ See the documentation below for details on how to configure these services.
- [Jenkins](jenkins.md) Integrate with the Jenkins CI
- [Jira](../user/project/integrations/jira.md) Integrate with the Jira issue tracker
- [Kerberos](kerberos.md) Integrate with Kerberos
-- [LDAP](ldap.md) Set up sign in via LDAP
+- [LDAP](../administration/auth/ldap.md) Set up sign in via LDAP
- [OAuth2 provider](oauth_provider.md) OAuth2 application creation
- [OmniAuth](omniauth.md) Sign in via Twitter, GitHub, GitLab.com, Google, Bitbucket, Facebook, Shibboleth, SAML, Crowd, Azure and Authentiq ID
- [OpenID Connect](openid_connect_provider.md) Use GitLab as an identity provider
diff --git a/doc/integration/omniauth.md b/doc/integration/omniauth.md
index ef319f7f0ce..84a926ecfee 100644
--- a/doc/integration/omniauth.md
+++ b/doc/integration/omniauth.md
@@ -49,7 +49,7 @@ that are in common for all providers that we need to consider.
- `allow_single_sign_on` allows you to specify the providers you want to allow to
automatically create an account. It defaults to `false`. If `false` users must
be created manually or they will not be able to sign in via OmniAuth.
-- `auto_link_ldap_user` can be used if you have [LDAP / ActiveDirectory](ldap.md)
+- `auto_link_ldap_user` can be used if you have [LDAP / ActiveDirectory](../administration/auth/ldap.md)
integration enabled. It defaults to false. When enabled, users automatically
created through OmniAuth will be linked to their LDAP entry as well.
- `block_auto_created_users` defaults to `true`. If `true` auto created users will
diff --git a/doc/raketasks/README.md b/doc/raketasks/README.md
index ad86555fc17..007fd0b924d 100644
--- a/doc/raketasks/README.md
+++ b/doc/raketasks/README.md
@@ -5,7 +5,7 @@ comments: false
# Rake tasks
- [Backup restore](backup_restore.md)
-- [Check](check.md)
+- [Check](../administration/raketasks/check.md)
- [Cleanup](cleanup.md)
- [Features](features.md)
- [LDAP Maintenance](../administration/raketasks/ldap.md)
diff --git a/doc/university/support/README.md b/doc/university/support/README.md
index fdeba89f9c8..a20d481cb1b 100644
--- a/doc/university/support/README.md
+++ b/doc/university/support/README.md
@@ -79,8 +79,8 @@ Sometimes we need to upgrade customers from old versions of GitLab to latest, so
Our integrations add great value to GitLab. User questions often relate to integrating GitLab with existing external services and the configuration involved
- Learn about our Integrations (specially, not only):
- - [LDAP](../../integration/ldap.md)
- - [Jira](../../project_services/jira.md)
+ - [LDAP](../../administration/auth/ldap.md)
+ - [Jira](../../user/project/integrations/jira.md)
- [Jenkins](../../integration/jenkins.md)
- [SAML](../../integration/saml.md)
@@ -94,8 +94,8 @@ Our integrations add great value to GitLab. User questions often relate to integ
### Understand the gathering of diagnostics for GitLab instances
- Learn about the GitLab checks that are available:
- - [Environment Information and maintenance checks](../../raketasks/maintenance.md)
- - [GitLab check](../../raketasks/check.md)
+ - [Environment Information and maintenance checks](../../administration/raketasks/maintenance.md)
+ - [GitLab check](../../administration/raketasks/check.md)
- Omnibus commands
- [Status](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/maintenance/README.md#get-service-status)
- [Starting and stopping services](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/maintenance/README.md#starting-and-stopping)
diff --git a/doc/user/group/index.md b/doc/user/group/index.md
index 864f1a397d5..d8014578970 100644
--- a/doc/user/group/index.md
+++ b/doc/user/group/index.md
@@ -202,7 +202,7 @@ Alternatively, you can [lock the sharing with group feature](#share-with-group-l
## Manage group memberships via LDAP
In GitLab Enterprise Edition, it is possible to manage GitLab group memberships using LDAP groups.
-See [the GitLab Enterprise Edition documentation](../../integration/ldap.md) for more information.
+See [the GitLab Enterprise Edition documentation](../../administration/auth/ldap.md) for more information.
## Epics **(ULTIMATE)**