From 65247bd8ab5513e211b876f0e1444ab43688a557 Mon Sep 17 00:00:00 2001 From: tomcoombs87 Date: Sat, 5 Aug 2017 20:09:55 +0100 Subject: [PATCH 1/2] fixed a typo --- server-ce/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-ce/CONTRIBUTING.md b/server-ce/CONTRIBUTING.md index 3b32dee34e..cb5bc7a867 100644 --- a/server-ce/CONTRIBUTING.md +++ b/server-ce/CONTRIBUTING.md @@ -10,7 +10,7 @@ of ShareLaTeX, then here are some notes on how to do that. Reporting bugs and opening issues --------------------------------- -If you'd like a report a bug or open an issue then please: +If you'd like to report a bug or open an issue then please: 1. **Find the correct repository.** ShareLaTeX is split across multiple different repositories, each containing a different service (you can find a list of [all repositories here](https://github.com/sharelatex/sharelatex/blob/master/README.md#other-repositories)). If you know the bug only applies to one service, then please open an issue in that repository. For general bugs and issues that span more than one service, please open an issue in the [sharelatex/sharelatex](https://github.com/sharelatex/sharelatex) repository. 2. **Check if there is an existing issue.** If there is then please add From 79b54adfd88d020b0d2a3fb5aaf0378c6153ec81 Mon Sep 17 00:00:00 2001 From: Tom Date: Sat, 5 Aug 2017 22:00:33 +0100 Subject: [PATCH 2/2] removed a space to fix broken wiki link --- server-ce/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-ce/README.md b/server-ce/README.md index 19d5567717..658211805a 100644 --- a/server-ce/README.md +++ b/server-ce/README.md @@ -20,7 +20,7 @@ We have detailed installation instructions in our wiki: Upgrading --------- -If you are upgrading from a previous version of ShareLaTeX, please see the [Release Notes section on the Wiki] (https://github.com/sharelatex/sharelatex/wiki/Home) for all of the versions between your current version and the version you are upgrading to. +If you are upgrading from a previous version of ShareLaTeX, please see the [Release Notes section on the Wiki](https://github.com/sharelatex/sharelatex/wiki/Home) for all of the versions between your current version and the version you are upgrading to. Other repositories