Skip to content

Commit 38f8d9a

Browse files
committed
small fixes to example page and added gh-page to README
1 parent 00c7411 commit 38f8d9a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ details on the options avaible on both objects.
3737
});
3838
</script>
3939

40-
You can see it in action online [here]() or take a look at the `example` folder.
40+
You can see it in action online [here](http://etrepat.github.com/simple-range-picker/)
41+
or take a look at the `example` folder.
4142

4243
## Dependencies
4344

example/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ <h2>Documentation</h2>
4444
<h2>Example</h2>
4545
<p>Please, pick a date range from the component below:</p>
4646
<div id="rangepicker"></div>
47-
<p>Generated from the code below (check source code for more detail):</p>
47+
<p>Generated from the code below (check <a href="https://github.com/etrepat/simplerangepicker">source code</a>
48+
for more detail):</p>
4849
<pre><code>
4950
&lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;
5051
//&lt;![CDATA[
@@ -82,8 +83,8 @@ <h2>Localization</h2>
8283

8384
<h2>Contact</h2>
8485
<p>Coded by <a href="http://etrepat.com" title="Estanislau Trepat">Estanislau Trepat</a>.
85-
Released under the terms of the <a href="ttp://www.opensource.org/licenses/mit-license.php" title="MIT License">MIT License</a></p>
86-
<p>You may reach me with questions/comments at <a href="mailto:estanis@etrepat.com" title="estanis@etrepat.com">estanis@etrepat.com</a></p>
86+
Released under the terms of the <a href="ttp://www.opensource.org/licenses/mit-license.php" title="MIT License">MIT License</a>.</p>
87+
<p>You may reach me with questions/comments at <a href="mailto:estanis@etrepat.com" title="estanis@etrepat.com">estanis@etrepat.com</a>.</p>
8788

8889
<div class="footer">
8990
get the source code on GitHub:

0 commit comments

Comments
 (0)