Skip to content

Commit aeca2ad

Browse files
sarahschiedo
andauthored
remove extra slash in guides path (#16446)
Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com>
1 parent e07adb9 commit aeca2ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/product-landing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1 class="mb-3 font-mktg">{{ page.shortTitle }}</h1>
3030
<div class="col-12 col-lg-4 mb-4 mb-lg-0">
3131
<div class="featured-links-heading mb-4 d-flex flex-items-baseline">
3232
<h3 class="f4 text-normal text-mono text-uppercase color-gray-5">{% data ui.toc.guides %}</h3>
33-
<a href="/{{ currentPath }}/guides" class="ml-4">View all {% octicon "arrow-right" height="14" class="v-align-middle" %}</a>
33+
<a href="{{ currentPath }}/guides" class="ml-4">View all {% octicon "arrow-right" height="14" class="v-align-middle" %}</a>
3434
</div>
3535
<ul class="list-style-none">
3636
{% for link in featuredLinks.guides %}

0 commit comments

Comments
 (0)