diff --git a/README.md b/README.md index 792b086fc06..1066cd67d4e 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@

- Documentation (stable) + Documentation (stable) | - Documentation (latest) + Documentation (latest) | Examples | @@ -66,7 +66,7 @@ After reviewing the [Contribution Guide](CONTRIBUTING.md), check out the ["Good #### 🤑 Let's help each other! -Come help us on the [issues that matter that the most](https://github.com/yewstack/yew/labels/%3Adollar%3A%20Funded%20on%20Issuehunt) and receive a small cash reward for your troubles. We use [Issuehunt](https://issuehunt.io/r/yewstack/yew/) to fund issues from our Open Collective funds. If you really care about an issue, you can choose to add funds yourself! +Come help us on the [issues that matter that the most](https://github.com/yewstack/yew/labels/%3Adollar%3A%20Funded%20on%20Issuehunt) and receive a small cash reward for your troubles. We use [Issuehunt](https://issuehunt.io/r/yewstack/yew/) to fund issues from our Open Collective funds. If you really care about an issue, you can choose to add funds yourself! #### 😱 Found a bug? diff --git a/examples/crm/README.md b/examples/crm/README.md index ae6effb008b..12475f801a5 100644 --- a/examples/crm/README.md +++ b/examples/crm/README.md @@ -10,7 +10,7 @@ It's possible to create new clients and clear the list entirely. This example features multiple views ("scenes") which the user can switch between. -For a much more sophisticated approach check out [`yew-router`](https://yew.rs/en/concepts/router/). +For a much more sophisticated approach check out [`yew-router`](https://yew.rs/concepts/router/). One major flaw with the implementation used by this example is that the scenes aren't tied to the URL. Reloading the page always brings the user back to the initial scene. diff --git a/examples/multi_thread/README.md b/examples/multi_thread/README.md index 312a43ab86e..c5ebd7ece0b 100644 --- a/examples/multi_thread/README.md +++ b/examples/multi_thread/README.md @@ -8,5 +8,5 @@ Uses an [Agent] that runs in a [Web Worker]. -[agent]: https://yew.rs/en/concepts/agents/ +[agent]: https://yew.rs/concepts/agents/ [web worker]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers diff --git a/examples/node_refs/README.md b/examples/node_refs/README.md index b7e3dd7a85b..5fdb3b8a675 100644 --- a/examples/node_refs/README.md +++ b/examples/node_refs/README.md @@ -6,7 +6,7 @@ This example shows two input fields which are automatically focused when hovered ## Concepts -The example uses [Refs](https://yew.rs/en/concepts/components/refs/) to +The example uses [Refs](https://yew.rs/concepts/components/refs/) to manipulate the underlying DOM element directly. ## Improvements diff --git a/examples/todomvc/README.md b/examples/todomvc/README.md index aa0a2c676cb..05bde29ae84 100644 --- a/examples/todomvc/README.md +++ b/examples/todomvc/README.md @@ -18,4 +18,4 @@ including: all entries, entered text and chosen filter. - Clean up the code [`storageservice`]: https://docs.rs/yew-services/latest/yew_services/struct.StorageService.html -[`refs`]: https://yew.rs/en/concepts/components/refs/ +[`refs`]: https://yew.rs/concepts/components/refs/