Skip to content

Commit d54a708

Browse files
committed
fix(gen): fixed 404 (#4452)
1 parent 9bc26d1 commit d54a708

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

menu/navigation.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437
"items": [
438438
{
439439
"label": "I am not allowed to perform actions on resources",
440-
"slug": "cannot-use-resources-using-api"
440+
"slug": "cannot-use-resources"
441441
}
442442
],
443443
"label": "Troubleshooting",
@@ -643,15 +643,15 @@
643643
},
644644
{
645645
"label": "Rotate Key Manager keys",
646-
"slug": "rotate-km-keys"
646+
"slug": "rotate-kem-keys"
647647
},
648648
{
649649
"label": "Disable Key Manager keys",
650-
"slug": "disable-km-key"
650+
"slug": "disable-km-keys"
651651
},
652652
{
653653
"label": "Delete Key Manager keys",
654-
"slug": "delete-km-key"
654+
"slug": "delete-km-keys"
655655
}
656656
],
657657
"label": "How to",

pages/serverless-functions/troubleshooting/function-build-error.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ This error may happen for multiple reasons. Refer to the documentation pages bel
2727

2828
2. Check for [build errors with Cockpit](/serverless-functions/how-to/monitor-function/).
2929

30-
3. Make sure your function is [properly packaged](/docs/serverless-functions/how-to/package-function-dependencies-in-zip/).
30+
3. Make sure your function is [properly packaged](/serverless-functions/how-to/package-function-dependencies-in-zip/).
3131

3232
4. Check our [code examples](/serverless-functions/reference-content/code-examples/) to find out how Scaleway Serverless Functions are structured.

0 commit comments

Comments
 (0)