Fix broken link to slides (RT#55659)
Peter Rabbitson [Thu, 4 Jul 2013 05:48:56 +0000 (07:48 +0200)]
Changes
lib/Try/Tiny.pm

diff --git a/Changes b/Changes
index 440be84..fd0aac1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 
   - fix tests failing on 5.6.x due to differing DESTROY semantics
   - excise superfluous local($@) call - 7% speedup
+  - fix (fsvo) broken URLs (RT#55659)
 
 0.12
   - doc fixes
index 9d46a76..5aaeae2 100644 (file)
@@ -574,11 +574,11 @@ issues with C<$@>, but you still need to localize to prevent clobbering.
 I gave a lightning talk about this module, you can see the slides (Firefox
 only):
 
-L<http://nothingmuch.woobling.org/talks/takahashi.xul?data=yapc_asia_2009/try_tiny.txt>
+L<web.archive.org/web/20100628040134/http://nothingmuch.woobling.org/talks/takahashi.xul>
 
 Or read the source:
 
-L<http://nothingmuch.woobling.org/talks/yapc_asia_2009/try_tiny.yml>
+L<http://web.archive.org/web/20100305133605/http://nothingmuch.woobling.org/talks/yapc_asia_2009/try_tiny.yml>
 
 =head1 VERSION CONTROL