Skip to content

Commit

Permalink
Fix syntax error in documentation
Browse files Browse the repository at this point in the history
There's an error in the markdown syntax, making the link not clickable.
  • Loading branch information
marcenuc committed Jan 30, 2014
1 parent 8a173ea commit a1afd73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/pgtap.mmd
Expand Up @@ -753,8 +753,8 @@ an unnecessary PITA. Each of the query-executing functions in this section
thus support an alternative to make your tests more SQLish: using prepared
statements.

[Prepared statements](http://www.postgresql.org/docs/current/static/sql-prepare.html
"PostgreSQL Documentation: PREPARE") allow you to just write SQL and simply
[Prepared statements](http://www.postgresql.org/docs/current/static/sql-prepare.html)
allow you to just write SQL and simply
pass the prepared statement names to test functions. For example, the above
example can be rewritten as:

Expand Down

0 comments on commit a1afd73

Please sign in to comment.