Skip to content

Commit

Permalink
[FIX] Broken links (RocketChat#975)
Browse files Browse the repository at this point in the history
* fix some broken links

* rename

* rename-again

* rename

* rename
  • Loading branch information
MartinSchoeler authored Nov 6, 2018
1 parent fbbc386 commit 073f179
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 27 deletions.
1 change: 0 additions & 1 deletion _data/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
- Osticket
- PagerDuty
- Prometheus
- ReplyGif
- ReviewBoard
- RunDeck
- Sentry
Expand Down
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<li><a href="//rocket.chat/pricing">Pricing</a></li>
<li><a href="//rocket.chat/bots">Bots</a></li>
<li><a href="//rocket.chat/community">Community</a></li>
<li><a href="//rocket.chat/pt/webinars/">Webinars</a></li>
<li><a href="//rocket.chat/webinars/">Webinars</a></li>
<li><a href="//rocket.chat/docs/">Documentation</a></li>
</ul>
</div>
Expand Down
1 change: 0 additions & 1 deletion contributing/documentation/documentation-map/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ Here you can also find what articles are incomplete and missing.
- Osticket
- PagerDuty
- Prometheus
- ReplyGif
- ReviewBoard
- RunDeck
- Sentry
Expand Down
2 changes: 1 addition & 1 deletion contributing/google-summer-of-code-2017/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions developer-guides/rest-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion developer-guides/rest-api/push/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/) |
2 changes: 1 addition & 1 deletion developer-guides/rest-api/roles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/) |
| `/api/v1/roles.addUserToRole` | Edits permissions on the server. | [Link](addusertorole/) |
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
18 changes: 0 additions & 18 deletions installation/mobile-and-desktop-apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <https://open.rocket.chat>) to initialize the app.
Expand Down

0 comments on commit 073f179

Please sign in to comment.