Skip to content

Commit

Permalink
fixed links :-( (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschmid committed Aug 15, 2014
1 parent 6a191bb commit 279ecbc
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ Have a look to this repositories [Wiki](/../../wiki/) pages for documenation, us

#### Table of contents

* [Home](/TNG/junit-dataprovider/wiki)
* [Home](/../../wiki/)
* [What is it](/TNG/junit-dataprovider/wiki#what-is-it)
* [Contributing](/TNG/junit-dataprovider/wiki#contributing)
* [Motivation, Distinction and FAQs](/TNG/junit-dataprovider/wiki/Motivation,-Distinction-and-FAQs)
* [Getting started](/TNG/junit-dataprovider/wiki/Getting-started)
* [Requirements](/TNG/junit-dataprovider/wiki/Getting-started#requirements)
* [Download](/TNG/junit-dataprovider/wiki/Getting-started#download)
* [Usage](/TNG/junit-dataprovider/wiki/Getting-started#usage)
* [Features](/TNG/junit-dataprovider/wiki/Features)
* [Array syntax](/TNG/junit-dataprovider/wiki/Features#array-syntax)
* [String syntax](/TNG/junit-dataprovider/wiki/Features#string-syntax)
* [List syntax](/TNG/junit-dataprovider/wiki/Features#list-syntax)
* [Change ```@DataProvider``` location](/TNG/junit-dataprovider/wiki/Features#change-dataprovider-location)
* [```@BeforeClass``` support](/TNG/junit-dataprovider/wiki/Features#beforeclass-support)
* [Customize test method name](/TNG/junit-dataprovider/wiki/Features#customize-test-method-name)
* [Access ```FrameworkMethod``` in ```@DP```](/TNG/junit-dataprovider/wiki/Features#access-frameworkmethod-in-dataprovider)
* [Utility methods](/TNG/junit-dataprovider/wiki/Features#utility-methods)
* [Release Notes](/TNG/junit-dataprovider/wiki/Release-Notes)
* [Eclipse Template](/TNG/junit-dataprovider/wiki/Eclipse-Template)
* [Motivation, Distinction and FAQs](/../../wiki/Motivation,-Distinction-and-FAQs)
* [Getting started](/../../wiki/Getting-started)
* [Requirements](/../../wiki/Getting-started#requirements)
* [Download](/../../wiki/Getting-started#download)
* [Usage](/../../wiki/Getting-started#usage)
* [Features](/../../wiki/Features)
* [Array syntax](/../../wiki/Features#array-syntax)
* [String syntax](/../../wiki/Features#string-syntax)
* [List syntax](/../../wiki/Features#list-syntax)
* [Change ```@DataProvider``` location](/../../wiki/Features#change-dataprovider-location)
* [```@BeforeClass``` support](/../../wiki/Features#beforeclass-support)
* [Customize test method name](/../../wiki/Features#customize-test-method-name)
* [Access ```FrameworkMethod``` in ```@DP```](/../../wiki/Features#access-frameworkmethod-in-dataprovider)
* [Utility methods](/../../wiki/Features#utility-methods)
* [Release Notes](/../../wiki/Release-Notes)
* [Eclipse Template](/../../wiki/Eclipse-Template)


Contributing
Expand Down

0 comments on commit 279ecbc

Please sign in to comment.