Browse Source

fix(docs): Correct migrations guide

Michael Bromley 4 years ago
parent
commit
042c4adda7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/content/docs/developer-guide/migrations.md

+ 1 - 1
docs/content/docs/developer-guide/migrations.md

@@ -48,7 +48,7 @@ _However_ this is **not supported by MySQL / MariaDB**. This means that when usi
 
 ### Revert a migration
 
-The [`runMigrations` function]({{< relref "run-migrations" >}}) will revert the last applied migration. If run again it will then revert the one before that, and so on.
+The [`revertLastMigration` function]({{< relref "revert-last-migration" >}}) will revert the last applied migration. If run again it will then revert the one before that, and so on.
 
 ## Example