You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -46,7 +46,7 @@ Download the terminusdb-client.min.js file from the /dist directory and save it
46
46
47
47
This example creates a simple Express.js server that will post an account to
48
48
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)
50
50
51
51
```javascript
52
52
constexpress=require("express");
@@ -124,13 +124,13 @@ const client = new TerminusClient.WOQLClient("https://127.0.0.1:6363/", {
124
124
125
125
## API
126
126
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
128
128
129
129
## Report Issues
130
130
131
131
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.
132
132
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).
134
134
135
135
## Contribute
136
136
@@ -142,4 +142,4 @@ Please check [Contributing.md](Contributing.md) for more information.
0 commit comments