summaryrefslogtreecommitdiff
path: root/doc/user/profile/index.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-04 09:09:16 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-04 09:09:16 +0000
commit7ea6cb331a8d50e201ef5da34dcfd62b93760c5b (patch)
tree1a4145ef8500214150cd6b6c004d737016b1bdc0 /doc/user/profile/index.md
parente3bdfa1a13d7e6c92716324c78b5b20c07eeb7c6 (diff)
downloadgitlab-ce-7ea6cb331a8d50e201ef5da34dcfd62b93760c5b.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/profile/index.md')
-rw-r--r--doc/user/profile/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/profile/index.md b/doc/user/profile/index.md
index 69dd86ded02..66ee19437ae 100644
--- a/doc/user/profile/index.md
+++ b/doc/user/profile/index.md
@@ -224,7 +224,7 @@ and expires after "Application settings -> Session duration (minutes)"/`session_
When signing in to the main GitLab application, you can also check the
"Remember me" option which sets the `remember_user_token`
-cookie (via [`devise`](https://github.com/plataformatec/devise)).
+cookie (via [`devise`](https://github.com/heartcombo/devise)).
`remember_user_token` expires after
`config/initializers/devise.rb` -> `config.remember_for` (defaults to 2 weeks).