Skip to content

Commit 424d812

Browse files
committed
WEB-3195
fix broken links
1 parent faf86bf commit 424d812

File tree

1 file changed

+7
-7
lines changed
  • publishing/webhelpBlogTemplate/html-fragments

1 file changed

+7
-7
lines changed

publishing/webhelpBlogTemplate/html-fragments/footer.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
<div class="footer-container container mx-auto">
44
<div class="row align-items-center text-center text-md-start">
55
<div class="col-md-3 mb-3 mb-md-0" id="quick_links">
6-
<a href="https://www.facebook.com/syncrosoftsrl" class="lk-facebook me-2" title="Facebook" target="_blank">
7-
<img src="./oxygen-webhelp/template/resources/images/facebook.png" alt="Facebook">
6+
<a href="https://www.facebook.com/syncrosoftsrl" class="lk-facebook me-2" title="Facebook" target="_blank" >
7+
<img src="/oxygen-webhelp/template/resources/images/facebook.png" alt="Facebook" />
88
</a>
9-
<a href="https://www.youtube.com/user/oxygenxml" class="lk-youtube me-2" title="Youtube Channel" target="_blank">
10-
<img src="./oxygen-webhelp/template/resources/images/you-tube.png" alt="YouTube">
9+
<a href="https://www.youtube.com/user/oxygenxml" class="lk-youtube me-2" title="Youtube Channel" target="_blank" >
10+
<img src="/oxygen-webhelp/template/resources/images/you-tube.png" alt="YouTube" />
1111
</a>
1212
<a href="http://twitter.com/oxygenxml" class="lk-blog me-2" title="Twitter" target="_blank">
13-
<img src="./oxygen-webhelp/template/resources/images/twitter.png" alt="Twitter">
13+
<img src="/oxygen-webhelp/template/resources/images/twitter.png" alt="Twitter" />
1414
</a>
1515
<a href="https://www.linkedin.com/company/syncro-soft" class="lk-blog" title="Linkedin" target="_blank">
16-
<img src="./oxygen-webhelp/template/resources/images/linkedin.png" alt="LinkedIn">
16+
<img src="/oxygen-webhelp/template/resources/images/linkedin.png" alt="LinkedIn" />
1717
</a>
1818
</div>
1919

@@ -38,7 +38,7 @@
3838
</div>
3939
</div>
4040

41-
<script src="./oxygen-webhelp/template/resources/js/search-nav.js" defer></script>
41+
<script src="/oxygen-webhelp/template/resources/js/search-nav.js" defer></script>
4242

4343
<script>
4444
document.querySelector(".get-started")?.addEventListener("click", function () {

0 commit comments

Comments
 (0)