Skip to content

Commit

Permalink
Merge pull request #70 from dennisroche/patch-1
Browse files Browse the repository at this point in the history
Updated documentation links in README.md
  • Loading branch information
JakeGinnivan committed Nov 27, 2015
2 parents e6325fb + fa7bef2 commit 9152ddd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ TestStack.ConventionTests also will generate a convention report of the conventi
Convention.Is(new AllMethodsAreVirtual(), nhibernateEntities);
}

For more information [view the TestStack.ConventionTests documentation](http://docs.teststack.net/conventiontests/index.html)
For more information [view the TestStack.ConventionTests documentation](http://conventiontests.teststack.net/docs/)

### Packaged Conventions
Here is a list of some of the pacakged conventions
Expand All @@ -45,7 +45,7 @@ Here is a list of some of the pacakged conventions
- Types ending in *Controller must inherit from ApiController (or Controller), and
- Types inheriting from ApiController must be named *Controller

If you would like to define your own conventions see [Defining Conventions](http://docs.teststack.net/ConventionTests/DefiningConventions.html)
If you would like to define your own conventions see [Defining Conventions](http://conventiontests.teststack.net/docs/getting-started#section-defining-conventions)

### More Information
[Krzysztof Koźmic](https://github.com/kkozmic) first spoke about ConventionTests at NDC 2012. You can find the video of that talk [here](http://vimeo.com/43676874), slides [here](http://kozmic.pl/presentations/) and the introductory blog post [here](http://kozmic.pl/2012/06/14/using-conventiontests/).
Expand All @@ -54,4 +54,4 @@ In v2, we have rewritten convention tests from the ground up to make it easier t

There is still plenty we can make better, so please raise issues on github with suggestions!

Docs are available at [TestStack.ConventionTests documentation](http://docs.teststack.net/conventiontests/index.html)
Docs are available at [TestStack.ConventionTests documentation](http://conventiontests.teststack.net/docs/)

0 comments on commit 9152ddd

Please sign in to comment.