summaryrefslogtreecommitdiff
path: root/doc/src/sgml/spi.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/spi.sgml')
-rw-r--r--doc/src/sgml/spi.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/spi.sgml b/doc/src/sgml/spi.sgml
index 1ca930846a9..bb11680eeeb 100644
--- a/doc/src/sgml/spi.sgml
+++ b/doc/src/sgml/spi.sgml
@@ -3939,8 +3939,8 @@ INSERT INTO a SELECT * FROM a;
using <function>SPI_exec</function> and returns the number of rows
that were processed by the command. You can find more complex
examples for SPI in the source tree in
- <filename>src/test/regress/regress.c</filename> and in
- <filename>contrib/spi</filename>.
+ <filename>src/test/regress/regress.c</filename> and in the
+ <xref linkend="contrib-spi"> module.
</para>
<programlisting>