Fix link to git docs

Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
Egor Savkin 2024-06-17 15:51:52 +08:00
parent 98632d7c31
commit 49de48aa32
1 changed files with 2 additions and 2 deletions

View File

@ -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.