Skip to content

Commit 24075ee

Browse files
committed
Fixing Alchemy API links
1 parent 0795efd commit 24075ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ For Alchemy you only need an `api_key`, you can register for one [here](http://w
100100
## Alchemy APIs
101101

102102
### Alchemy Language
103-
[Alchemy Language](alchemy_language) offers 12 API functions as part of its text analysis service, each of which uses sophisticated natural language processing techniques to analyze your content and add high-level semantic information.
103+
[Alchemy Language][alchemy_language] offers 12 API functions as part of its text analysis service, each of which uses sophisticated natural language processing techniques to analyze your content and add high-level semantic information.
104104

105-
Use the [Sentiment Analysis](sentiment_analysis) endpoint to identify positive/negative sentiment within a sample text document.
105+
Use the [Sentiment Analysis][sentiment_analysis] endpoint to identify positive/negative sentiment within a sample text document.
106106

107107
```javascript
108108
var watson = require('watson-developer-cloud');

0 commit comments

Comments
 (0)