Skip to content

Commit a695f86

Browse files
committed
fix: markdown links due to rename
1 parent f0a090c commit a695f86

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

00-empty/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ One way to use the default settings is to use `--no-config` parameter.
44

55
Another is to create an empty YAML file
66

7-
See [.golangci.yaml](.golangci.yaml)
7+
See [.golangci.yml](.golangci.yml)
88

99
## License
1010

01-defaults/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
These are the currently available linter that are enabled in the current last `golangci-lint` version available today (1.59.1)
44

5-
See [.golangci.yaml](.golangci.yaml)
5+
See [.golangci.yml](.golangci.yml)
66

77
## License
88

02-basic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basic Settings
22

3-
See [.golangci.yaml](.golangci.yaml)
3+
See [.golangci.yml](.golangci.yml)
44

55
It's [01-defaults](../01-defaults) plus :
66
- [revive](#revive)

03-safe/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Safe Settings
22

3-
See [.golangci.yaml](.golangci.yaml)
3+
See [.golangci.yml](.golangci.yml)
44

55
It's [02-basic](../02-basic) plus :
66
- [gci](#gci)

0 commit comments

Comments
 (0)