Skip to content

Commit d3f2da1

Browse files
Merge pull request #16 from Dynamsoft/rebecca
Rebecca - link fix
2 parents 704434e + f610c29 commit d3f2da1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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/features.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 }}features" class="otherLinkColour">Features</a>
1+
<li><a href="{{ site.indepth }}features/" class="otherLinkColour">Features</a>
22
<ul>
33
{%- if page.url contains '/indepth/features/' -%}
44
<li><a href="{{ site.indepth }}features/initialize.html" class="otherLinkColour">Initialize</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)