From d14654b9780ea99ae1abe24ee373e2d6d1ca051f Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Mon, 5 Feb 2024 22:36:53 +0100 Subject: [PATCH 1/2] docs(json-schema): fix link to container sizes --- _scalingo_json_schema/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_scalingo_json_schema/index.md b/_scalingo_json_schema/index.md index b2d3955..92699ab 100644 --- a/_scalingo_json_schema/index.md +++ b/_scalingo_json_schema/index.md @@ -180,7 +180,7 @@ and the value should have the following structure: | field | type | description | | -------- | ------- | ---------------------------------------------------------------------- | | amount | integer | Number of containers to start once the application is deployed | -| size | string | Container size `name` ([get the list of sizes](/container-sizes.html)) | +| size | string | Container size `name` ([get the list of sizes](https://doc.scalingo.com/platform/internals/container-sizes)) | Get the default list of sizes on the pricing page. From 91a28911b61548fd1e53de962fb5df259938f415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20M?= Date: Tue, 6 Feb 2024 10:40:59 +0100 Subject: [PATCH 2/2] Update _scalingo_json_schema/index.md --- _scalingo_json_schema/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_scalingo_json_schema/index.md b/_scalingo_json_schema/index.md index 92699ab..e0f1319 100644 --- a/_scalingo_json_schema/index.md +++ b/_scalingo_json_schema/index.md @@ -180,7 +180,7 @@ and the value should have the following structure: | field | type | description | | -------- | ------- | ---------------------------------------------------------------------- | | amount | integer | Number of containers to start once the application is deployed | -| size | string | Container size `name` ([get the list of sizes](https://doc.scalingo.com/platform/internals/container-sizes)) | +| size | string | Container size `name` ([get the list of sizes](/container_sizes#list-the-container-sizes-available)) | Get the default list of sizes on the pricing page.