Skip to content

Commit

Permalink
chore: bump crossplane kcl function repo link to https://github.com/c…
Browse files Browse the repository at this point in the history
  • Loading branch information
Peefy committed Jan 24, 2024
1 parent 2861967 commit 4331386
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion blog/2024-01-04-biweekly-newsletter/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ It can be seen that we have indeed successfully generated `VPC` and `InternetGat

##### 6. Debugging KCL Functions Locally

See [here](https://github.com/kcl-lang/crossplane-kcl) for more information.
See [here](https://github.com/crossplane-contrib/function-kcl) for more information.

#### Client Enhancements

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ It can be seen that we have indeed successfully generated `VPC` and `InternetGat

### 6. Debugging KCL Functions Locally

See [here](https://github.com/kcl-lang/crossplane-kcl) for more information.
See [here](https://github.com/crossplane-contrib/function-kcl) for more information.

## Client Enhancements

Expand Down Expand Up @@ -235,4 +235,4 @@ You can directly use [KCL standard libraries](https://kcl-lang.io/docs/reference
## More Documents and Examples

- [KRM KCL Spec](https://github.com/kcl-lang/krm-kcl)
- [Crossplane KCL](https://github.com/kcl-lang/crossplane-kcl/examples)
- [Crossplane KCL](https://github.com/crossplane-contrib/function-kcl/examples)
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ spec:
当然,后续我们会结合 `crossplane-provider-aws` 等模型库进一步详细介绍如何获得一个更好的客户端抽象,尽情期待!

此外,可以在这里查看到更多 Crossplane 和 KCL 结合的用例:[https://github.com/kcl-lang/crossplane-kcl](https://github.com/kcl-lang/crossplane-kcl)
此外,可以在这里查看到更多 Crossplane 和 KCL 结合的用例:[https://github.com/crossplane-contrib/function-kcl](https://github.com/crossplane-contrib/function-kcl)

## 其他资源

Expand Down
6 changes: 3 additions & 3 deletions static/crossplane-kcl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<title>kcl-lang/crossplane-kcl</title>

<!-- // crossplane-kcl -->
<meta name="go-import" content="kcl-lang.io/crossplane-kcl git https://github.com/kcl-lang/crossplane-kcl">
<meta name="go-source" content="kcl-lang.io/crossplane-kcl git https://github.com/kcl-lang/crossplane-kcl https://github.com/kcl-lang/crossplane-kcl/tree/main{/dir} https://github.com/kcl-lang/crossplane-kcl/blob/main{/dir}/{file}#L{line}">
<meta name="go-import" content="kcl-lang.io/crossplane-kcl git https://github.com/crossplane-contrib/function-kcl">
<meta name="go-source" content="kcl-lang.io/crossplane-kcl git https://github.com/crossplane-contrib/function-kcl https://github.com/crossplane-contrib/function-kcl/tree/main{/dir} https://github.com/crossplane-contrib/function-kcl/blob/main{/dir}/{file}#L{line}">
</head>

<div>
<h1>kcl-lang/crossplane-kcl</h1>
<p>hello https://github.com/kcl-lang/crossplane-kcl</p>
<p>hello https://github.com/crossplane-contrib/function-kcl</p>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ It can be seen that we have indeed successfully generated `VPC` and `InternetGat

### 6. Debugging KCL Functions Locally

See [here](https://github.com/kcl-lang/crossplane-kcl) for more information.
See [here](https://github.com/crossplane-contrib/function-kcl) for more information.

## Client Enhancements

Expand Down Expand Up @@ -235,4 +235,4 @@ You can directly use [KCL standard libraries](https://kcl-lang.io/docs/reference
## More Documents and Examples

- [KRM KCL Spec](https://github.com/kcl-lang/krm-kcl)
- [Crossplane KCL](https://github.com/kcl-lang/crossplane-kcl/examples)
- [Crossplane KCL](https://github.com/crossplane-contrib/function-kcl/examples)

0 comments on commit 4331386

Please sign in to comment.