Skip to content

Commit f610c29

Browse files
committed
fix sth
1 parent 8eab93a commit f610c29

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

_includes/sidelist-indepth/deployment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<li><a href="{{ site.indepth }}deployment" class="otherLinkColour">Deployment</a>
1+
<li><a href="{{ site.indepth }}deployment/" class="otherLinkColour">Deployment</a>
22
<ul>
33
{%- if page.url contains '/indepth/deployment/' -%}
44
<li><a href="{{ site.indepth }}deployment/server.html" class="otherLinkColour">Server Setup</a></li>

_includes/sidelist-indepth/development.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<li><a href="{{ site.indepth }}development" class="otherLinkColour">Development</a>
1+
<li><a href="{{ site.indepth }}development/" class="otherLinkColour">Development</a>
22
<ul>
33
{%- if page.url contains '/indepth/development/' -%}
44
<li><a href="{{site.indepth}}development/angular.html" class="otherLinkColour">Angular Integration</a></li>

_includes/sidelist-indepth/troubleshooting.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<li><a href="{{ site.indepth }}troubleshooting" class="otherLinkColour">Troubleshooting</a>
1+
<li><a href="{{ site.indepth }}troubleshooting/" class="otherLinkColour">Troubleshooting</a>
22
<ul>
33
{%- if page.url contains '/indepth/troubleshooting/' -%}
44
<li><a href="{{ site.indepth }}troubleshooting/debug.html" class="otherLinkColour">How to Debug</a></li>

_includes/sidelist-info/API-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<li><a href="{{site.info}}api" class="otherLinkColour">API Reference</a>
1+
<li><a href="{{site.info}}api/" class="otherLinkColour">API Reference</a>
22
<ul>
33
{%- if page.url contains '/api/' -%}
44
<li><a href="{{site.info}}api/Dynamsoft_WebTwainEnv.html" class="otherLinkColour">Dynamsoft_WebTwainEnv</a></li>

_includes/sidelist-info/releases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<li><a href="{{site.info}}schedule" class="otherLinkColour">Schedule</a>
1+
<li><a href="{{site.info}}schedule/" class="otherLinkColour">Schedule</a>
22
<ul>
33
{%- if page.url contains '/schedule/' -%}
44
<li><a href="{{site.info}}schedule/stable.html" class="otherLinkColour">Stable</a></li>

0 commit comments

Comments
 (0)