Skip to content

Commit

Permalink
Fix link to scaledjob_types.go (kedacore#772)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Wislang <[email protected]>
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
asw101 authored Jun 6, 2022
1 parent 6be8451 commit 39123f4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion content/docs/2.1/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For example, if you wanted to use KEDA to run a job for each message that lands

This specification describes the `ScaledJob` custom resource definition which is used to define how KEDA should scale your application and what the triggers are.

[`scaledjob_types.go`](https://github.com/kedacore/keda/blob/main/api/v1alpha1/scaledjob_types.go)
[`scaledjob_types.go`](https://github.com/kedacore/keda/blob/main/apis/keda/v1alpha1/scaledjob_types.go)

```yaml
apiVersion: keda.sh/v1alpha1
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.2/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For example, if you wanted to use KEDA to run a job for each message that lands

This specification describes the `ScaledJob` custom resource definition which is used to define how KEDA should scale your application and what the triggers are.

[`scaledjob_types.go`](https://github.com/kedacore/keda/blob/main/api/v1alpha1/scaledjob_types.go)
[`scaledjob_types.go`](https://github.com/kedacore/keda/blob/main/apis/keda/v1alpha1/scaledjob_types.go)

```yaml
apiVersion: keda.sh/v1alpha1
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.3/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For example, if you wanted to use KEDA to run a job for each message that lands

This specification describes the `ScaledJob` custom resource definition which is used to define how KEDA should scale your application and what the triggers are.

[`scaledjob_types.go`](https://github.com/kedacore/keda/blob/main/api/v1alpha1/scaledjob_types.go)
[`scaledjob_types.go`](https://github.com/kedacore/keda/blob/main/apis/keda/v1alpha1/scaledjob_types.go)

```yaml
apiVersion: keda.sh/v1alpha1
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.4/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For example, if you wanted to use KEDA to run a job for each message that lands

This specification describes the `ScaledJob` custom resource definition which is used to define how KEDA should scale your application and what the triggers are.

[`scaledjob_types.go`](https://github.com/kedacore/keda/blob/main/api/v1alpha1/scaledjob_types.go)
[`scaledjob_types.go`](https://github.com/kedacore/keda/blob/main/apis/keda/v1alpha1/scaledjob_types.go)

```yaml
apiVersion: keda.sh/v1alpha1
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.5/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For example, if you wanted to use KEDA to run a job for each message that lands

This specification describes the `ScaledJob` custom resource definition which is used to define how KEDA should scale your application and what the triggers are.

[`scaledjob_types.go`](https://github.com/kedacore/keda/blob/main/api/v1alpha1/scaledjob_types.go)
[`scaledjob_types.go`](https://github.com/kedacore/keda/blob/main/apis/keda/v1alpha1/scaledjob_types.go)

```yaml
apiVersion: keda.sh/v1alpha1
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.6/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For example, if you wanted to use KEDA to run a job for each message that lands

This specification describes the `ScaledJob` custom resource definition which is used to define how KEDA should scale your application and what the triggers are.

[`scaledjob_types.go`](https://github.com/kedacore/keda/blob/main/api/v1alpha1/scaledjob_types.go)
[`scaledjob_types.go`](https://github.com/kedacore/keda/blob/main/apis/keda/v1alpha1/scaledjob_types.go)

```yaml
apiVersion: keda.sh/v1alpha1
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.7/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For example, if you wanted to use KEDA to run a job for each message that lands

This specification describes the `ScaledJob` custom resource definition which is used to define how KEDA should scale your application and what the triggers are.

[`scaledjob_types.go`](https://github.com/kedacore/keda/blob/main/api/v1alpha1/scaledjob_types.go)
[`scaledjob_types.go`](https://github.com/kedacore/keda/blob/main/apis/keda/v1alpha1/scaledjob_types.go)

```yaml
apiVersion: keda.sh/v1alpha1
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.8/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For example, if you wanted to use KEDA to run a job for each message that lands

This specification describes the `ScaledJob` custom resource definition which is used to define how KEDA should scale your application and what the triggers are.

[`scaledjob_types.go`](https://github.com/kedacore/keda/blob/main/api/v1alpha1/scaledjob_types.go)
[`scaledjob_types.go`](https://github.com/kedacore/keda/blob/main/apis/keda/v1alpha1/scaledjob_types.go)

```yaml
apiVersion: keda.sh/v1alpha1
Expand Down

0 comments on commit 39123f4

Please sign in to comment.