Skip to content

Commit 837b019

Browse files
authored
feat: Fix nginxaas and unit homepage links
1 parent 810af51 commit 837b019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ <h1 class="homepage-item-text">
380380
NGINX as a Service
381381
</div>
382382

383-
<a href="{{ .Site.BaseURL }}nginx-one" class="products-card" alt="NGINX One Console">
383+
<a href="{{ .Site.BaseURL }}nginxaas/azure" alt="NGINX as a Service for Azure">
384384
<div class="homepage-item">
385385
<div class="homepage-item-heading">
386386
<div class="homepage-item-logo">
@@ -404,7 +404,7 @@ <h1 class="homepage-item-text">
404404
More NGINX Products
405405
</div>
406406

407-
<a href="{{ .Site.BaseURL }}nginx-one" class="products-card" alt="NGINX One Console">
407+
<a href="https://unit.nginx.org/" alt="NGINX Unit">
408408
<div class="homepage-item">
409409
<div class="homepage-item-heading">
410410
<div class="homepage-item-logo">

0 commit comments

Comments
 (0)