aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-11 19:40:41 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-11 19:40:41 -0400
commit9152042aeae6aff32dd6d365a0badba8c677106b (patch)
treecdba63b6af6080b80d42ae64cee2a2de42538dd5 /doc/bugs
parent135628f6d44f97a0150b2b0313a0565abe44f1ae (diff)
downloadikiwiki-9152042aeae6aff32dd6d365a0badba8c677106b.tar
ikiwiki-9152042aeae6aff32dd6d365a0badba8c677106b.tar.gz
fix cpan links
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/htmlscrubber_undoes_email_obfuscation_by_Text::Markdown.mdwn2
-rw-r--r--doc/bugs/ssl_certificates_not_checked_with_openid.mdwn2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/bugs/htmlscrubber_undoes_email_obfuscation_by_Text::Markdown.mdwn b/doc/bugs/htmlscrubber_undoes_email_obfuscation_by_Text::Markdown.mdwn
index f193efc0c..12018d517 100644
--- a/doc/bugs/htmlscrubber_undoes_email_obfuscation_by_Text::Markdown.mdwn
+++ b/doc/bugs/htmlscrubber_undoes_email_obfuscation_by_Text::Markdown.mdwn
@@ -33,5 +33,5 @@ The relevant commits are on the master branch of [my "fork" of ikiwiki on Github
> `Text::Markdown::_EncodeEmailAddress` gets into its internals more than
> I'm comfortable with.
>
-> It would probably be best to add an option to [[cpan Text;:Markdown]] to
+> It would probably be best to add an option to [[!cpan Text::Markdown]] to
> let the email address munging be disabled. --[[Joey]]
diff --git a/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn b/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn
index e976ed5bd..2dc74a984 100644
--- a/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn
+++ b/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn
@@ -40,7 +40,7 @@ For now, I want to try and resolve the issues with net\_ssl\_test, and run more
>> -- Brian May
>>> I guess that the place to add SSL cert checking would be in either
->>> [[cpan LWPx::ParanoidAgent]] or [[cpan Net::OpenID::Consumer]]. Adding
+>>> [[!cpan LWPx::ParanoidAgent]] or [[!cpan Net::OpenID::Consumer]]. Adding
>>> it to ikiwiki itself, which is just a user of those libraries, doesn't
>>> seem right.
>>>