Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-12-23 13:04:43 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2019-01-02 14:55:33 +0300
commitb35631cd81c5ce151e2f55c1b6eb5937eb28c03b (patch)
treecf0cd13df46e63009bc952611852045afa2670c9 /CONTRIBUTING.md
parentf39b2d6bc632e77b1772c41a781576988c23dc12 (diff)
Update docs about monitoring and README
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ade517e4a..2d6d1288e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -37,12 +37,12 @@ when an individual is representing the project or its community.
Instances of abusive, harassing, or otherwise unacceptable behavior can be
reported by emailing contact@gitlab.com.
-This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.1.0,
-available at [http://contributor-covenant.org/version/1/1/0/](http://contributor-covenant.org/version/1/1/0/).
+This Code of Conduct is adapted from the [Contributor Covenant](https://contributor-covenant.org), version 1.1.0,
+available at [https://contributor-covenant.org/version/1/1/0/](https://contributor-covenant.org/version/1/1/0/).
## Style Guide
-The Gitaly style guide is [documented in it's own file](STYLE.md)
+The Gitaly style guide is [documented in it's own file](STYLE.md).
## Changelog
@@ -159,7 +159,7 @@ the traditional author-reviewer 1-author-reviewer 1-reviewer 2-author-reviewer 2
See the [beginner's guide](doc/beginners_guide.md).
-## Debug Logging
+## Debug Logging
Debug logging can be enabled in Gitaly using `level = "debug"` under `[logging]` in config.toml.