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 f5d33cb commit 2f149bfCopy full SHA for 2f149bf
site/themes/arangodb-docs-theme/layouts/_default/home.notfound.html
@@ -11,7 +11,7 @@
11
<h3 style="text-align: center;">Oops… Avocados are not growing here</h3>
12
</hgroup>
13
<p style="text-align: center;">
14
- <a href="/stable/" class="link">Back to Home</a>
+ <a href="/" class="link">Back to Home</a>
15
</p>
16
</div>
17
</article>
site/themes/arangodb-docs-theme/static/js/theme.js
@@ -470,8 +470,7 @@ const goToTop = (event) => {
470
471
function goToHomepage(event){
472
event.preventDefault();
473
- var homepage = "/"; // + getVersionFromURL() + "/";
474
- updateHistory(homepage);
+ updateHistory("/");
475
}
476
477
function copyURI(evt) {
0 commit comments