Skip to content

Commit 6f0d3c9

Browse files
authored
Merge pull request #579 from jquery-form/develop
Develop to master
2 parents 7472283 + 4fac820 commit 6f0d3c9

File tree

4 files changed

+665
-4
lines changed

4 files changed

+665
-4
lines changed

docs/_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ <h2>{{ site.description | default: site.github.project_tagline }}</h2>
3636
<li class="{% if page.url == "/" %}active{% endif %}"><a href="{{ site.baseurl }}/">Getting Started</a></li>
3737
<li class="{% if page.url == "/api/" %}active{% endif %}"><a href="{{ site.baseurl }}/api/">API</a></li>
3838
<li class="{% if page.url == "/options/" %}active{% endif %}"><a href="{{ site.baseurl }}/options/">Options</a></li>
39-
<li><a href="http://malsup.com/jquery/form/#ajaxForm">Examples</a></li>
40-
<li><a href="http://malsup.com/jquery/form/#fields">Form Fields</a></li>
39+
<li class="{% if page.url == "/examples/" %}active{% endif %}"><a href="{{ site.baseurl }}/examples/">Examples</a></li>
40+
<li class="{% if page.url == "/form-fields/" %}active{% endif %}"><a href="{{ site.baseurl }}/form-fields/">Form Fields</a></li>
4141
<li class="{% if page.url == "/faq/" %}active{% endif %}"><a href="{{ site.baseurl }}/faq/">FAQ</a></li>
4242
<li><a href="{{ site.github.repository_url | replace_first: 'http:', 'https:' }}#download">Download</a></li>
4343
</ul>

0 commit comments

Comments
 (0)