diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-01-18 12:46:52 -0500 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-02-01 23:49:58 +0000 |
commit | b14ee42ffad4b5f47a9c440d8467677b1f41ce06 (patch) | |
tree | d7836f79c15c839c783a7148ea12a74c712cf1a2 /doc/university/support | |
parent | e7d4b8a03068419794162ffcfa13703c09dbcd02 (diff) | |
download | gitlab-ce-b14ee42ffad4b5f47a9c440d8467677b1f41ce06.tar.gz |
Move Pages docs to new location
Diffstat (limited to 'doc/university/support')
-rw-r--r-- | doc/university/support/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/university/support/README.md b/doc/university/support/README.md index 6e415e4d219..ca538ef6dc3 100644 --- a/doc/university/support/README.md +++ b/doc/university/support/README.md @@ -172,7 +172,7 @@ Move on to understanding some of GitLab's more advanced features. You can make u - Get to know the [GitLab API](https://docs.gitlab.com/ee/api/README.html), its capabilities and shortcomings - Learn how to [migrate from SVN to Git](https://docs.gitlab.com/ee/workflow/importing/migrating_from_svn.html) - Set up [GitLab CI](https://docs.gitlab.com/ee/ci/quick_start/README.html) -- Create your first [GitLab Page](https://docs.gitlab.com/ee/pages/administration.html) +- Create your first [GitLab Page](https://docs.gitlab.com/ce/administration/pages/) - Get to know the GitLab Codebase by reading through the source code: - Find the differences between the [EE codebase](https://gitlab.com/gitlab-org/gitlab-ce) and the [CE codebase](https://gitlab.com/gitlab-org/gitlab-ce) |