diff --git a/pages/serverless-functions/troubleshooting/function-build-error.mdx b/pages/serverless-functions/troubleshooting/function-build-error.mdx index 631ee21497..e2a3654169 100644 --- a/pages/serverless-functions/troubleshooting/function-build-error.mdx +++ b/pages/serverless-functions/troubleshooting/function-build-error.mdx @@ -19,14 +19,14 @@ My Serverless Function does not build properly. ## Cause -This error may happen for multiple reasons. Refer to the documentation below to identify the reason of your problem. +This error may happen for multiple reasons. Refer to the documentation pages below to identify the problem. ## Possible solution -1. Make sure your function works fine by [testing it locally](/serverless-functions/reference-content/local-testing/) +1. Make sure your function works fine by [testing it locally](/serverless-functions/reference-content/local-testing/). -2. Check for [build errors with Cockpit](/serverless-functions/how-to/monitor-function/) +2. Check for [build errors with Cockpit](/serverless-functions/how-to/monitor-function/). -3. Make sure your function is [properly packaged](/docs/serverless-functions/how-to/package-function-dependencies-in-zip/) +3. Make sure your function is [properly packaged](/docs/serverless-functions/how-to/package-function-dependencies-in-zip/). 4. Check our [code examples](/serverless-functions/reference-content/code-examples/) to find out how Scaleway Serverless Functions are structured.