From 33786dc2b7862443716d46a16ddeb2ae5664f76a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pstr=C4=85g?= Date: Wed, 4 Sep 2024 12:19:13 +0200 Subject: [PATCH] update link --- docs/how-to/visualize-collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/visualize-collection.md b/docs/how-to/visualize-collection.md index 31907817..764b8128 100644 --- a/docs/how-to/visualize-collection.md +++ b/docs/how-to/visualize-collection.md @@ -12,7 +12,7 @@ pip install dbally["gradio"] ## Run the app -Pick the collection created using `create_collection` and lunch the gradio interface. +Pick the collection created using [`create_collection`][dbally.create_collection] and lunch the gradio interface. ```python from dbally.gradio import create_gradio_interface