Skip to content

Commit

Permalink
Merge pull request karmada-io#4378 from yanggangtony/fix-wrongs-docs-…
Browse files Browse the repository at this point in the history
…reference

Fix wrong reference website for docs.
  • Loading branch information
karmada-bot authored Dec 6, 2023
2 parents c784ef1 + 7a1185f commit 58b1790
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ labels: kind/question

<!-- Please use this template while asking a new question. Thanks!
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+
-->
**Please provide an in-depth description of the question you have**:
Expand Down
4 changes: 2 additions & 2 deletions ADOPTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion docs/proposals/resource-aggregation-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion samples/guestbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58b1790

Please sign in to comment.