Skip to content

Commit

Permalink
fixing links, again and again
Browse files Browse the repository at this point in the history
  • Loading branch information
Helma van der Linden committed Jul 21, 2018
1 parent 2797b40 commit f0ca466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ should be? Use these test functions and rest easy.
A note on comparisons: MyTAP uses a simple equivalence test (`=`) to compare
identifier names.

2018-07-21 Update: because the number of tests available has been expanded considerably, the individual tests are moved to a different file for better overview. You can now find them under [Tests]({{ site.baseurl}}{% tests.md %}).
2018-07-21 Update: because the number of tests available has been expanded considerably, the individual tests are moved to a different file for better overview. You can now find them under [Tests]({{ site.baseurl}}/tests/).


# No Test for the Wicked
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Even better is the scenario in which you need to test your database schema objec
CALL tap.finish();
ROLLBACK;

And there are many more testing functions to be had. Read the [complete documentation]({{ site.baseurl}} {% link /documentation.md %}) for all the good stuff.
And there are many more testing functions to be had. Read the [complete documentation]({{ site.baseurl}}/documentation/) for all the good stuff.

# Library Development

Expand Down

0 comments on commit f0ca466

Please sign in to comment.