diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-01-24 15:42:28 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-01-24 15:49:08 +0100 |
commit | 6f8d97a78e93e1b470a7115e9c7491fcfe9c3ac9 (patch) | |
tree | f92e0da201075a7d557759d26ec83d80601fc7c7 /doc/README.md | |
parent | c474ceb555febbf60f4134d0b46a15de2e850fa1 (diff) | |
download | gitlab-ce-6f8d97a78e93e1b470a7115e9c7491fcfe9c3ac9.tar.gz |
Merge the two 2FA docs into one
[ci skip]
Diffstat (limited to 'doc/README.md')
-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 e329131b8ee..993b30ccdb5 100644 --- a/doc/README.md +++ b/doc/README.md @@ -6,7 +6,7 @@ ## User documentation -- [Account Security](user/account/security.md) Securing your account via two-factor authentication, etc. +- [Account Security](user/profile/account/two_factor_authentication.md) Securing your account via two-factor authentication, etc. - [API](api/README.md) Automate GitLab via a simple and powerful API. - [CI/CD](ci/README.md) GitLab Continuous Integration (CI) and Continuous Delivery (CD) getting started, `.gitlab-ci.yml` options, and examples. - [GitLab as OAuth2 authentication service provider](integration/oauth_provider.md). It allows you to login to other applications from GitLab. |