From 1f095b031ce5b43906a4da6dcf0ee5113f158af6 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 14 Mar 2014 15:09:17 -0700 Subject: [PATCH] fix bad link --- docs/ADMIN-QUICK-START-GUIDE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ADMIN-QUICK-START-GUIDE.md b/docs/ADMIN-QUICK-START-GUIDE.md index a8f9a8878..dc7dcbbe8 100644 --- a/docs/ADMIN-QUICK-START-GUIDE.md +++ b/docs/ADMIN-QUICK-START-GUIDE.md @@ -49,7 +49,7 @@ By default, people can log in here with local accounts, Google, or Yahoo. Want p - **Twitter** → [walkthrough with screenshots](https://meta.discourse.org/t/configuring-twitter-login-for-discourse/13395) - **Facebook** → [walkthrough with screenshots](https://meta.discourse.org/t/configuring-facebook-login-for-discourse/13394) -- **GitHub** → [walkthrough with screenshots](https://meta.discourse.org/t/configuring-facebook-login-for-discourse/13394) +- **GitHub** → [walkthrough with screenshots](https://meta.discourse.org/t/configuring-github-login-for-discourse/13745) ### Creating New Categories @@ -96,7 +96,7 @@ Don't write a novel because nobody will read it. What is the "elevator pitch" fo Also, you should know that **pinning topics works a little differently in Discourse** compared to other forums. - Users can hide pins on topics once they have read them, so they don't stay pinned forever for everyone. -- Pinned topics with a category will only "stick" to the top of their category +- Pinned topics with a category will only "stick" to the top of their category. - Pinned topics with no category are pinned to the top of all topic lists. ### Set your Terms of Service and Content Licensing @@ -147,7 +147,7 @@ Here is some example HTML that would go into the "Header" section within "Custom ### Maintenance -- If your forum is expected to grow at all, be sure you have at least 2 GB of memory available to your Discourse server. You might be able to squeak by with less, but we don't recommend it, unless you are an expert. +- If your forum is expected to grow at all, be sure you have at least 2 GB of memory available to your Discourse instance. You might be able to squeak by with less, but we don't recommend it, unless you are an expert. - Hopefully you are running [in our Docker container install](https://github.com/discourse/discourse/blob/master/docs/INSTALL.md); it's the only one we can officially support. That will guarantee you have the correct version of Ruby and all recommended optimizations from the Discourse team. @@ -157,4 +157,4 @@ Here is some example HTML that would go into the "Header" section within "Custom This guide is a work in progress and we will be continually improving it with your feedback. -For more assistance on configuring and running your Discourse forum, see [the support category](http://meta.discourse.org/category/support) or [the hosting category](http://meta.discourse.org/category/hosting) on [meta.discourse.org](http://meta.discourse.org). \ No newline at end of file +For more assistance on configuring and running your Discourse forum, see [the support category](http://meta.discourse.org/category/support) or [the hosting category](http://meta.discourse.org/category/hosting) on [meta.discourse.org](http://meta.discourse.org).