Skip to content

Commit ba54b81

Browse files
imlogangfotos
authored andcommitted
docs: update description for resource class parameter
1 parent 0371924 commit ba54b81

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/executors/linux_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ parameters:
88
type: string
99
default: '5.1'
1010
resource_class:
11-
description: You can use whatever resource class your plan has access to. https://circleci.com/product/features/resource-classes/
11+
description: You can use whatever resource class your plan has access to. See https://circleci.com/docs/configuration-reference/#resourceclass
1212
type: string
1313
default: medium
1414
docker:

src/executors/linux_js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ parameters:
44
type: string
55
default: '16.15'
66
resource_class:
7-
description: You can use whatever resource class your plan has access to. https://circleci.com/product/features/resource-classes/
7+
description: You can use whatever resource class your plan has access to. See https://circleci.com/docs/configuration-reference/#resourceclass
88
type: string
99
default: medium
1010
docker:

src/executors/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ parameters:
44
type: string
55
default: "12.5.1"
66
resource_class:
7-
description: You can use whatever resource class your plan has access to. https://circleci.com/product/features/resource-classes/
7+
description: You can use whatever resource class your plan has access to. See https://circleci.com/docs/configuration-reference/#resourceclass
88
type: string
99
default: macos.x86.medium.gen2
1010
macos:

src/jobs/android_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ parameters:
5656
type: string
5757
default: '5.1'
5858
resource_class:
59-
description: You can use whatever resource class your plan has access to. https://circleci.com/product/features/resource-classes/
59+
description: You can use whatever resource class your plan has access to. See https://circleci.com/docs/configuration-reference/#resourceclass
6060
type: string
6161
default: medium
6262

src/jobs/android_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ parameters:
7979
type: string
8080
default: "12.5.1"
8181
resource_class:
82-
description: You can use whatever resource class your plan has access to. https://circleci.com/product/features/resource-classes/
82+
description: You can use whatever resource class your plan has access to. See https://circleci.com/docs/configuration-reference/#resourceclass
8383
type: string
8484
default: medium
8585

src/jobs/ios_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ parameters:
8484
type: string
8585
default: "12.5.1"
8686
resource_class:
87-
description: You can use whatever resource class your plan has access to. https://circleci.com/product/features/resource-classes/
87+
description: You can use whatever resource class your plan has access to. See https://circleci.com/docs/configuration-reference/#resourceclass
8888
type: string
8989
default: medium
9090

src/jobs/ios_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ parameters:
9898
type: string
9999
default: "12.5.1"
100100
resource_class:
101-
description: You can use whatever resource class your plan has access to. https://circleci.com/product/features/resource-classes/
101+
description: You can use whatever resource class your plan has access to. See https://circleci.com/docs/configuration-reference/#resourceclass
102102
type: string
103103
default: medium
104104

0 commit comments

Comments
 (0)