Docs link fixes.

This commit is contained in:
Michael Bayne
2014-06-25 16:18:20 -07:00
parent 38dee2e948
commit 201a720982
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -23,11 +23,11 @@ public DecorRepository (PersistenceContext ctx)
{
super(ctx);
ctx.registerMigration(DecorRecord.class,
ctx.registerMigration(DecorRecord.class,
new SchemaMigration.Rename(17004, "scale", DecorRecord.ACTOR_SCALE));
ctx.registerMigration(DecorRecord.class, new SchemaMigration.Drop(17004, "offsetX"));
ctx.registerMigration(DecorRecord.class, new SchemaMigration.Drop(17004, "offsetY"));
ctx.registerMigration(DecorRecord.class,
ctx.registerMigration(DecorRecord.class,
new SchemaMigration.Retype(17004, DecorRecord.FURNI_SCALE));
}
```
+1 -1
View File
@@ -150,4 +150,4 @@ public class PersonRepository extends DepotRepository
}
```
See the [example queries](ExampleQueries) page for examples of other kinds of queries.
See the [example queries](ExampleQueries.md) page for examples of other kinds of queries.