Skip to content

Commit 9e1d621

Browse files
committed
fix doc anchors
1 parent 0e6f6e0 commit 9e1d621

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/docs/targets/kuzu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ The `Kuzu` target spec takes the following fields:
2121

2222
* `connection` ([auth reference](/docs/core/flow_def#auth-registry) to `KuzuConnectionSpec`): The connection to the Kuzu database. `KuzuConnectionSpec` has the following fields:
2323
* `api_server_url` (`str`): The URL of the Kuzu API server, e.g. `http://localhost:8123`.
24-
* `mapping` (`Nodes | Relationships`): The mapping from collected row to nodes or relationships of the graph. For either [nodes to export](#nodes-to-export) or [relationships to export](#relationships-to-export).
24+
* `mapping` (`Nodes | Relationships`): The mapping from collected row to nodes or relationships of the graph. For either [nodes to export](./index.md#nodes-to-export) or [relationships to export](./index.md#relationships-to-export).
2525

2626
Kuzu also provides a declaration spec `KuzuDeclaration`, to configure indexing options for nodes only referenced by relationships. It has the following fields:
2727

2828
* `connection` (auth reference to `KuzuConnectionSpec`)
29-
* Fields for [nodes to declare](#declare-extra-node-labels), including
29+
* Fields for [nodes to declare](./index.md#declare-extra-node-labels), including
3030
* `nodes_label` (required)
3131
* `primary_key_fields` (required)
3232

docs/docs/targets/neo4j.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ The `Neo4j` target spec takes the following fields:
2323
* `user` (`str`): Username for the Neo4j database.
2424
* `password` (`str`): Password for the Neo4j database.
2525
* `db` (`str`, optional): The name of the Neo4j database to use as the internal storage, e.g. `neo4j`.
26-
* `mapping` (`Nodes | Relationships`): The mapping from collected row to nodes or relationships of the graph. For either [nodes to export](#nodes-to-export) or [relationships to export](#relationships-to-export).
26+
* `mapping` (`Nodes | Relationships`): The mapping from collected row to nodes or relationships of the graph. For either [nodes to export](./index.md#nodes-to-export) or [relationships to export](./index.md#relationships-to-export).
2727

2828
Neo4j also provides a declaration spec `Neo4jDeclaration`, to configure indexing options for nodes only referenced by relationships. It has the following fields:
2929

3030
* `connection` (auth reference to `Neo4jConnectionSpec`)
31-
* Fields for [nodes to declare](#declare-extra-node-labels), including
31+
* Fields for [nodes to declare](./index.md#declare-extra-node-labels), including
3232
* `nodes_label` (required)
3333
* `primary_key_fields` (required)
3434
* `vector_indexes` (optional)

docs/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const config: Config = {
6363
},
6464
{
6565
from: '/ops/storages',
66-
to: '/ops/targets',
66+
to: '/targets',
6767
},
6868
{
6969
from: '/about/contributing',

0 commit comments

Comments
 (0)