Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/sidelist-indepth/deployment.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li><a href="{{ site.indepth }}deployment" class="otherLinkColour">Deployment</a>
<li><a href="{{ site.indepth }}deployment/" class="otherLinkColour">Deployment</a>
<ul>
{%- if page.url contains '/indepth/deployment/' -%}
<li><a href="{{ site.indepth }}deployment/server.html" class="otherLinkColour">Server Setup</a></li>
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidelist-indepth/development.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li><a href="{{ site.indepth }}development" class="otherLinkColour">Development</a>
<li><a href="{{ site.indepth }}development/" class="otherLinkColour">Development</a>
<ul>
{%- if page.url contains '/indepth/development/' -%}
<li><a href="{{site.indepth}}development/angular.html" class="otherLinkColour">Angular Integration</a></li>
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidelist-indepth/features.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li><a href="{{ site.indepth }}features" class="otherLinkColour">Features</a>
<li><a href="{{ site.indepth }}features/" class="otherLinkColour">Features</a>
<ul>
{%- if page.url contains '/indepth/features/' -%}
<li><a href="{{ site.indepth }}features/initialize.html" class="otherLinkColour">Initialize</a></li>
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidelist-indepth/troubleshooting.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li><a href="{{ site.indepth }}troubleshooting" class="otherLinkColour">Troubleshooting</a>
<li><a href="{{ site.indepth }}troubleshooting/" class="otherLinkColour">Troubleshooting</a>
<ul>
{%- if page.url contains '/indepth/troubleshooting/' -%}
<li><a href="{{ site.indepth }}troubleshooting/debug.html" class="otherLinkColour">How to Debug</a></li>
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidelist-info/API-index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li><a href="{{site.info}}api" class="otherLinkColour">API Reference</a>
<li><a href="{{site.info}}api/" class="otherLinkColour">API Reference</a>
<ul>
{%- if page.url contains '/api/' -%}
<li><a href="{{site.info}}api/Dynamsoft_WebTwainEnv.html" class="otherLinkColour">Dynamsoft_WebTwainEnv</a></li>
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidelist-info/releases.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li><a href="{{site.info}}schedule" class="otherLinkColour">Schedule</a>
<li><a href="{{site.info}}schedule/" class="otherLinkColour">Schedule</a>
<ul>
{%- if page.url contains '/schedule/' -%}
<li><a href="{{site.info}}schedule/stable.html" class="otherLinkColour">Stable</a></li>
Expand Down