summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-04-10 08:59:35 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-04-10 08:59:35 -0400
commit553dd92cbfacc8f7fc1e72ca9eaa78ddb755d6f2 (patch)
treecdb25e5159118d330fffa5eeb6bb0ef4ebde4284
parent694d60466249c4a1d1a11fea7249783ad972889a (diff)
downloadjQuery-Timepicker-Addon-553dd92cbfacc8f7fc1e72ca9eaa78ddb755d6f2.zip
jQuery-Timepicker-Addon-553dd92cbfacc8f7fc1e72ca9eaa78ddb755d6f2.tar.gz
jQuery-Timepicker-Addon-553dd92cbfacc8f7fc1e72ca9eaa78ddb755d6f2.tar.bz2
Fixes sliderAccess documentation link
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 4a3b1c5..0898111 100644
--- a/index.html
+++ b/index.html
@@ -343,7 +343,7 @@
<dd><em>Default: true</em> - Whether to show the timepicker within the datepicker.</dd>
<dt>addSliderAccess</dt>
- <dd><em>Default: false</em> - Adds the <a href="http://trentrichardson.com/2011/11/11/jquery-ui-sliders-and-touch-accessibility/" title="jQueryUI Slider Access Plugin">sliderAccess plugin</a> to sliders within timepicker</dd>
+ <dd><em>Default: false</em> - Adds the <a href="http://trentrichardson.com/examples/jQuery-SliderAccess/" title="jQueryUI Slider Access Plugin">sliderAccess plugin</a> to sliders within timepicker</dd>
<dt>sliderAccessArgs</dt>
<dd><em>Default: null</em> - Object to pass to sliderAccess when used.</dd>