Skip to content

Commit 13f10a9

Browse files
authored
Update README.md
1 parent ec78e71 commit 13f10a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Promise based terminus client for the browser and node.js
77

88
## Requirements
99

10-
- [TerminusDB](https://github.com/terminusdb/terminusdb-server)
10+
- [TerminusDB](https://github.com/terminusdb/terminusdb)
1111
- [NodeJS 8.1.4+](https://nodejs.org/en/)
1212

1313
## Installation
@@ -46,7 +46,7 @@ Download the terminusdb-client.min.js file from the /dist directory and save it
4646

4747
This example creates a simple Express.js server that will post an account to
4848
a database with the id "banker" and the default "admin" user with password "root"
49-
For the [full Documentation](https://terminusdb.com/docs/reference/js-client)
49+
For the [full Documentation](https://terminusdb.github.io/terminusdb-client-js)
5050

5151
```javascript
5252
const express = require("express");
@@ -124,13 +124,13 @@ const client = new TerminusClient.WOQLClient("https://127.0.0.1:6363/", {
124124

125125
## API
126126

127-
The API is documented at: https://terminusdb.com/docs/reference/js-client/core/#terminusdb-client-api
127+
The API is documented at: https://terminusdb.com/docs/terminusdb/#/reference/API
128128

129129
## Report Issues
130130

131131
If you have encounter any issues, please report it with your os and environment setup, version that you are using and a simple reproducible case.
132132

133-
If you encounter other questions, you can ask in our community [forum](https://community.terminusdb.com/) or [Slack channel](http://bit.ly/terminusdb-slack).
133+
If you encounter other questions, you can ask in our [Discord Server](https://discord.gg/hTU3XWSzuZ).
134134

135135
## Contribute
136136

@@ -142,4 +142,4 @@ Please check [Contributing.md](Contributing.md) for more information.
142142

143143
The APACHE 2.0 License
144144

145-
Copyright (c) 2019
145+
Copyright (c) 2019

0 commit comments

Comments
 (0)