Skip to content

Commit efb4aeb

Browse files
committed
fix: updated links
1 parent 993671b commit efb4aeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/overrides/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,8 @@ <h2>Fueling Digital Twins</h2>
534534
<div class="top-hr">
535535
<div class="feature-item" style="display: flex; flex-direction: column; align-items: center; justify-content: center;">
536536
<a
537-
href="{{ page.next_page.url | url }}"
538-
title="{{ page.next_page.title | e }}"
537+
href="getting_started/"
538+
title="Quick start"
539539
class="md-button md-button--primary"
540540
>
541541
Quick start

docs/overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{% block outdated %}
77
You're not viewing the latest version.
8-
<a href="{{ '../' ~ 'latest' }}">
8+
<a href="{{ '../' ~ base_url }}">
99
<strong>Click here to go to latest.</strong>
1010
</a>
1111
{% endblock %}

0 commit comments

Comments
 (0)