Link to new CUE GitHub repository

https://github.com/cue-lang/cue/issues/1078

Signed-off-by: Jonathan Hult <Jonathan@JonathanHult.com>
This commit is contained in:
Jonathan Hult
2021-10-20 14:49:26 -04:00
parent 36f468577a
commit d0e7d9b564
4 changed files with 6 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ Each link in the graph represents a flow of data between nodes. For example:
### Install Cue
Although not strictly necessary, for an optimal development experience, we recommend
[installing a recent version of Cue](https://github.com/cuelang/cue/releases/).
[installing a recent version of Cue](https://github.com/cue-lang/cue/releases/).
### Prepare Cue learning resources

View File

@@ -547,7 +547,7 @@ kubectl delete -f k8s/
This section will convert Kubernetes YAML manifest from `k8s` directory to [CUE](https://cuelang.org/) to take advantage
of the language features.
> For a more advanced example, see the [official CUE Kubernetes tutorial](https://github.com/cuelang/cue/blob/v0.4.0/doc/tutorial/kubernetes/README.md)
> For a more advanced example, see the [official CUE Kubernetes tutorial](https://github.com/cue-lang/cue/blob/v0.4.0/doc/tutorial/kubernetes/README.md)
### Convert Kubernetes objects to CUE