From d05ff1ca8c0a911da7f760849fa56c6f274425d4 Mon Sep 17 00:00:00 2001 From: David Kouril Date: Fri, 20 Sep 2024 10:52:26 -0400 Subject: [PATCH 1/2] fix link in docs --- docs/src/pages/en/jupyter-widgets-the-good-parts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/en/jupyter-widgets-the-good-parts.mdx b/docs/src/pages/en/jupyter-widgets-the-good-parts.mdx index d7183720..ecf66161 100644 --- a/docs/src/pages/en/jupyter-widgets-the-good-parts.mdx +++ b/docs/src/pages/en/jupyter-widgets-the-good-parts.mdx @@ -415,7 +415,7 @@ return value is sent to the front end. A more complex serialization example might be to serialize a `pandas.DataFrame` to the [Apache Arrow](https://arrow.apache.org/#) format or a `numpy` array to -its underlying bytes. Several [community examples](./community) should serve as +its underlying bytes. Several [community examples](/community) should serve as good starting points to learn about more advanced use cases. ## Tips for beginners From dedc6868f2d63bfd7b488ea78ae29262cf31f432 Mon Sep 17 00:00:00 2001 From: Trevor Manz Date: Tue, 24 Sep 2024 16:29:21 -0400 Subject: [PATCH 2/2] Update docs/src/pages/en/jupyter-widgets-the-good-parts.mdx --- docs/src/pages/en/jupyter-widgets-the-good-parts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/en/jupyter-widgets-the-good-parts.mdx b/docs/src/pages/en/jupyter-widgets-the-good-parts.mdx index ecf66161..38c15ad3 100644 --- a/docs/src/pages/en/jupyter-widgets-the-good-parts.mdx +++ b/docs/src/pages/en/jupyter-widgets-the-good-parts.mdx @@ -415,7 +415,7 @@ return value is sent to the front end. A more complex serialization example might be to serialize a `pandas.DataFrame` to the [Apache Arrow](https://arrow.apache.org/#) format or a `numpy` array to -its underlying bytes. Several [community examples](/community) should serve as +its underlying bytes. Several [community examples](/en/community) should serve as good starting points to learn about more advanced use cases. ## Tips for beginners