diff --git a/supporting-docs/guides/2016-01-01-index.md b/supporting-docs/guides/2016-01-01-index.md index 0ac249b4..3ac83179 100644 --- a/supporting-docs/guides/2016-01-01-index.md +++ b/supporting-docs/guides/2016-01-01-index.md @@ -9,7 +9,7 @@ categories: guides

Here is a collection of guides that might help you get involved with Matrix.

First, there is the Getting Involved guide, which explains various ways of getting started with Matrix.

The Client-Server API guide explains in detail how to use the CS API, which is useful if you want to write a client (or modify an existing one) - or if you're just interested in how it works "under the hood".

-

Let's Encrypt Matrix explains how to use Let's Encrypt's certificates with your Synapse installation.

+

Let's Encrypt Matrix explains how to use Let's Encrypt's certificates with your Synapse installation. This guide was written by William A Stevens.

The Application services guide introduces and explains Application services, and what they can be used for.

Finally there is the FAQ, which tries to answer all your questions relating to Matrix!

diff --git a/supporting-docs/guides/2016-03-15-lets-encrypt.rst b/supporting-docs/guides/2016-03-15-lets-encrypt.rst index e28061b0..6c6b0ae2 100644 --- a/supporting-docs/guides/2016-03-15-lets-encrypt.rst +++ b/supporting-docs/guides/2016-03-15-lets-encrypt.rst @@ -8,7 +8,7 @@ categories: guides Let's Encrypt Matrix ==================== -Let's Encrypt is a free Certificate Authority that makes it easy to secure your server's internet traffic. This makes it really easy to secure your Matrix homeserver, and this guide will explain exactly how you do this. +Let's Encrypt is a free Certificate Authority that makes it easy to secure your server's internet traffic. This makes it really easy to secure your Matrix homeserver, and this guide will explain exactly how you do this. Guide written by William A Stevens - thanks! 0: Prerequisites ================