diff --git a/src/tools/EPICS/PodMD.pm b/src/tools/EPICS/PodMD.pm index e2017854b..fb6a47ec3 100644 --- a/src/tools/EPICS/PodMD.pm +++ b/src/tools/EPICS/PodMD.pm @@ -8,7 +8,7 @@ use warnings; use base 'Pod::Markdown'; # Translate L -# into link text# +# into link text# # This is for Sphinx processing on Readthedocs. Sphinx converts # links to .md into .html automatically in the processing. @@ -50,6 +50,8 @@ sub format_perldoc_url { # Set topic to enable code refs to be simple. local $_ = $section; $section = $self->$method($section); + + $section = lc($section) if $url; } $url .= '#' . $section;