# HG changeset patch
# User Amy Qualls <aqualls@gitlab.com>
# Date 1587338057 0
#      Sun Apr 19 23:14:17 2020 +0000
# Node ID 6a7f488f3dff0bfcad81854e73e22d0d8fa477c4
# Parent  38eb3de622bf2fc7fb8be65228a3997ef765a32e
Add periods to list items

GitLab style calls for list-items in sentence format to end with
punctuation.

diff --git a/doc/installation/index.md b/doc/installation/index.md
--- a/doc/installation/index.md
+++ b/doc/installation/index.md
@@ -6,22 +6,21 @@
 
 ## Prerequisites
 
-- [Installation Requirements](https://docs.gitlab.com/ee/install/requirements.html)
+- [Installation Requirements](https://docs.gitlab.com/ee/install/requirements.html).
 - If you want to access your GitLab instance via a domain name, like `mygitlabinstance.com`,
   make sure the domain correctly points to the IP of the server where GitLab is being
-  installed. You can check this using the command `host mygitlabinstance.com`
+  installed. You can check this using the command `host mygitlabinstance.com`.
 - If you want to use HTTPS on your GitLab instance, make sure you have the SSL
   certificates for the domain ready. (Note that certain components like
   Container Registry which can have their own subdomains requires certificates for
-  those subdomains also)
+  those subdomains also.)
 - If you want to send notification emails, install and configure a mail server (MTA)
   like sendmail. Alternatively, you can use other [third party SMTP servers](../settings/smtp.md).
 
-## Installation and Configuration using omnibus package
+## Installation and Configuration
 
-NOTE: **Note:**
-This section describes the commonly used configuration settings. Check
-[configuration](../README.md#configuring) section of the documentation for complete configuration settings.
+These configuration settings are commonly used when configuring GitLab Omnibus.
+For a complete list of settings, see the [README](../README.md#configuring) file.
 
 - [Installing GitLab](https://about.gitlab.com/install/)
   - [Manually downloading and installing a GitLab package](../manual_install.md)
@@ -37,8 +36,8 @@
   - If you want HTTPS enabled, you will have to get wildcard certificates.
 - [Enabling Elasticsearch](https://docs.gitlab.com/ee/integration/elasticsearch.html)
 - [GitLab Mattermost](../gitlab-mattermost/README.md) Set up the Mattermost messaging app that ships with Omnibus GitLab package.
-- [GitLab Prometheus](https://docs.gitlab.com/ee/administration/monitoring/performance/prometheus.html) Set up the Prometheus
-  monitoring included in the Omnibus GitLab package.
+- [GitLab Prometheus](https://docs.gitlab.com/ee/administration/monitoring/performance/prometheus.html)
+  Set up the Prometheus monitoring included in the Omnibus GitLab package.
 - [GitLab High Availability Roles](../roles/README.md)
 
 ## Using docker image
diff --git a/doc/manual_install.md b/doc/manual_install.md
--- a/doc/manual_install.md
+++ b/doc/manual_install.md
@@ -39,4 +39,4 @@
 
 On your first visit, you'll be redirected to a password reset screen. Provide the password for the initial administrator account and you will be redirected back to the login screen. Use the default account's username `root` to login.
 
-See our [documentation for detailed instructions on installing and configuration](installation/index.md#installation-and-configuration-using-omnibus-package).
+See our [documentation for detailed instructions on installing and configuration](installation/index.md#installation-and-configuration).