From c7d97b1582a8624cb71181d197c1451c0e7bef11 Mon Sep 17 00:00:00 2001 From: Chris Nielsen Date: Sat, 6 Mar 2021 09:01:58 -0500 Subject: [PATCH] Correct link to configuration options. --- docs/API/programable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API/programable.md b/docs/API/programable.md index 1933711..077ae87 100644 --- a/docs/API/programable.md +++ b/docs/API/programable.md @@ -68,7 +68,7 @@ __Options__ * cwd - working directory (default: process.cwd) * config - string - location of the database.json file - - object - hash of [configuration](https://umigrate.readthedocs.org/projects/db-migrate/en/latest/Getting%20Started/configuration/) options + - object - hash of [configuration](https://db-migrate.readthedocs.io/en/latest/Getting%20Started/configuration/) options * cmdOptions - hash of CMD options from [Basic Usage](https://db-migrate.readthedocs.io/en/latest/Getting%20Started/installation/) * env - the environment to run the migrations under * throwUncatched - Throw an error instead of calling `process.exit(1)`