Skip to content

Commit 1636d44

Browse files
committed
Fixes: Git, Vim, Sublime Text, C#
1 parent efa3b48 commit 1636d44

File tree

19 files changed

+21
-21
lines changed

19 files changed

+21
-21
lines changed

C++/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Required software:
77
1. Compilers:
88
2. Linters:
9-
3. VCS - Version Control System - [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/)
9+
3. VCS - Version Control System - [GitHub](https://github.com/), [Git](https://git-scm.com/), [GUI](https://desktop.github.com/)
1010

1111
Optional tools:
1212
1. IDE - Integrated development environment: [Brackets](http://brackets.io/), [Atom](https://atom.io/)

C++/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Обязательные компоненты:
77
1. Компиляторы:
88
2. Линтеры:
9-
3. VCS - система контроля версий - [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/)
9+
3. VCS - система контроля версий - [GitHub](https://github.com/), [Git](https://git-scm.com/), [GUI](https://desktop.github.com/)
1010

1111
Опциональные компоненты:
1212
1. IDE - редактор или среда разработки: [Brackets](http://brackets.io/), [Atom](https://atom.io/)

CSharp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Required software:
55
1. Compilers: [.NET](https://www.microsoft.com/net/download/framework) (Windows), [.NET Core](https://www.microsoft.com/net/download/core) (Windows, Mac OS, Linux), [Mono](http://www.mono-project.com/download/) (Windows, Mac OS, Linux)
66
2. Linters: [C# Linter for VS Code] (https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp)
7-
3. VCS - Version Control System: [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/)
7+
3. VCS - Version Control System: [GitHub](https://github.com/), [Git](https://git-scm.com/), [GUI](https://desktop.github.com/)
88

99
Optional tools:
1010
1. IDE - Integrated development environment: [Visual Studio Community](https://www.visualstudio.com/downloads/) (Windows), [Rider](https://www.jetbrains.com/rider/download/) (Windows, Mac OS, Linux), [Visual Studio Code](https://code.visualstudio.com) (Windows, Mac OS, Linux), [Visual Studio for Mac Preview](https://www.visualstudio.com/vs/visual-studio-mac/) (Mac OS)

CSharp/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Обязательные компоненты:
55
1. Компиляторы: [.NET](https://www.microsoft.com/net/download/framework) (Windows), [.NET Core](https://www.microsoft.com/net/download/core) (Windows, Mac OS, Linux), [Mono](http://www.mono-project.com/download/) (Windows, Mac OS, Linux)
66
2. Линтеры: [C# Linter for VS Code] (https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp)
7-
3. VCS - система контроля версий: [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/)
7+
3. VCS - система контроля версий: [GitHub](https://github.com/), [Git](https://git-scm.com/), [GUI](https://desktop.github.com/)
88

99
Опциональные компоненты:
1010
1. IDE - редактор или среда разработки: [Visual Studio Community](https://www.visualstudio.com/downloads/) (Windows), [Rider](https://www.jetbrains.com/rider/download/) (Windows, Mac OS, Linux), [Visual Studio Code](https://code.visualstudio.com) (Windows, Mac OS, Linux), [Visual Studio for Mac Preview](https://www.visualstudio.com/vs/visual-studio-mac/) (Mac OS)

Go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Required software:
55
1. Compilers: [Go official binary distribution](https://golang.org/doc/install) for your OS.
66
2. Code formatting: built-in `gofmt` or `goimports` (includes `gofmt`)
77
3. Linters: `golint`
8-
4. VCS - Version Control System - [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/)
8+
4. VCS - Version Control System - [GitHub](https://github.com/), [Git](https://git-scm.com/), [GUI](https://desktop.github.com/)
99

1010
Optional tools:
1111
1. IDE - Integrated development environment and editors: [Atom](https://atom.io/) with [go-plus](https://atom.io/packages/go-plus) package, [Gogland](https://www.jetbrains.com/go/), [liteide](https://github.com/visualfc/liteide), [vim-go plugin](https://github.com/fatih/vim-go)

Go/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
1. Компиляторы: [Официальный бинарный дистрибутив Go](https://golang.org/doc/install) для вашей ОС.
66
2. Форматирование кода: встроенный `gofmt` или `goimports` (включает в себя `gofmt`)
77
3. Линтеры: `golint`
8-
4. VCS - система контроля версий - [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/)
8+
4. VCS - система контроля версий - [GitHub](https://github.com/), [Git](https://git-scm.com/), [GUI](https://desktop.github.com/)
99

1010
Опциональные компоненты:
1111
1. IDE - редактор или среда разработки: [Atom](https://atom.io/) с пакетом [go-plus](https://atom.io/packages/go-plus), [Gogland](https://www.jetbrains.com/go/), [liteide](https://github.com/visualfc/liteide), [vim-go плагин](https://github.com/fatih/vim-go)

Haskell/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Required software:
55
1. Compilers: [Haskell Platform](https://www.haskell.org/platform/) which includes [GHC](https://www.haskell.org/ghc/download) (Glasgow Haskell Compiler), GHCi(interpreter), [Cabal](https://www.haskell.org/cabal/download.html) (build system), [Stack](https://docs.haskellstack.org/en/stable/README/) (tool for developing projects).
66
2. Linters: [HLint](https://hackage.haskell.org/package/hlint), [ghc-mod](http://www.mew.org/~kazu/proj/ghc-mod/en/).
7-
3. VCS - Version Control System - [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/), [Darks](http://darcs.net/).
7+
3. VCS - Version Control System - [GitHub](https://github.com/), [Git](https://git-scm.com/), [GUI](https://desktop.github.com/), [Darks](http://darcs.net/).
88

99
Optional tools:
1010
1. IDE - Integrated development environment: [Leksah](http://leksah.org/), [Brackets](http://brackets.io/), [Atom](https://atom.io/)

Haskell/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Обязательные компоненты:
55
1. Компиляторы: [Haskell Platform](https://www.haskell.org/platform/), которая включает [GHC](https://www.haskell.org/ghc/download) (Glasgow Haskell Compiler), GHCi(интерпретатор), [Cabal](https://www.haskell.org/cabal/download.html) (система сборки), [Stack](https://docs.haskellstack.org/en/stable/README/) (инструмент для разработки проектов).
66
2. Линтеры: [HLint](https://hackage.haskell.org/package/hlint), [ghc-mod](http://www.mew.org/~kazu/proj/ghc-mod/en/).
7-
3. VCS - система контроля версий - [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/), [Darks](http://darcs.net/).
7+
3. VCS - система контроля версий - [GitHub](https://github.com/), [Git](https://git-scm.com/), [GUI](https://desktop.github.com/), [Darks](http://darcs.net/).
88

99
Опциональные компоненты:
1010
1. IDE - редактор или среда разработки: [Leksah](http://leksah.org/), [Brackets](http://brackets.io/), [Atom](https://atom.io/)

Java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Required software:
55
1. Compilers: javac, provided by [jdk](http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html)
66
2. Linters: [linter-javac](https://atom.io/packages/linter-javac) for [Atom](https://atom.io)
7-
3. VCS - Version Control System - [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/)
7+
3. VCS - Version Control System - [GitHub](https://github.com/), [Git](https://git-scm.com/), [GUI](https://desktop.github.com/)
88

99
Optional tools:
1010
1. IDE - Integrated development environment: [IntelliJ IDEA](https://www.jetbrains.com/idea/), [Eclipse](https://eclipse.org)

Java/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Обязательные компоненты:
55
1. Компиляторы: javac, содержащийся в [jdk](http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html)
66
2. Линтеры: [linter-javac](https://atom.io/packages/linter-javac) для [Atom](https://atom.io)
7-
3. VCS - система контроля версий - [GitHub](https://github.com/), [GIT](https://git-scm.com/), [GUI](https://desktop.github.com/)
7+
3. VCS - система контроля версий - [GitHub](https://github.com/), [Git](https://git-scm.com/), [GUI](https://desktop.github.com/)
88

99
Опциональные компоненты:
1010
1. IDE - редактор или среда разработки: [IntelliJ IDEA](https://www.jetbrains.com/idea/), [Eclipse](https://eclipse.org)

0 commit comments

Comments
 (0)