Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 6ea7932

Browse files
committed
Update links and steps
- getting_started content moved with conversion to Markdown - smarterplanet content moved - updated link to TTS service tile now that BM supports logging in from there. - updated info about getting service credentials to follow current UI in BM.
1 parent d3b1b93 commit 6ea7932

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,16 @@ Run `carthage update --platform iOS` in the command line.
2222

2323
### Getting Started
2424

25-
1. Create a Bluemix Account
26-
27-
[Sign up][sign_up] in Bluemix, or use an existing account. Watson Services in Beta are free to use. Create a service by clicking on Catalog in the website header.
28-
29-
2. On the new page that loads upon clicking 'Create Service,' select 'Service
30-
Credentials'
25+
1. Log in and create the service:
26+
1. Go to the [Text to Speech][sign_up] service on Bluemix and either sign up for a free account or log into your Bluemix account.
27+
2. Give your service a service name, and then click **Create**.
28+
2. On the new page that loads, Select **Service Credentials** and then **View Credentials** to get your authentication information.
3129
3. Update the `TextToSpeechUsername` and `TextToSpeechPassword` properties in `Credentials.swift`.
32-
4. Run the following command from the home directory to ignore new changes to the `Credentials.swift` file.
30+
4. Run the following command from the home directory to ignore new changes to the `Credentials.swift` file:
3331

34-
```sh
35-
$ git update-index --assume-unchanged Text\ to\ Speech/Credentials.swift
36-
```
32+
```sh
33+
$ git update-index --assume-unchanged Text\ to\ Speech/Credentials.swift
34+
```
3735

3836
## License
3937

@@ -49,7 +47,7 @@ $ git update-index --assume-unchanged Text\ to\ Speech/Credentials.swift
4947
Find more open source projects on the
5048
[IBM Github Page](http://ibm.github.io/).
5149

52-
[service_url]: http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/text-to-speech.html
50+
[service_url]: https://www.ibm.com/watson/developercloud/text-to-speech.html
5351
[cloud_foundry]: https://github.com/cloudfoundry/cli
54-
[getting_started]: http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/getting_started/
55-
[sign_up]: https://apps.admin.ibmcloud.com/manage/trial/bluemix.html?cm_mmc=WatsonDeveloperCloud-_-LandingSiteGetStarted-_-x-_-CreateAnAccountOnBluemixCLI
52+
[getting_started]: https://www.ibm.com/watson/developercloud/doc/common/
53+
[sign_up]: https://console.ng.bluemix.net/catalog/services/text-to-speech/

0 commit comments

Comments
 (0)