Skip to content

Commit 5929f36

Browse files
committed
docs: update description for resource class parameter
1 parent d002f86 commit 5929f36

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
@@ -12,7 +12,7 @@ parameters:
1212
type: string
1313
default: '5.1'
1414
resource_class:
15-
description: You can use whatever resource class your plan has access to. https://circleci.com/product/features/resource-classes/
15+
description: You can use whatever resource class your plan has access to. See https://circleci.com/docs/configuration-reference/#resourceclass
1616
type: string
1717
default: medium
1818
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
@@ -60,7 +60,7 @@ parameters:
6060
type: string
6161
default: '5.1'
6262
resource_class:
63-
description: You can use whatever resource class your plan has access to. https://circleci.com/product/features/resource-classes/
63+
description: You can use whatever resource class your plan has access to. See https://circleci.com/docs/configuration-reference/#resourceclass
6464
type: string
6565
default: medium
6666

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)