From 8938cf8874075a8049a92d5ee0c62a74fc471439 Mon Sep 17 00:00:00 2001 From: mlncn Date: Wed, 3 Apr 2019 02:30:36 +0000 Subject: Fix grammar and try to make clearer how a fork works --- doc/gitlab-basics/fork-project.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/gitlab-basics') diff --git a/doc/gitlab-basics/fork-project.md b/doc/gitlab-basics/fork-project.md index 6c232fe6086..a128a7c7dd3 100644 --- a/doc/gitlab-basics/fork-project.md +++ b/doc/gitlab-basics/fork-project.md @@ -1,8 +1,8 @@ # How to fork a project -A fork is a copy of an original repository that you can put in another namespace -where you can experiment and apply changes that you can later decide if -publishing or not, without affecting your original project. +A fork is a copy of an original repository that you put in another namespace +where you can experiment and apply changes that you can later decide whether or +not to share, without affecting the original project. It takes just a few steps to fork a project in GitLab. -- cgit v1.2.1 From f581e72dee3d41f447b50c60e036206b6a148766 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Tue, 9 Apr 2019 10:54:51 +0000 Subject: Docs: Fix anchors related to issues --- doc/gitlab-basics/create-issue.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/gitlab-basics') diff --git a/doc/gitlab-basics/create-issue.md b/doc/gitlab-basics/create-issue.md index 818a03a6f02..6e2a09fc030 100644 --- a/doc/gitlab-basics/create-issue.md +++ b/doc/gitlab-basics/create-issue.md @@ -1,5 +1,5 @@ --- -redirect_to: '../user/project/issues/index.md#new-issue' +redirect_to: '../user/project/issues/index.md#issue-actions' --- -This document was moved to [another location](../user/project/issues/index.md#new-issue). +This document was moved to [another location](../user/project/issues/index.md#issue-actions). -- cgit v1.2.1