diff options
author | Evan Read <eread@gitlab.com> | 2019-07-02 08:50:00 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-07-02 08:50:00 +0000 |
commit | d05eebe1ddd50b5bf28dfa5e00633d1ecc1df562 (patch) | |
tree | 3a88810ecc7bd2f21491bf8b3c813cbb7a02b0b3 /doc/development/architecture.md | |
parent | 10a3ef2254dfc2ea5bce073df3ad366eef82d84d (diff) | |
download | gitlab-ce-d05eebe1ddd50b5bf28dfa5e00633d1ecc1df562.tar.gz |
Fix most bare URLs in project
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 ![Simplified Component Overview](img/architecture_simplified.png) -<!-- +<!-- 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 |