Skip to content

Commit f977a8e

Browse files
committed
bug: fix broken introduction link
Signed-off-by: vsoch <[email protected]>
1 parent 71f54fa commit f977a8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_data/terms.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
getting-started:
22
- name: Introduction
3-
url: /docs/introduction
3+
url: /introduction
44
- name: About
55
url: /about
66
# - name: Goals

_includes/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="collapse navbar-collapse" id="navbarSupportedContent">
1111
<ul class="navbar-nav me-auto">
1212
<li class="nav-item">
13-
<a class="nav-link {% if include.active == "documentation" %}active{% endif %}" href="{{ site.url }}/docs/introduction">Terms</a>
13+
<a class="nav-link {% if page.url == "/introduction" %}active{% endif %}" href="{{ site.url }}/introduction">Terms</a>
1414
</li>
1515
</li>
1616
<!--<li class="nav-item">

docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: docs
33
title: "Introduction"
4-
permalink: /docs/introduction
4+
permalink: /introduction
55
sections:
66
- What is Converged Computing
77
- Why do we need to work together

0 commit comments

Comments
 (0)