From 4f49d087fbdc82776960762835bfb7662a938072 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Thu, 21 Jan 2016 23:46:25 -0800 Subject: [PATCH] updated docs --- content/faq.md | 2 +- content/overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/faq.md b/content/faq.md index 2055cb4..23c263e 100644 --- a/content/faq.md +++ b/content/faq.md @@ -61,6 +61,6 @@ Please also note that when protected branches prevent you from merging a pull re # This thing is busted! -Please be sure you have read the documentation, including this FAQ, and fully understand how GitHub [protected branches](https://github.com/blog/2051-protected-branches-and-required-status-checks) work. Nearly all bug reports could have been resolved by reading the documentation. If you are still experiencing issues please [contact support](../support) and we'll be happy to help! +Please be sure you have read the documentation, including this FAQ, and fully understand how GitHub [protected branches](https://github.com/blog/2051-protected-branches-and-required-status-checks) work. If you are still experiencing issues please [contact support](../support) and we'll be happy to help! In the event of an outage we will post updates to our [status page](https://status.lgtm.co). diff --git a/content/overview.md b/content/overview.md index fdce0d3..57b840c 100644 --- a/content/overview.md +++ b/content/overview.md @@ -11,7 +11,7 @@ toc = true Get started by logging in to [lgtm.co](https://lgtm.co) (or by [installing](../install) and setting up your own lgtm instance) and enabling your repositories via a simple on / off switch. -When you enable your repository it is automatically configured to use [protected branches](https://github.com/blog/2051-protected-branches-and-required-status-checks). Protected branches prevent pull requests from being merged until required status checks are passing. LGTM will configure itself as a required status check. +When you enable your repository it is automatically configured to use [protected branches](https://github.com/blog/2051-protected-branches-and-required-status-checks). Protected branches prevent pull requests from being merged until required status checks are passing. LGTM will register itself as a required status check. # Approvers