Skip to content

Commit 1dbbf22

Browse files
committed
remove deleted repo from the docs
Signed-off-by: Artem Navoiev <[email protected]>
1 parent 37c9a63 commit 1dbbf22

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ golangci-lint: install-golangci-lint
463463
golangci-lint run
464464

465465
install-golangci-lint:
466-
which golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.51.2
466+
which golangci-lint || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.51.3
467467

468468
govulncheck: install-govulncheck
469469
govulncheck ./...

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2164,7 +2164,6 @@ Feel free asking any questions regarding VictoriaMetrics:
21642164
* [reddit](https://www.reddit.com/r/VictoriaMetrics/)
21652165
* [telegram-en](https://t.me/VictoriaMetrics_en)
21662166
* [telegram-ru](https://t.me/VictoriaMetrics_ru1)
2167-
* [articles and talks about VictoriaMetrics in Russian](https://github.com/denisgolius/victoriametrics-ru-links)
21682167
* [google groups](https://groups.google.com/forum/#!forum/victorametrics-users)
21692168

21702169
If you like VictoriaMetrics and want to contribute, then we need the following:

docs/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2167,7 +2167,6 @@ Feel free asking any questions regarding VictoriaMetrics:
21672167
* [reddit](https://www.reddit.com/r/VictoriaMetrics/)
21682168
* [telegram-en](https://t.me/VictoriaMetrics_en)
21692169
* [telegram-ru](https://t.me/VictoriaMetrics_ru1)
2170-
* [articles and talks about VictoriaMetrics in Russian](https://github.com/denisgolius/victoriametrics-ru-links)
21712170
* [google groups](https://groups.google.com/forum/#!forum/victorametrics-users)
21722171

21732172
If you like VictoriaMetrics and want to contribute, then we need the following:

docs/Single-server-VictoriaMetrics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2175,7 +2175,6 @@ Feel free asking any questions regarding VictoriaMetrics:
21752175
* [reddit](https://www.reddit.com/r/VictoriaMetrics/)
21762176
* [telegram-en](https://t.me/VictoriaMetrics_en)
21772177
* [telegram-ru](https://t.me/VictoriaMetrics_ru1)
2178-
* [articles and talks about VictoriaMetrics in Russian](https://github.com/denisgolius/victoriametrics-ru-links)
21792178
* [google groups](https://groups.google.com/forum/#!forum/victorametrics-users)
21802179

21812180
If you like VictoriaMetrics and want to contribute, then we need the following:

0 commit comments

Comments
 (0)