From 49b3c83df44576059f6ddba60ec554b77788f415 Mon Sep 17 00:00:00 2001 From: chiri <109767616+chirizxc@users.noreply.github.com> Date: Fri, 24 May 2024 09:08:41 +0300 Subject: [PATCH] Fix hyperlink --- docs/helper_tools/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/helper_tools/index.rst b/docs/helper_tools/index.rst index a9311305..cc8f8ad0 100644 --- a/docs/helper_tools/index.rst +++ b/docs/helper_tools/index.rst @@ -6,7 +6,7 @@ State diagram You can generate image with your states and transitions. -Firstly you need to install [graphviz](https://graphviz.org/download/) into your system. +Firstly you need to install `graphviz `_ into your system. Check installation instructions on official site. Install library with tools extras: @@ -78,4 +78,4 @@ Just run ``aiogram-dialog-preview`` command passing path to ``Dispatcher``/``Rou .. literalinclude:: ./web_preview.sh -See console output to get URL and error logs \ No newline at end of file +See console output to get URL and error logs