File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ title: Migration
3
3
indexCards : simple
4
4
navigation :
5
5
- oracle
6
+ - " #Tools"
6
7
- /migration_portal/latest/
7
8
- /migration_toolkit/latest/
8
9
- /eprs/latest/
Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ const Page = () => {
521
521
< BannerDivider
522
522
iconName = { iconNames . CONNECT }
523
523
headingText = "Connection Poolers"
524
- toUrl = "/edb-postgres-ai/platforms-and-tools/ integration/#connection-poolers"
524
+ toUrl = "/edb-postgres-ai/integration/#connection-poolers"
525
525
/>
526
526
527
527
< BannerWideLink to = "/pgbouncer/latest" > PgBouncer</ BannerWideLink >
@@ -610,14 +610,20 @@ const Page = () => {
610
610
headingText = "Integration"
611
611
to = "/edb-postgres-ai/integration"
612
612
>
613
- < BannerDivider headingText = "Connectors" />
613
+ < BannerDivider
614
+ headingText = "Connectors"
615
+ toUrl = "/edb-postgres-ai/integration#connectors"
616
+ />
614
617
615
618
< BannerWideLink to = "/jdbc_connector/latest" > JDBC</ BannerWideLink >
616
619
< BannerWideLink to = "/net_connector/latest" > .NET</ BannerWideLink >
617
620
< BannerWideLink to = "/ocl_connector/latest" > OCL</ BannerWideLink >
618
621
< BannerWideLink to = "/odbc_connector/latest" > ODBC</ BannerWideLink >
619
622
620
- < BannerDivider headingText = "Foreign Data Wrappers" />
623
+ < BannerDivider
624
+ headingText = "Foreign Data Wrappers"
625
+ toUrl = "/edb-postgres-ai/integration#foreign-data-wrappers"
626
+ />
621
627
< BannerWideLink to = "/hadoop_data_adapter/latest" >
622
628
Hadoop
623
629
</ BannerWideLink >
You can’t perform that action at this time.
0 commit comments