Skip to content

Commit e701f80

Browse files
committed
Fix links to static methods in marklogic namespace
1 parent 94adcd4 commit e701f80

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/patch-builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var qb = require('./query-builder.js');
2222

2323
/**
2424
* A helper for building the definition of a document patch. The helper is
25-
* created by the {@link module:marklogic.patchBuilder} function.
25+
* created by the {@link marklogic.patchBuilder} function.
2626
* @namespace patchBuilder
2727
*/
2828

lib/query-builder.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function addIndex(query, index, isContainer) {
7272

7373
/**
7474
* A helper for building the definition of a document query. The helper is
75-
* created by the {@link module:marklogic.queryBuilder} function.
75+
* created by the {@link marklogic.queryBuilder} function.
7676
* @namespace queryBuilder
7777
*/
7878

@@ -3871,7 +3871,7 @@ util.inherits(TrueQueryDef, QueryDef);
38713871
* and the number of documents in the slice. (A slice is also sometimes
38723872
* called a page of search results.)
38733873
* By default, the slice uses array slice mode, but you can switch
3874-
* to legacy slice mode with {@link module:marklogic.setSliceMode}. Legacy
3874+
* to legacy slice mode with {@link marklogic.setSliceMode}. Legacy
38753875
* slice mode is deprecated and will be removed in the next major release.
38763876
* @method
38773877
* @since 1.0

lib/values-builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var qb = require('./query-builder.js').builder;
4040
/**
4141
* A helper for building the definition of a values query, which projects
4242
* tuples (aka rows) of values out of documents. The helper is created by
43-
* the {@link module:marklogic.valuesBuilder} function. You must call
43+
* the {@link marklogic.valuesBuilder} function. You must call
4444
* the {@link valuesBuilder#fromIndexes} function to supply the required
4545
* clause of the values query before calling the
4646
* {@link valuesBuilder.BuiltQuery#where},

0 commit comments

Comments
 (0)