From 0f169199c0ef57921f708a2d542ffeaee6e92558 Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Mon, 1 Aug 2022 02:41:15 +0300 Subject: [PATCH] update links (#885) Signed-off-by: Arhell --- docs/contributor/code-conventions.md | 2 +- docs/developers/extensions/set-autoscale.md | 4 ++-- docs/platform-engineers/cloud-services.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/contributor/code-conventions.md b/docs/contributor/code-conventions.md index 4cdbded5..eac2b5be 100644 --- a/docs/contributor/code-conventions.md +++ b/docs/contributor/code-conventions.md @@ -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. diff --git a/docs/developers/extensions/set-autoscale.md b/docs/developers/extensions/set-autoscale.md index b9aa9b61..37144a05 100644 --- a/docs/developers/extensions/set-autoscale.md +++ b/docs/developers/extensions/set-autoscale.md @@ -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 diff --git a/docs/platform-engineers/cloud-services.md b/docs/platform-engineers/cloud-services.md index 9408e4da..5bc53877 100644 --- a/docs/platform-engineers/cloud-services.md +++ b/docs/platform-engineers/cloud-services.md @@ -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)