Skip to content

Commit 8d68a07

Browse files
author
Julien Salinas
committed
Update link in docs
1 parent 532a6bf commit 8d68a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Pass the model you want to use and the NLP Cloud token to the client during init
125125

126126
The model can either be a pretrained model like `en_core_web_lg`, `bart-large-mnli`... but also one of your custom models, using `custom_model/<model id>` (e.g. `custom_model/2568`).
127127

128-
Your token can be retrieved from your [NLP Cloud dashboard](https://nlpcloud.io/home/token).
128+
Your token can be retrieved from your [NLP Cloud dashboard](https://nlpcloud.com/home/token).
129129

130130
```js
131131
const NLPCloudClient = require('nlpcloud');

0 commit comments

Comments
 (0)