Fix wrong reference website for docs.

Signed-off-by: yanggang <gang.yang@daocloud.io>
This commit is contained in:
yanggang 2023-12-06 06:09:12 +00:00
parent c784ef10ca
commit 7a1185f128
No known key found for this signature in database
GPG Key ID: 7F6E0CAD1556A240
4 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ labels: kind/question
<!-- Please use this template while asking a new question. Thanks! <!-- Please use this template while asking a new question. Thanks!
Please make sure you have read the FAQ and searched the issue list. Please make sure you have read the FAQ and searched the issue list.
- FAQ: https://github.com/karmada-io/karmada/blob/master/docs/frequently-asked-questions.md - FAQ: https://karmada.io/docs/faq
- Issues: https://github.com/karmada-io/karmada/issues?q=is%3Aissue+ - Issues: https://github.com/karmada-io/karmada/issues?q=is%3Aissue+
--> -->
**Please provide an in-depth description of the question you have**: **Please provide an in-depth description of the question you have**:

View File

@ -2,6 +2,6 @@
Karmada has been adopted by many [organizations](https://karmada.io/adopters/). 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).

View File

@ -40,7 +40,7 @@ Apparently, using the proxy will greatly simplify external components' access to
Try these: 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. - **[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 # Motivation

View File

@ -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 The CRD will be propagated to member clusters according to the rules defined in ClusterPropagationPolicy
>Note: We can only use ClusterPropagationPolicy not PropagationPolicy here. >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. > for more details.
3. Create a Guestbook named `guestbook-sample` in Karmada 3. Create a Guestbook named `guestbook-sample` in Karmada
```bash ```bash