From 0e335f0a7f5748e64cec9da1b50f70c5072cc8da Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Sat, 11 Aug 2018 03:32:36 +0530 Subject: [PATCH] [docs] Fixed broken link --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index aa0c641..ee1aa9f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Creates a new Gunner instance. const gunner = new Gunner(options); ``` -[`INDEX`](#index) +[`INDEX`](#documentation-index) ### Gunner#test (title, implementation) @@ -104,7 +104,7 @@ gunner.test('asynchronous test', async expect => { }) ``` -[`INDEX`](#index) +[`INDEX`](#documentation-index) ### Gunner#before (title, implementation) @@ -141,7 +141,7 @@ gunner.test('insert to db should not error', expect => { }); ``` -[`INDEX`](#index) +[`INDEX`](#documentation-index) ### Gunner#after (title, implementation) @@ -170,7 +170,7 @@ gunner.after('insert to db should not error', () => { }); ``` -[`INDEX`](#index) +[`INDEX`](#documentation-index) ### Gunner#run (options) @@ -188,7 +188,7 @@ const options = { logs: true, trace: true }; gunner.run(options); ``` -[`INDEX`](#index) +[`INDEX`](#documentation-index) ### State @@ -246,7 +246,7 @@ gunner.after('test user should exist in db', state => { }); ``` -[`INDEX`](#index) +[`INDEX`](#documentation-index) ## Credits