From 7a1185f128c4e328eecd8470700f9520d673a893 Mon Sep 17 00:00:00 2001 From: yanggang Date: Wed, 6 Dec 2023 06:09:12 +0000 Subject: [PATCH] Fix wrong reference website for docs. Signed-off-by: yanggang --- .github/ISSUE_TEMPLATE/question.md | 2 +- ADOPTERS.md | 4 ++-- docs/proposals/resource-aggregation-proxy/README.md | 2 +- samples/guestbook/README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index c749f95d0..d90f59708 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -7,7 +7,7 @@ labels: kind/question **Please provide an in-depth description of the question you have**: diff --git a/ADOPTERS.md b/ADOPTERS.md index ea47e9c47..8fd435f92 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -2,6 +2,6 @@ Karmada has been adopted by many [organizations](https://karmada.io/adopters/). -If you are using Karmada in your organization, please feel free to add your name to the [list](https://github.com/karmada-io/website/blob/main/docs/casestudies/adopters.md)! We are happy and proud to have you all as part of our community!💖 +If you are using Karmada in your organization, please feel free to add your name to the [list](https://karmada.io/docs/casestudies/adopters)! We are happy and proud to have you all as part of our community!💖 -To join this list, please follow [these instructions](https://github.com/karmada-io/website/tree/main/adopters/README.md). +To join this list, please follow [these instructions](https://karmada.io/adopters). diff --git a/docs/proposals/resource-aggregation-proxy/README.md b/docs/proposals/resource-aggregation-proxy/README.md index 38077fde4..5783b663e 100644 --- a/docs/proposals/resource-aggregation-proxy/README.md +++ b/docs/proposals/resource-aggregation-proxy/README.md @@ -40,7 +40,7 @@ Apparently, using the proxy will greatly simplify external components' access to Try these: -- **[Aggregated Kubernetes API Endpoint](https://github.com/karmada-io/karmada/blob/master/docs/userguide/aggregated-api-endpoint.md)** This component is built for Unified authentication. The restful api client still needs to enumerate all the member clusters to get the right information. +- **[Aggregated Kubernetes API Endpoint](https://karmada.io/docs/userguide/globalview/aggregated-api-endpoint)** This component is built for Unified authentication. The restful api client still needs to enumerate all the member clusters to get the right information. - **[Caching](https://github.com/karmada-io/karmada/tree/master/docs/proposals/caching) (aka karmada-search)** This component can only get/list, not watch or update data. # Motivation diff --git a/samples/guestbook/README.md b/samples/guestbook/README.md index 04063ff80..1ac83cae7 100644 --- a/samples/guestbook/README.md +++ b/samples/guestbook/README.md @@ -21,7 +21,7 @@ kubectl apply -f guestbooks-clusterpropagationpolicy.yaml ``` The CRD will be propagated to member clusters according to the rules defined in ClusterPropagationPolicy >Note: We can only use ClusterPropagationPolicy not PropagationPolicy here. -> Please refer to FAQ Difference between [PropagationPolicy and ClusterPropagationPolicy](https://github.com/karmada-io/karmada/blob/master/docs/frequently-asked-questions.md#what-is-the-difference-between-propagationpolicy-and-clusterpropagationpolicy) +> Please refer to FAQ Difference between [PropagationPolicy and ClusterPropagationPolicy](https://karmada.io/docs/faq#what-is-the-difference-between-propagationpolicy-and-clusterpropagationpolicy) > for more details. 3. Create a Guestbook named `guestbook-sample` in Karmada ```bash