Skip to content

Commit fa7bef2

Browse files
author
Dennis Roche
committed
Updated documentation links in README.md
1 parent e6325fb commit fa7bef2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ TestStack.ConventionTests also will generate a convention report of the conventi
2828
Convention.Is(new AllMethodsAreVirtual(), nhibernateEntities);
2929
}
3030

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

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

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

5050
### More Information
5151
[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/).
@@ -54,4 +54,4 @@ In v2, we have rewritten convention tests from the ground up to make it easier t
5454

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

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

0 commit comments

Comments
 (0)