We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9583b commit eac4da8Copy full SHA for eac4da8
1 file changed
docs/ddl-generation/index.html
@@ -222,7 +222,7 @@ <h2 id="seedSql">Seed DDL</h2>
222
<p> </p>
223
<h4>Compared to DB Migrations</h4>
224
<p>
225
- <a href="dbmigration">DB Migration</a> is different in that <code>DIFF</code> DDL scripts are generated for the
+ <a href="/docs/db-migrations">DB Migration</a> is different in that <code>DIFF</code> DDL scripts are generated for the
226
changes to the model and these <code>DIFF</code> DDL scripts can be applied to the target database typically when
227
Ebean starts.
228
</p>
0 commit comments