Skip to content

Commit 2e86be2

Browse files
update links
1 parent 00ca158 commit 2e86be2

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

getting-started-with-hyper-commerce.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ In the Hypermode console, you’ll see several key components of your project:
119119
- **[Functions](/modus):** These are serverless functions written in
120120
AssemblyScript (a TypeScript-like language) that are automatically exposed as
121121
GraphQL APIs. Once deployed, you can query these functions within your app.
122-
- **[Collections](/modus/sdk/collections):** Hypermode offers built-in key-value
123-
storage, known as collections, with support for vector embeddings. This allows
124-
you to store and retrieve data efficiently, without requiring a database for
125-
basic use cases.
126-
- **[Models](/modus/sdk/models):** This section represents the AI models defined
127-
for your project. These models handle tasks like embedding text into vectors
128-
for search. Hypermode provides open source shared and dedicated model hosting
129-
for rapid experimentation. You can also connect to your preferred large
130-
language model, including OpenAI, Anthropic, and Gemini.
122+
- **[Collections](/modus/sdk/assemblyscript/collections):** Hypermode offers
123+
built-in key-value storage, known as collections, with support for vector
124+
embeddings. This allows you to store and retrieve data efficiently, without
125+
requiring a database for basic use cases.
126+
- **[Models](/modus/sdk/assemblyscript/models):** This section represents the AI
127+
models defined for your project. These models handle tasks like embedding text
128+
into vectors for search. Hypermode provides open source shared and dedicated
129+
model hosting for rapid experimentation. You can also connect to your
130+
preferred large language model, including OpenAI, Anthropic, and Gemini.
131131
- **[Connections](/modus/app-manifest#connections):** You define all external
132132
connections, with the runtime denying all other egress for secure-by-default
133133
processing.

modus/app-manifest.mdx

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,12 @@ where they're securely stored until needed.
131131
### HTTP connection
132132

133133
This 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

252253
This 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

283285
This 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

331334
This 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

367371
This 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

Comments
 (0)