Skip to content

Commit 5b7b51c

Browse files
committed
fix(nav): fix navigation
1 parent 6f1ac08 commit 5b7b51c

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

menu/navigation.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2365,7 +2365,7 @@
23652365
}
23662366
],
23672367
"label": "Redis™",
2368-
"slug": "redis"
2368+
"slug": "managed-databases-for-redis"
23692369
},
23702370
{
23712371
"items": [
@@ -2423,7 +2423,7 @@
24232423
}
24242424
],
24252425
"label": "MongoDB®",
2426-
"slug": "mongodb"
2426+
"slug": "managed-mongodb-databases"
24272427
}
24282428
],
24292429
"label": "Managed Databases"
@@ -4329,7 +4329,7 @@
43294329
}
43304330
],
43314331
"label": "SQL Databases",
4332-
"slug": "sql-databases"
4332+
"slug": "serverless-sql-databases"
43334333
}
43344334
],
43354335
"label": "Serverless"
@@ -5253,8 +5253,7 @@
52535253
"slug": "dedibox-kvm-over-ip"
52545254
}
52555255
],
5256-
"label": "Dedibox Servers",
5257-
"slug": "dedibox"
5256+
"label": "Dedibox Servers"
52585257
},
52595258
{
52605259
"icon": "network",

pages/generative-apis/troubleshooting/fixing-common-issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Below are common issues that you may encounter when using Generative APIs, their
2929
## 504: Gateway Timeout
3030

3131
### Cause
32-
- The query is too long to process (even if context-length stays [between supported context window and maximum tokens](https://www.scaleway.com/en/docs/generative-apis/reference-content/supported-models/))
32+
- The query is too long to process (even if context-length stays [between supported context window and maximum tokens](/generative-apis/reference-content/supported-models/))
3333
- The model goes into an infinite loop while processing the input (which is a known structural issue with several AI models)
3434

3535
### Solution

pages/organizations-and-projects/api-cli/managing-projects.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ An output similar to the following displays:
104104

105105
## Retrieving a specific Project
106106

107-
You need your secret key and the ID of the Project you want to get for the step below. For this use case, we are getting the Project we have updated in the [updating Projects step](/iam/api-cli/managing-projects/#updating-projects).
107+
You need your secret key and the ID of the Project you want to get for the step below. For this use case, we are getting the Project we have updated in the [updating Projects step](/organizations-and-projects/api-cli/managing-projects/#updating-projects).
108108

109109
Type the following command to list a specific Project.
110110
```

0 commit comments

Comments
 (0)