diff --git a/_data/toc.yml b/_data/toc.yml
index 9ef3d17c49..e3fb944473 100644
--- a/_data/toc.yml
+++ b/_data/toc.yml
@@ -131,7 +131,6 @@
- Osticket
- PagerDuty
- Prometheus
- - ReplyGif
- ReviewBoard
- RunDeck
- Sentry
diff --git a/_includes/footer.html b/_includes/footer.html
index 3e55db5464..cdab441783 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -9,7 +9,7 @@
Pricing
Bots
Community
- Webinars
+ Webinars
Documentation
diff --git a/contributing/documentation/documentation-map/README.md b/contributing/documentation/documentation-map/README.md
index 86d4600b7f..702f25f3a5 100644
--- a/contributing/documentation/documentation-map/README.md
+++ b/contributing/documentation/documentation-map/README.md
@@ -163,7 +163,6 @@ Here you can also find what articles are incomplete and missing.
- Osticket
- PagerDuty
- Prometheus
- - ReplyGif
- ReviewBoard
- RunDeck
- Sentry
diff --git a/contributing/google-summer-of-code-2017/README.md b/contributing/google-summer-of-code-2017/README.md
index b1a0e42548..bd7e26f542 100644
--- a/contributing/google-summer-of-code-2017/README.md
+++ b/contributing/google-summer-of-code-2017/README.md
@@ -70,7 +70,7 @@ We are happy to report that all _seven_ of our students have passed their first
The following are the Rocket.Chat projects that our new team members are working on. Contribution and participation are welcomed immediately from the greater Rocket.Chat community:
-- [iOS SDK](https://github.com/RocketChat/Rocket.Chat.iOS.SDK)
+- [iOS SDK](https://github.com/RocketChat/Rocket.Chat.Kotlin.SDK)
- [Android SDK](https://github.com/RocketChat/Rocket.Chat.Android.SDK)
- [Java SDK](https://github.com/RocketChat/Rocket.Chat.Java.SDK)
- [PWA](https://github.com/RocketChat/Rocket.Chat.PWA)
diff --git a/developer-guides/rest-api/README.md b/developer-guides/rest-api/README.md
index d2da49fd45..f85008a0dd 100644
--- a/developer-guides/rest-api/README.md
+++ b/developer-guides/rest-api/README.md
@@ -198,14 +198,14 @@ When calling a production Rocket.Chat server, ensure it is running via HTTPS and
| :--------------------------- | :------------------------------- | :-------------------------- |
| `/api/v1/roles.create` | Create a new role in the system. | [Link](roles/create/) |
| `/api/v1/roles.list` | Gets all the roles in the system. | [Link](roles/list/) |
-| `/api/v1/roles.addUserToRole` | Assign a role to an user. | [Link](roles/addUserToRole/) |
+| `/api/v1/roles.addUserToRole` | Assign a role to an user. | [Link](roles/addusertorole/) |
### Push Token
| Url | Method | Short Description | Details Page |
| :--- | :--- | :--- | :--- |
| `/api/v1/push.token` | `POST` | Saves push token. | [Link](push/push-token/) |
-| `/api/v1/push.token` | `DELETE` | Removes push token. | [Link](push/deletePushToken/) |
+| `/api/v1/push.token` | `DELETE` | Removes push token. | [Link](push/deletepushtoken/) |
### Rooms
diff --git a/developer-guides/rest-api/push/README.md b/developer-guides/rest-api/push/README.md
index 8bef36494a..a29a1a32bd 100644
--- a/developer-guides/rest-api/push/README.md
+++ b/developer-guides/rest-api/push/README.md
@@ -3,4 +3,4 @@
| Url | Method | Short Description | Details Page |
| :--- | :--- | :--- | :--- |
| `/api/v1/push.token` | `POST` | Saves push token. | [Link](push-token/) |
-| `/api/v1/push.token` | `DELETE` | Removes push token. | [Link](deletePushToken/) |
+| `/api/v1/push.token` | `DELETE` | Removes push token. | [Link](deletepushtoken/) |
diff --git a/developer-guides/rest-api/push/deletePushToken/README.md b/developer-guides/rest-api/push/deletepushtoken/README.md
similarity index 100%
rename from developer-guides/rest-api/push/deletePushToken/README.md
rename to developer-guides/rest-api/push/deletepushtoken/README.md
diff --git a/developer-guides/rest-api/roles/README.md b/developer-guides/rest-api/roles/README.md
index 5eda7bfde3..491639f174 100644
--- a/developer-guides/rest-api/roles/README.md
+++ b/developer-guides/rest-api/roles/README.md
@@ -4,4 +4,4 @@
| :--- | :--- | :--- |
| `/api/v1/roles.list` | List all roles on the server. | [Link](list/) |
| `/api/v1/roles.create` | Create a new role. | [Link](create/) |
-| `/api/v1/roles.addUserToRole` | Edits permissions on the server. | [Link](addUserToRole/) |
\ No newline at end of file
+| `/api/v1/roles.addUserToRole` | Edits permissions on the server. | [Link](addusertorole/) |
\ No newline at end of file
diff --git a/developer-guides/rest-api/roles/addUserToRole/README.md b/developer-guides/rest-api/roles/addusertorole/README.md
similarity index 100%
rename from developer-guides/rest-api/roles/addUserToRole/README.md
rename to developer-guides/rest-api/roles/addusertorole/README.md
diff --git a/installation/community-supported-installation/windows-server/README.md b/installation/community-supported-installation/windows-server/README.md
index 0ff42f9dfb..3bcb87bd38 100644
--- a/installation/community-supported-installation/windows-server/README.md
+++ b/installation/community-supported-installation/windows-server/README.md
@@ -24,7 +24,7 @@ Then, download and install each of the following **in order**:
1. [Python 2.7.3](https://www.python.org/ftp/python/2.7.3/python-2.7.3.msi) (if you have Python 3.x already installed, just leave it, both can coexist)
2. [Visual C++ 2010 Express](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) or Visual Studio 2010
3. [Windows SDK 7.1](http://www.microsoft.com/en-us/download/details.aspx?id=8279)
-4. [Visual Studio 2010 SP1](http://www.microsoft.com/en-us/download/details.aspx?id=23691)
+4. [Visual Studio 2010 SP1](https://www.microsoft.com/en-us/download/details.aspx?id=34677)
5. [Visual C++ 2010 SP1 Compiler Update for the Windows SDK 7.1](http://www.microsoft.com/en-us/download/details.aspx?id=4422)
6. [GraphicsMagick](http://www.graphicsmagick.org/INSTALL-windows.html#prerequisites)
7. [Ghostscript](http://ghostscript.com/download/gsdnld.html) (Optional for PDF rendering)
diff --git a/installation/mobile-and-desktop-apps/README.md b/installation/mobile-and-desktop-apps/README.md
index 87ce2866b0..a7521b3043 100644
--- a/installation/mobile-and-desktop-apps/README.md
+++ b/installation/mobile-and-desktop-apps/README.md
@@ -72,24 +72,6 @@ Currently you can only access the react native app in Apple's [TestFlight](https
- - -
-### Hybrid iOS App (Cordova)
-
-The app for iOS (iPhone, iPad, iPod touch) can be found on the App Store. Just search for `Rocket.Chat Legacy`
-
-_Note: this app is in legacy, so we advise on using the other apps on this list._
-
-[Rocket.Chat on App Store](https://itunes.apple.com/us/app/rocket.chat/id1028869439?mt=8)
-
-### Hybrid Android App (Cordova)
-
-The app for Android can be found on Google Play. Just search for `Rocket.Chat Legacy`
-
-_Note: this app is in legacy, so we advise on using the other apps on this list._
-
-[Rocket.Chat on Google Play](https://play.google.com/store/apps/details?id=com.konecty.rocket.chat)
-
-- - -
-
### Adding servers to Android and iOS mobile clients
When using most of the apps, you will be prompted to add the server to be used on the app. Enter the URL to your Rocket.Chat server (e.g. ) to initialize the app.