We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2bb344 commit c35cc81Copy full SHA for c35cc81
tutorials/snapshot-instances-jobs/index.mdx
@@ -66,7 +66,7 @@ You can also download the work files by cloning our [Scaleway Serverless example
66
scw.WithAuth(os.Getenv(envAccessKey), os.Getenv(envSecretKey)),
67
68
// Get more about our availability
69
- // zones at https://www.scaleway.com/en/docs/console/my-account/reference-content/products-availability/
+ // zones at https://www.scaleway.com/en/docs/account/reference-content/products-availability/
70
scw.WithDefaultRegion(scw.RegionFrPar),
71
)
72
if err != nil {
0 commit comments