Skip to content

Commit caa8320

Browse files
Copilotcschleiden
andcommitted
Fix GitHub URL in postgres README (remove www prefix)
Co-authored-by: cschleiden <[email protected]>
1 parent 8a92a65 commit caa8320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/postgres/README.md

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

33
## Adding a migration
44

5-
1. Install [golang-migrate/migrate](https://www.github.com/golang-migrate/migrate)
5+
1. Install [golang-migrate/migrate](https://github.com/golang-migrate/migrate)
66
1. ```bash
77
migrate create -ext sql -dir ./db/migrations -seq <name>
88
```

0 commit comments

Comments
 (0)