Skip to content

Commit e1f3e8e

Browse files
author
tac0turtle
committed
fix links
1 parent 6f3ec34 commit e1f3e8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A high-level client library that provides:
3030
- Comprehensive error handling
3131
- Example usage code
3232

33-
See the [ev-client README](crates/ev-client/README.md) for detailed usage instructions.
33+
See the [ev-client README](crates/client/README.md) for detailed usage instructions.
3434

3535
## Future Client Libraries
3636

scripts/utils.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lint-fix:
3131
@echo "--> Formatting go"
3232
@golangci-lint run --fix
3333
@echo "--> Formatting markdownlint"
34-
@markdownlint --config .markdownlint.yaml --ignore './docs/src/specs/**.md' '**/*.md' -f
34+
@markdownlint --config .markdownlint.yaml --ignore './changelog.md' '**/*.md' -f
3535
.PHONY: lint-fix
3636

3737
## vet: Run go vet

0 commit comments

Comments
 (0)