Skip to content

Commit d5b58df

Browse files
[ci skip] Updated README links
1 parent bd9b58b commit d5b58df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ System.out.println(result);
159159
```
160160

161161
### Concept Insights
162-
Use the Concept Insights service to identify words in the text that
162+
Use the [Concept Insights][concept_insights] service to identify words in the text that
163163
correspond to concepts in a Wikipedia graph.
164164

165165
```java
@@ -418,7 +418,7 @@ System.out.println(summary);
418418
Use the [Visual Recognition][visual_recognition] service to recognize the
419419
following picture.
420420

421-
![Car](http://visual-recognition-demo.mybluemix.net/images/73388.jpg)
421+
![Car](https://visual-recognition-demo.mybluemix.net/images/samples/5.jpg)
422422

423423
```java
424424
VisualRecognition service = new VisualRecognition();
@@ -503,9 +503,9 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
503503
[tradeoff_analytics]: http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/tradeoff-analytics/
504504
[text_to_speech]: http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/text-to-speech/
505505
[speech_to_text]: http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/speech-to-text/
506-
[tone-analyzer]: http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/tone-analyzer/
506+
[tone_analyzer]: http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/tone-analyzer/
507507
[dialog]: http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/dialog/
508-
[concept-insights]: https://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/concept-insights/
508+
[concept_insights]: https://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/concept-insights/
509509
[visual_insights]: http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/visual-insights/
510510
[retrieve_and_rank]: http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/retrieve-rank/
511511

0 commit comments

Comments
 (0)