Skip to content

Commit 635ad69

Browse files
committed
do not hardcode site url
1 parent 5834f40 commit 635ad69

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/layouts/home.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
<div class="relative h-16 border-b m-0 px-4 max-w-screen-xl mx-auto flex items-center justify-between">
1212
<img src="{{{uiRootPath}}}/img/openapi-processor-p.svg" alt="logo" class="oap-logo-sm">
1313
<div class="text-2xl ml-12">
14-
<a href="https://docs.openapiprocessor.io" class="hover:text-gray-600 font-extralight">openapiprocessor.io</a>
14+
<a href="{{{site.url}}}/oap/current" class="hover:text-gray-600 font-extralight">openapiprocessor.io</a>
1515
</div>
1616

1717
<div class="flex justify-around items-center">
18-
<a class="hover:text-gray-600 text-2xl font-extralight md:hidden"
19-
href="https://docs.openapiprocessor.io">Docs</a>
18+
<!-- <a class="hover:text-gray-600 text-2xl font-extralight md:hidden"-->
19+
<!-- href="https://docs.openapiprocessor.io">Docs</a>-->
2020

2121
<a class="hover:text-gray-600 text-2xl font-extralight hidden md:inline"
22-
href="https://docs.openapiprocessor.io">Documentation</a>
22+
href="{{{site.url}}}/oap/current">Documentation</a>
2323

2424
<a class="ml-4 hover:text-gray-600 text-2xl" href="https://twitter.com/OpenApiProcess">
2525
<i class="fab fa-twitter"></i>

src/layouts/oap.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="relative h-16 border-b m-0 px-4 max-w-screen-xl mx-auto flex items-center justify-between">
1212
<img src="{{{uiRootPath}}}/img/openapi-processor-p.svg" alt="logo" class="oap-logo">
1313
<div class="text-2xl ml-16">
14-
<a href="https://docs.openapiprocessor.io" class="ml-4 hover:text-gray-600">docs.openapiprocessor.io</a>
14+
<a href="{{{site.url}}}/oap/current" class="ml-4 hover:text-gray-600">docs.openapiprocessor.io</a>
1515
</div>
1616

1717
{{> oap-top}}

0 commit comments

Comments
 (0)