Skip to content

Commit

Permalink
Fix README Broken Link
Browse files Browse the repository at this point in the history
  • Loading branch information
alancolant committed Jul 10, 2024
2 parents 216eed7 + f2e9658 commit 1071eb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: test test-coverage

test:
go test ./...
go test ./... -v

test-coverage:
go test -coverprofile=coverage.out ./...
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ receive any event.

Some of these features may be incompatible with your driver.

Check [drivers/README.md](pkg/drivers/README.md) to see if the driver you have chosen supports these features.
Check [drivers/README.md](drivers/README.md) to see if the driver you have chosen supports these features.

## Planned Features

Expand All @@ -165,7 +165,7 @@ The following features are planned for future implementation:

## Drivers

You can see all drivers details [here](pkg/drivers/README.md)
You can see all drivers details [here](drivers/README.md)

## Upgrade from Old Structure

Expand Down

0 comments on commit 1071eb6

Please sign in to comment.