From 49de48aa322e84f1fd73adb5484d1e2bcd4fc783 Mon Sep 17 00:00:00 2001 From: Egor Savkin Date: Mon, 17 Jun 2024 15:51:52 +0800 Subject: [PATCH] Fix link to git docs Signed-off-by: Egor Savkin --- src/sw_sup/setup_build_pc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sw_sup/setup_build_pc.md b/src/sw_sup/setup_build_pc.md index da62549..714ca34 100644 --- a/src/sw_sup/setup_build_pc.md +++ b/src/sw_sup/setup_build_pc.md @@ -58,5 +58,5 @@ The reference uses commands like `nix develop github:m-labs/artiq\?ref=release-8 You may safely skip such commands if you entered the development shell (`nix develop`) from cloned git repository. If you want to update the source files, you may use `git pull origin master --rebase`. -Please refer to git documentation `https://www.git-scm.com/docs` if you are unfamiliar with `git`. -You may also use GUI git tools, like the one integrated into JetBrains IDEs, VS Code, Sublime Merge or others. +Please refer to the [git documentation](https://www.git-scm.com/docs) or other resources of your choice if you are unfamiliar with `git`. +You may also use GUI git tools, like the one integrated into JetBrains IDEs (PyCharm, Intellij and others), VS Code, Sublime Merge or others.