Skip to content

Commit

Permalink
Fixing links on docs home page
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Aug 11, 2023
1 parent 5f18c64 commit 6b10623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ response = client.get("/v1/search", params={"q": "marklogic and python", "pageLe
```

The example above and the examples throughout this documentation depend on a MarkLogic user named "python-user".
If you wish to try these examples on your own installation of MarkLogic, please see [the setup guide](/setup)
If you wish to try these examples on your own installation of MarkLogic, please see [the setup guide](example-setup.md)
for instructions on creating this user.

Otherwise, please see the [guide on creating a client](/client) for more information on connecting to a
MarkLogic REST API instance. The [guide on managing documents](/documents) provides
Otherwise, please see the [guide on creating a client](creating-client.md) for more information on connecting to a
MarkLogic REST API instance. The [guide on managing documents](managing-documents/managing-documents.md) provides
more information on how the client simplifies writing and reading multiple documents in a single request.

0 comments on commit 6b10623

Please sign in to comment.