summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/bgworker.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml
index 5570ed045db..07f9f1081c3 100644
--- a/doc/src/sgml/bgworker.sgml
+++ b/doc/src/sgml/bgworker.sgml
@@ -290,7 +290,8 @@ typedef struct BackgroundWorker
</para>
<para>
- The <filename>worker_spi</> contrib module contains a working example,
+ The <filename>src/test/modules/worker_spi</> module
+ contains a working example,
which demonstrates some useful techniques.
</para>