Skip to content

Commit 1ef399b

Browse files
committed
fix links in README
1 parent 3d39eba commit 1ef399b

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,27 @@ The MarkLogic node.js API is currently in Early Access Release 2.
99

1010
### Getting started
1111

12-
Please see the instructions on the MarkLogic Early Access website:
12+
Please register at the MarkLogic Early Access website and then follow the tutorial instructions:
1313

14-
http://ea.marklogic.com/features/node/
14+
http://ea.marklogic.com/features/node-js-client-api/
1515

1616
The instructions describe:
1717

1818
* installing the MarkLogic database and setting up an admin user
1919
* cloning this repository to set up the API
2020
* working through some initial examples to get familiar with the API
2121

22-
For more detail about the API, see the reference documentation:
22+
For more detail about the API, use the documentation login from the Early Access
23+
to view the reference documentation:
2324

24-
http://docs-ea.marklogic.com:8011/jsdoc/index.html
25+
http://docs-ea.marklogic.com/jsdoc/index.html
26+
27+
After installing the dependencies including gulp, you can also build the documentation
28+
locally from the root directory of the marklogic package:
29+
30+
gulp doc
31+
32+
The documentation should be produced in the doc subdirectory.
2533

2634
### Example setup
2735

0 commit comments

Comments
 (0)