From 9304a9e3662f47b9e0371c67c9d5a9b0e69cfb9f Mon Sep 17 00:00:00 2001 From: Maksym Bendeberia Date: Fri, 27 Dec 2024 09:51:55 +0100 Subject: [PATCH] JetBrains Toolbox broken link fixed --- website/docs/getting_started/ide.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/getting_started/ide.mdx b/website/docs/getting_started/ide.mdx index 1e1cb8f2..8e36c316 100644 --- a/website/docs/getting_started/ide.mdx +++ b/website/docs/getting_started/ide.mdx @@ -142,7 +142,7 @@ Popular extensions for Robot Framework: See the [PyCharm installation instructions](https://www.jetbrains.com/help/pycharm/2021.3/installation-guide.html) for more information. There two installation approaches -- The recommended one by JetBrains using the [Toolbox App](https://www.jetbrains.com/help/toolbox/app/installation.html). +- The recommended one by JetBrains using the [Toolbox App](https://www.jetbrains.com/toolbox-app/). - The alternative [stand alone installation](https://www.jetbrains.com/help/pycharm/2021.3/installation-guide.html#standalone) Make sure to install the free `PyCharm Community Edition` and not the `PyCharm Professional` version. @@ -223,4 +223,4 @@ Run current test suite Run current test case (via selected text) ![Run Tests](/img/getting_started/pycharm_run_selected.gif) #### Debug -![Debug Tests](/img/getting_started/pycharm_debug.gif) \ No newline at end of file +![Debug Tests](/img/getting_started/pycharm_debug.gif)