Skip to content

Commit efb96cf

Browse files
committed
updated documentation links
1 parent 8117f8f commit efb96cf

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

script/constant/Links.js

+8-12
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,23 @@ const Links = [
44
name: "Getting Started"
55
},
66
{
7-
name: "Connection",
7+
name: "DataSource",
88
links: [
99
{
10-
url: "connection",
10+
url: "data-source",
1111
name: "Working with Connection"
1212
},
1313
{
14-
url: "using-ormconfig",
15-
name: "Using ormconfig.json"
14+
url: "data-source-options",
15+
name: "Data Source Options"
1616
},
1717
{
18-
url: "connection-options",
19-
name: "Connection Options"
18+
url: "multiple-data-sources",
19+
name: "Multiple Data Sources"
2020
},
2121
{
22-
url: "multiple-connections",
23-
name: "Multiple Connections"
24-
},
25-
{
26-
url: "connection-api",
27-
name: "Connection API"
22+
url: "data-source-api",
23+
name: "DataSource API"
2824
}
2925
]
3026
},

0 commit comments

Comments
 (0)