From 1ed26bd7c9173462bb86cf88642bcc9135c9ced1 Mon Sep 17 00:00:00 2001 From: Tony Johnson Date: Thu, 6 Jan 2022 16:46:38 +1100 Subject: [PATCH] Fixed pub_sub link to point to correct example --- website/versioned_docs/version-0.19.0/concepts/agents.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.19.0/concepts/agents.mdx b/website/versioned_docs/version-0.19.0/concepts/agents.mdx index 0e88bf736e0..fce3adbe222 100644 --- a/website/versioned_docs/version-0.19.0/concepts/agents.mdx +++ b/website/versioned_docs/version-0.19.0/concepts/agents.mdx @@ -68,5 +68,5 @@ UI thread \(i.e. Job or Context\). ## Further reading -* The [pub\_sub](https://github.com/yewstack/yew/tree/master/examples/pub_sub) example shows how +* The [pub\_sub](https://github.com/yewstack/yew/tree/yew-v0.19.3/examples/pub_sub) example shows how components can use agents to communicate with each other.