Skip to content

Commit 33c8f21

Browse files
author
Sam Wierema
committed
Update README.md with some updated links
1 parent 9d53033 commit 33c8f21

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
MessageBird's REST API for Java
22
=================================
3-
This repository contains the open source Java client for MessageBird's REST API. Documentation can be found at: https://www.messagebird.com/developers/.
3+
This repository contains the open source Java client for MessageBird's REST API. Documentation can be found at: https://developers.messagebird.com.
44

55
[![Build Status](https://travis-ci.org/messagebird/java-rest-api.svg?branch=master)](https://travis-ci.org/messagebird/java-rest-api)
66
![Maven metadata URI](https://img.shields.io/maven-metadata/v/http/central.maven.org/maven2/com/messagebird/messagebird-api/maven-metadata.xml.svg)
77

88

99
Requirements
1010
------------
11-
- [Sign up](https://www.messagebird.com/en/signup) for a free MessageBird account
11+
- [Sign up](https://dashboard.messagebird.com/en/sign-up) for a free MessageBird account
1212
- Create a new access key in the developers sections
1313
- An application written in Java
1414
- Installed version of maven
1515

1616
Installation
1717
------------
18-
The easiest way to install the messagebird package is either via github:
18+
The easiest way to install the MessageBird package is either via github:
1919

2020
```
2121
git clone https://github.com/messagebird/java-rest-api
@@ -114,8 +114,8 @@ Please see the other examples for a complete overview of all the available API c
114114

115115
Running with unit tests
116116
-----------------------
117-
Running unit tests requires you to create a developer key. You can create one for free on https://www.messagebird.com/nl/signup,
118-
or when you have one already you can skip registration and go to https://www.messagebird.com/nl/settings/developers/access
117+
Running unit tests requires you to create a developer key. You can create one for free at https://dashboard.messagebird.com/en/sign-up,
118+
or when you have one already you can skip registration and go to https://dashboard.messagebird.com/en/settings/developers/access
119119
to create or get your test access key. Once you have such key you can run the unit tests like this:
120120

121121
```shell
@@ -140,7 +140,7 @@ If you server doesn't have a direct connection to the internet you can setup a p
140140
Documentation
141141
-------------
142142
Complete documentation, instructions, and examples are available at:
143-
[https://www.messagebird.com/developers/java](https://www.messagebird.com/developers/java).
143+
[https://developers.messagebird.com](https://developers.messagebird.com).
144144

145145
License
146146
-------

0 commit comments

Comments
 (0)