summaryrefslogtreecommitdiffstats
path: root/container-search-gui
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2022-06-03 09:38:48 +0200
committerGitHub <noreply@github.com>2022-06-03 09:38:48 +0200
commitb80465475e192bf4f66cea058755168f68f098a3 (patch)
tree7bfcab0744c7f6b604c266ec9d4133a42a3c8ed7 /container-search-gui
parent4de7535b808cea2aa271db2fa6f8dcdcc7f1be17 (diff)
update links, text, no analytics
Diffstat (limited to 'container-search-gui')
-rw-r--r--container-search-gui/src/main/resources/gui/_includes/index.html18
1 files changed, 5 insertions, 13 deletions
diff --git a/container-search-gui/src/main/resources/gui/_includes/index.html b/container-search-gui/src/main/resources/gui/_includes/index.html
index 833c9352798..3faf3f09243 100644
--- a/container-search-gui/src/main/resources/gui/_includes/index.html
+++ b/container-search-gui/src/main/resources/gui/_includes/index.html
@@ -57,7 +57,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="http://www.vespa.ai">Vespa. Big data. Real time.</a>
+ <a class="navbar-brand" href="https://vespa.ai">Vespa. Big data. Real time.</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
@@ -68,7 +68,7 @@
<li><a href="https://twitter.com/vespaengine">Twitter</a>
<li><a href="https://docs.vespa.ai">Docs</a>
<li><a href="https://github.com/vespa-engine">GitHub</a>
- <li><a href="https://docs.vespa.ai/en/vespa-quick-start.html">Get Started Now</a>
+ <li><a href="https://docs.vespa.ai/en/getting-started.html">Get Started Now</a>
</ul>
</div>
</div>
@@ -128,7 +128,7 @@
<span> ○ Autocompletion of YQL-syntax</span> </br>
<span> ○ Drop-down lists of all valid parameters</span> </br>
<span> ○ Sending both POST and GET-requests to <i>Vespa</i></span> </br>
- <span> ○ Easy access to the <a href="https://docs.vespa.ai/en/reference/search-api-reference.html">documentation</a> of each parameter</span> </br>
+ <span> ○ Easy access to the <a href="https://docs.vespa.ai/en/reference/query-api-reference.html">documentation</a> of each parameter</span> </br>
<span> ○ Conversion of POST- to GET-query</span> </br>
<span> ○ Pasting already built JSON-query</span> </br>
<span> ○ View and copy the response of queries</span> </br>
@@ -137,7 +137,7 @@
</br>
<div class="intro-param" id="help">
<div class="help-title">Help</div>
- <span> If you find errors, spelling mistakes, faulty pieces of code or want to improve the querybuilder, please submit a pull request or create an <a href="https://github.com/vespa-engine/vespa/issues">issue</a>.</span> </br>
+ <span>Please submit a pull request or create an <a href="https://github.com/vespa-engine/vespa/issues">issue</a> for fixes to the querybuilder.</span> </br>
</div>
</div>
</div>
@@ -168,7 +168,7 @@
<div class="footer-title">Community</div>
<ul class="quicklinks">
<li><a href="https://github.com/vespa-engine/vespa/blob/master/CONTRIBUTING.md">Contributing</a>
- <li><a href="http://stackoverflow.com/questions/tagged/vespa">Stack Overflow</a>
+ <li><a href="https://stackoverflow.com/questions/tagged/vespa">Stack Overflow</a>
<li><a href="https://gitter.im/vespa-engine/Lobby">Gitter</a>
</ul>
</div>
@@ -975,13 +975,5 @@
}
</script>
- <!-- Global Site Tag (gtag.js) - Google Analytics -->
- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-107187180-1"></script>
- <script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments)};
- gtag('js', new Date());
- gtag('config', 'UA-107187180-1');
- </script>
</body>
</html>