From e86cc34ad8077b10fe9397c5f42fb9c483082ee2 Mon Sep 17 00:00:00 2001 From: Phill Price Date: Wed, 8 Apr 2015 16:18:35 +0100 Subject: [PATCH] DOCS: Updated fixture document location Must've moved in _UncleCheese_ tidy up --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 765db9e..090389d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ it can be useful to set them programmatically through query parameters on "dev/testsession/start": * `fixture`: Loads a YAML fixture in the format generally accepted by `SapphireTest` - (see [fixture format docs](http://doc.silverstripe.org/framework/en/topics/testing/fixtures)). + (see [fixture format docs](http://doc.silverstripe.org/en/developer_guides/testing/fixtures/)). The path should be relative to the webroot. * `createDatabase`: Create a temporary database. * `createDatabaseTemplate`: Path to a database dump to load into a newly created temporary database.