diff options
author | Evan Read <eread@gitlab.com> | 2019-07-01 09:40:12 +1000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-02 08:55:34 +1000 |
commit | b156e7e7391f356e51d18c2b4b3a7d23b687c971 (patch) | |
tree | b84bee66e6b798f7e6232b3b36c0571a7a9fd284 /doc/development/architecture.md | |
parent | 5e10faa3450a28e24b17d7f81a53d686328fd50d (diff) | |
download | gitlab-ce-fix-bare-urls-in-projects.tar.gz |
Fix most bare URLs in projectfix-bare-urls-in-projects
Linting rule not enabled for now
because tooling produces false
positives.
Diffstat (limited to 'doc/development/architecture.md')
-rw-r--r-- | doc/development/architecture.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/development/architecture.md b/doc/development/architecture.md index 87735751c4a..ee6d00331e3 100644 --- a/doc/development/architecture.md +++ b/doc/development/architecture.md @@ -40,7 +40,7 @@ A complete architecture diagram is available in our  -<!-- +<!-- To update this diagram, GitLab team members can edit this source file: https://docs.google.com/drawings/d/1fBzAyklyveF-i-2q-OHUIqDkYfjjxC4mq5shwKSZHLs/edit. --> @@ -304,7 +304,7 @@ GitLab is comprised of a large number of services that all log. We started bundl - Configuration: [Omnibus][mattermost-omnibus], [Charts][mattermost-charts] - Layer: Core Service (Processor) -Mattermost is an open source, private cloud, Slack-alternative from https://mattermost.com. +Mattermost is an open source, private cloud, Slack-alternative from <https://mattermost.com>. #### MinIO @@ -321,7 +321,7 @@ MinIO is an object storage server released under Apache License v2.0. It is comp - Layer: Core Service (Processor) - Process: `nginx` -Nginx as an ingress port for all HTTP requests and routes them to the approriate sub-systems within GitLab. We are bundling an unmodified version of the popular open source webserver. +Nginx as an ingress port for all HTTP requests and routes them to the appropriate sub-systems within GitLab. We are bundling an unmodified version of the popular open source webserver. #### Node Exporter |