---
docs/Makefile.am | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/Makefile.am b/docs/Makefile.am
index ccf0a79..cbe7033 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -104,10 +104,11 @@ nbdkit-filter.3: nbdkit-filter.pod filter-links.pod
endif HAVE_POD
-# XXX Language links are broken - they link to section 1 instead of section 3.
plugin-links.pod: $(top_srcdir)/common-rules.mk
rm -f $@ $@-t
- $(srcdir)/make-links.sh plugin 1 $(plugins) > $@-t
+ $(srcdir)/make-links.sh plugin 1 $(non_lang_plugins) > $@-t
+ echo \; >> $@-t
+ $(srcdir)/make-links.sh plugin 3 $(lang_plugins) >> $@-t
mv $@-t $@
filter-links.pod: $(top_srcdir)/common-rules.mk
--
2.19.0.rc0