@@ -131,11 +131,12 @@ where they're securely stored until needed.
131131### HTTP connection  
132132
133133This connection type supports the HTTP and HTTPS protocols to communicate with
134- external hosts. You can use the [ HTTP APIs] ( /modus/sdk/http )  in the Modus SDK to 
135- interact with the host.
134+ external hosts. You can use the [ HTTP APIs] ( /modus/sdk/assemblyscript/ http )  in
135+ the Modus SDK to  interact with the host.
136136
137- This connection type is also used for [ GraphQL APIs] ( /modus/sdk/graphql )  and to
138- invoke externally hosted AI [ models] ( /modus/sdk/models ) .
137+ This connection type is also used for
138+ [ GraphQL APIs] ( /modus/sdk/assemblyscript/graphql )  and to invoke externally
139+ hosted AI [ models] ( /modus/sdk/assemblyscript/models ) .
139140
140141** Example:** 
141142
@@ -250,7 +251,8 @@ This example specifies a query parameter named `key` provided by a secret named
250251### Dgraph connection  
251252
252253This connection type supports connecting to Dgraph databases. You can use the
253- [ Dgraph APIs] ( /modus/sdk/dgraph )  in the Modus SDK to interact with the database.
254+ [ Dgraph APIs] ( /modus/sdk/assemblyscript/dgraph )  in the Modus SDK to interact
255+ with the database.
254256
255257** Example:** 
256258
@@ -281,7 +283,8 @@ This connection type supports connecting to Dgraph databases. You can use the
281283### MySQL connection  
282284
283285This connection type supports connecting to MySQL databases. You can use the
284- [ MySQL APIs] ( /modus/sdk/mysql )  in the Modus SDK to interact with the database.
286+ [ MySQL APIs] ( /modus/sdk/assemblyscript/mysql )  in the Modus SDK to interact with
287+ the database.
285288
286289** Example:** 
287290
@@ -329,7 +332,8 @@ For example, use `tls=true` to enable encryption (not `sslmode=require`).
329332### Neo4j connection  
330333
331334This connection type supports connecting to Neo4j databases. You can use the
332- [ Neo4j APIs] ( /modus/sdk/neo4j )  in the Modus SDK to interact with the database.
335+ [ Neo4j APIs] ( /modus/sdk/assemblyscript/neo4j )  in the Modus SDK to interact with
336+ the database.
333337
334338** Example:** 
335339
@@ -365,8 +369,8 @@ This connection type supports connecting to Neo4j databases. You can use the
365369### PostgreSQL connection  
366370
367371This connection type supports connecting to PostgreSQL databases. You can use
368- the [ PostgreSQL APIs] ( /modus/sdk/postgresql )  in the Modus SDK to interact with 
369- the database.
372+ the [ PostgreSQL APIs] ( /modus/sdk/assemblyscript/ postgresql )  in the Modus SDK to
373+ interact with  the database.
370374
371375** Example:** 
372376
0 commit comments