From 1f5e6153058e856ed0f7d3261bd2c6de9d97fa7d Mon Sep 17 00:00:00 2001 From: Isaev Denis Date: Sat, 16 May 2020 18:50:52 +0300 Subject: [PATCH] docs: fix installation links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d5eb2b4..e9aac7c1 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ with all major IDE and has dozens of linters included. ## Install `golangci-lint` -- [On my machine](https://golangci-lint.run/usage/install/#ci-installation); -- [On CI/CD systems](https://golangci-lint.run/usage/install/#local-installation). +- [On my machine](https://golangci-lint.run/usage/install/#local-installation); +- [On CI/CD systems](https://golangci-lint.run/usage/install/#ci-installation). ## Documentation