summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-03-21 22:51:26 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-03-21 22:51:26 +0200
commit72517915f8cca9980128901fe7a64f757f230fe4 (patch)
tree3326f64a12e3561a7f117adc5f018b33c4289a1f
parentdaf5b10905812a81437977a614464ce14759e758 (diff)
downloadgitlab-ce-72517915f8cca9980128901fe7a64f757f230fe4.tar.gz
Remove blockquotes
-rw-r--r--doc/intro/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/intro/README.md b/doc/intro/README.md
index 0365713cd37..663b326a03b 100644
--- a/doc/intro/README.md
+++ b/doc/intro/README.md
@@ -2,14 +2,14 @@
## Organize
-> Create projects and groups
+Create projects and groups.
- [Create a new project](../gitlab-basics/create-project.md)
- [Create a new group](../gitlab-basics/create-group.md)
## Prioritize
-> Create issues, labels, milestones, cast your vote and review issues
+Create issues, labels, milestones, cast your vote and review issues.
- [Create a new issue](../gitlab-basics/create-issue.md)
- [Assign labels to issues](../workflow/labels.md)
@@ -18,7 +18,7 @@
## Collaborate
-> Create merge requests, diffs, commits, and review code
+Create merge requests, diffs, commits, and review code.
- [Fork a project and contribute to it](../workflow/forking_workflow.md)
- [Create a new merge request](../gitlab-basics/add-merge-request.md)
@@ -28,13 +28,13 @@
## Test and Deploy
-> Use the built-in continuous integration in GitLab
+Use the built-in continuous integration in GitLab.
- [GitLab CI quick start guide](../ci/quick_start/README.md)
## Install and Update
-> Install and update your GitLab installation.
+Install and update your GitLab installation.
- [Install GitLab](https://about.gitlab.com/installation/)
- [Update GitLab](https://about.gitlab.com/update/)