Skip to content

Commit

Permalink
Removing extra /docs/ in url (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidiazuin authored Mar 5, 2024
1 parent c1c34be commit 8b66864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common-content/modules/ROOT/partials/connect-advanced.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The driver supports connection to URIs of the form
- `<SCHEME>` is one among `neo4j`, `neo4j+s`, `neo4j+ssc`, `bolt`, `bolt+s`, `bolt+ssc`.
- `<HOST>` is the host name where the Neo4j server is located.
- `<PORT>` is optional, and denotes the port the <<Bolt>> protocol is available at.
- `<POLICY-NAME>` is an optional _server policy_ name. link:{neo4j-docs-base-uri}/docs/operations-manual/current/clustering/clustering-advanced/multi-data-center-routing/[Server policies] need to be set up prior to usage.
- `<POLICY-NAME>` is an optional _server policy_ name. link:{neo4j-docs-base-uri}/operations-manual/current/clustering/clustering-advanced/multi-data-center-routing/[Server policies] need to be set up prior to usage.

[NOTE]
The driver does not support connection to a nested path, such as `example.com/neo4j/`.
Expand Down

0 comments on commit 8b66864

Please sign in to comment.