summaryrefslogtreecommitdiffstats
path: root/container-search-gui
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2022-06-15 13:41:24 +0200
committerGitHub <noreply@github.com>2022-06-15 13:41:24 +0200
commitb72b5bef4f7b7ef23ebab58560cc6654795384d1 (patch)
tree26321b02bb158574706bce983a45f24151b77e6f /container-search-gui
parentf1b86b698d629afb08569c9fd0f39dfb1da71f0d (diff)
parentb45ba0f450c8aa46a9ef615b88394b653e59976d (diff)
Merge pull request #22886 from vespa-engine/kkraune/query-builder-misc
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..bac486077a4 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 <a href="https://github.com/vespa-engine/vespa/blob/master/container-search-gui/src/main/resources/gui/_includes/index.html">pull request</a> 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>