Skip to content

Commit b134bee

Browse files
OJ423gitbook-bot
authored andcommitted
GITBOOK-131: Fixing internal links in JS WOQL Client Reference Guide
1 parent 11c518e commit b134bee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/reference-guides/javascript-client-reference/woqlclient.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,15 +284,15 @@ Fetch updates to a remote database to a remote repository with the local databas
284284
285285
_**Deprecated**_
286286
287-
Use [#localAuth](woqlclient.md#localAuth) instead.
287+
Use [#localAuth](woqlclient.md#localauth) instead.
288288
289289
## remote\_auth
290290
291291
~~**woqlClient.remote\_auth**~~
292292
293293
_**Deprecated**_
294294
295-
Use [#remoteAuth](woqlclient.md#remoteAuth) instead.
295+
Use [#remoteAuth](woqlclient.md#remoteauth) instead.
296296
297297
## setApiKey
298298
@@ -849,7 +849,7 @@ const response1 = await client.addDocument(json, {"graph_type": "schema"},
849849
850850
_**Deprecated**_
851851
852-
Use [#getDocument](woqlclient.md#getDocument) instead.
852+
Use [#getDocument](woqlclient.md#getdocument) instead.
853853
854854
**Returns**: `Promise` - A promise that returns the call response object or object having _result_ and _dataVersion_ object if _**getDataVersion**_ parameter is true, or an Error if rejected.
855855

0 commit comments

Comments
 (0)