summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-08-06 17:03:31 +0900
committerMarcel Amirault <mamirault@gitlab.com>2019-08-06 17:03:31 +0900
commit16dd4293062e43faab6facd7ba86499166cffad8 (patch)
tree3176e63e154ae5c36c48b268603545e3faf54bb8
parentb9e9989dbaec7d22c32f0f9544fbe06f433a12dd (diff)
downloadgitlab-ce-docs-readme-deletion-4.tar.gz
Fix links to redirected docsdocs-readme-deletion-4
-rw-r--r--doc/README.md2
-rw-r--r--doc/gitlab-basics/create-branch.md2
-rw-r--r--doc/intro/README.md2
-rw-r--r--doc/workflow/forking_workflow.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/README.md b/doc/README.md
index af675582a99..8a57918f938 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -369,7 +369,7 @@ There are two ways to use GitLab:
- [GitLab.com](#gitlabcom): GitLab's SaaS offering. You don't need to install anything to use GitLab.com,
you only need to [sign up](https://gitlab.com/users/sign_in) and start using GitLab straight away.
-For more information on managing your subscription and [Customers Portal](https://customers.gitlab.com) account, please see [Getting Started with Subscriptions](getting-started/subscription.md).
+For more information on managing your subscription and [Customers Portal](https://customers.gitlab.com) account, please see [Getting Started with Subscriptions](subscriptions/index.md).
The following sections outline tiers and features within GitLab self-managed and GitLab.com.
diff --git a/doc/gitlab-basics/create-branch.md b/doc/gitlab-basics/create-branch.md
index e2a2fb52af8..a59911e3877 100644
--- a/doc/gitlab-basics/create-branch.md
+++ b/doc/gitlab-basics/create-branch.md
@@ -6,7 +6,7 @@ type: howto
A branch is an independent line of development in a [project](../user/project/index.md).
-When you create a new branch (in your [terminal](basic-git-commands.md) or with
+When you create a new branch (in your [terminal](start-using-git.md) or with
[the web interface](../user/project/repository/web_editor.md#create-a-new-branch)),
you are creating a snapshot of a certain branch, usually the main `master` branch,
at it's current state. From there, you can start to make your own changes without
diff --git a/doc/intro/README.md b/doc/intro/README.md
index 33b23372280..e1e89b3d7d6 100644
--- a/doc/intro/README.md
+++ b/doc/intro/README.md
@@ -18,7 +18,7 @@ Create issues, labels, milestones, cast your vote, and review issues.
- [Create an issue](../user/project/issues/managing_issues.md#create-a-new-issue)
- [Assign labels to issues](../user/project/labels.md)
- [Use milestones as an overview of your project's tracker](../user/project/milestones/index.md)
-- [Use voting to express your like/dislike to issues and merge requests](../workflow/award_emoji.md)
+- [Use voting to express your like/dislike to issues and merge requests](../user/award_emojis.md)
## Collaborate
diff --git a/doc/workflow/forking_workflow.md b/doc/workflow/forking_workflow.md
index 869a0a621c3..49f1b182826 100644
--- a/doc/workflow/forking_workflow.md
+++ b/doc/workflow/forking_workflow.md
@@ -39,7 +39,7 @@ access, so you can set it up as you please.
Once you are ready to send your code back to the main project, you need
to create a merge request. Choose your forked project's main branch as
the source and the original project's main branch as the destination and
-create the [merge request](merge_requests.md).
+create the [merge request](../user/project/merge_requests/index.md).
![Selecting branches](forking/branch_select.png)