diff options
-rw-r--r-- | GITLAB_PAGES_VERSION | 2 | ||||
-rw-r--r-- | doc/pages/administration.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/GITLAB_PAGES_VERSION b/GITLAB_PAGES_VERSION index 0ea3a944b39..0c62199f16a 100644 --- a/GITLAB_PAGES_VERSION +++ b/GITLAB_PAGES_VERSION @@ -1 +1 @@ -0.2.0 +0.2.1 diff --git a/doc/pages/administration.md b/doc/pages/administration.md index d0fdbeafa5b..68b9003a420 100644 --- a/doc/pages/administration.md +++ b/doc/pages/administration.md @@ -97,7 +97,7 @@ installing the pages daemon. cd /home/git sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-pages.git cd gitlab-pages -sudo -u git -H git checkout v0.2.0 +sudo -u git -H git checkout v0.2.1 sudo -u git -H make ``` @@ -505,7 +505,7 @@ latest previous version. - Documentation was moved to one place [8-5-docs]: https://gitlab.com/gitlab-org/gitlab-ee/blob/8-5-stable-ee/doc/pages/administration.md -[gitlab-pages]: https://gitlab.com/gitlab-org/gitlab-pages/tree/v0.2.0 +[gitlab-pages]: https://gitlab.com/gitlab-org/gitlab-pages/tree/v0.2.1 [NGINX configs]: https://gitlab.com/gitlab-org/gitlab-ee/tree/8-5-stable-ee/lib/support/nginx --- |