update links (#885)

Signed-off-by: Arhell <arhell333@gmail.com>
This commit is contained in:
Ihor Sychevskyi 2022-08-01 02:41:15 +03:00 committed by GitHub
parent a67218ee2d
commit 0f169199c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ In this section, you will find the code conventions for all kinds of code KubeVe
- Know and avoid [Go landmines](https://gist.github.com/lavalamp/4bd23295a9f32706a48f)
- Comment your code.
- [Go's commenting conventions](http://blog.golang.org/godoc-documenting-go-code)
- [Go's commenting conventions](https://go.dev/blog/godoc)
- If reviewers ask questions about why the code is the way it is, that's a
sign that comments might be helpful.

View File

@ -184,8 +184,8 @@ Introduce how to automatically scale workloads by CPU resource utilization.
```
$ ab -n 10000 -c 200 http://127.0.0.1/
This is ApacheBench, Version 2.3 <$Revision: 1843412 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Copyright 1996 Adam Twiss, Zeus Technology Ltd, https://www.zeustech.net/
Licensed to The Apache Software Foundation, https://www.apache.org/
Benchmarking 127.0.0.1 (be patient)
Completed 1000 requests

View File

@ -11,7 +11,7 @@ In KubeVela, the needed cloud services are claimed as *components* in an applica
## Does KubeVela Talk to the Clouds?
KubeVela relies on [Terraform Controller](https://github.com/oam-dev/terraform-controller) or [Crossplane](http://crossplane.io/) as providers to talk to the clouds. Please check the documentations below for detailed steps.
KubeVela relies on [Terraform Controller](https://github.com/oam-dev/terraform-controller) or [Crossplane](https://crossplane.io/) as providers to talk to the clouds. Please check the documentations below for detailed steps.
- [Terraform](./components/component-terraform)
- [Crossplane](./crossplane)