We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993671b commit efb4aebCopy full SHA for efb4aeb
docs/overrides/home.html
@@ -534,8 +534,8 @@ <h2>Fueling Digital Twins</h2>
534
<div class="top-hr">
535
<div class="feature-item" style="display: flex; flex-direction: column; align-items: center; justify-content: center;">
536
<a
537
- href="{{ page.next_page.url | url }}"
538
- title="{{ page.next_page.title | e }}"
+ href="getting_started/"
+ title="Quick start"
539
class="md-button md-button--primary"
540
>
541
Quick start
docs/overrides/main.html
@@ -5,7 +5,7 @@
5
6
{% block outdated %}
7
You're not viewing the latest version.
8
- <a href="{{ '../' ~ 'latest' }}">
+ <a href="{{ '../' ~ base_url }}">
9
<strong>Click here to go to latest.</strong>
10
</a>
11
{% endblock %}
0 commit comments