From 2dc55fee99fb38c84619094434307b2c1895b115 Mon Sep 17 00:00:00 2001 From: mvvasilev Date: Sat, 26 Oct 2024 00:32:28 +0300 Subject: [PATCH] Fix README link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1998869..b3fd962 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ By default, pilgrim will search for a `.pilgrim` file in the directory it has be ##### Conflicts between `--down` and `--up` If both `--down` and `--up` are provided, `pilgrim` will return an error and will not migrate the database. -The `--script` name provided must adhere to the [migration naming convention and contain the folder it is located in](#migration-naming-convention--folder-structure). +The `--script` name provided must adhere to the [migration naming convention and contain the folder it is located in](#migration-naming-convention-folder-structure). #### Environment Variables