Skip to content

Commit 295a6af

Browse files
committed
Fix download links of the executable jars
1 parent 93ab510 commit 295a6af

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

website/static/docs/0.294/admin/benchmark-driver.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ <h1 id="benchmark-driver">Benchmark Driver<a class="headerlink" href="#benchmark
13691369
<p>The benchmark driver measures the performance of queries in a Presto cluster.
13701370
It is used to continuously evaluate the performance of trunk.</p>
13711371
<h2 id="installation">Installation<a class="headerlink" href="#installation" title="Link to this heading"></a></h2>
1372-
<p>Download <a class="reference external" href="https://repo1.maven.org/maven2/com/facebook/presto/presto-benchmark-driver/0.294/presto-benchmark-driver-0.294-executable.jar">presto-benchmark-driver-0.294-executable.jar</a>.</p>
1372+
<p>Download <a class="reference external" href="https://github.com/prestodb/presto/releases/download/0.294/presto-benchmark-driver-0.294-executable.jar">presto-benchmark-driver-0.294-executable.jar</a>.</p>
13731373
<p>Rename the JAR file to <code class="docutils literal notranslate"><span class="pre">presto-benchmark-driver</span></code> with the following command
13741374
(replace <code class="docutils literal notranslate"><span class="pre">*</span></code> with the version number of the downloaded jar file):</p>
13751375
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span><code>mv presto-benchmark-driver-*-executable.jar presto-benchmark-driver
@@ -1526,4 +1526,4 @@ <h2 id="cli-arguments">CLI Arguments<a class="headerlink" href="#cli-arguments"
15261526
<script src="../_static/copybutton.js?v=f281be69"></script>
15271527

15281528
</body>
1529-
</html>
1529+
</html>

website/static/docs/0.294/cache/service.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ <h3 id="query">Query<a class="headerlink" href="#query" title="Link to this head
10981098
</code></pre></div>
10991099
</div>
11001100
<p>Start a Prest CLI connecting to the server started in the previous step.</p>
1101-
<p>Download <a class="reference external" href="https://repo1.maven.org/maven2/com/facebook/presto/presto-cli/0.294/presto-cli-0.294-executable.jar">presto-cli-0.294-executable.jar</a>, rename it to <code class="docutils literal notranslate"><span class="pre">presto</span></code>,
1101+
<p>Download <a class="reference external" href="https://github.com/prestodb/presto/releases/download/0.294/presto-cli-0.294-executable.jar">presto-cli-0.294-executable.jar</a>, rename it to <code class="docutils literal notranslate"><span class="pre">presto</span></code>,
11021102
make it executable with <code class="docutils literal notranslate"><span class="pre">chmod</span> <span class="pre">+x</span></code>, then run it:</p>
11031103
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span><code>$ ./presto --server localhost:8080 --catalog hive --debug
11041104
presto&gt; use default;
@@ -1222,4 +1222,4 @@ <h3 id="basic-operations">Basic Operations<a class="headerlink" href="#basic-ope
12221222
<script src="../_static/copybutton.js?v=f281be69"></script>
12231223

12241224
</body>
1225-
</html>
1225+
</html>

website/static/docs/0.294/clients/presto-cli.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Link to
13111311
JAR file that acts like a normal UNIX executable and communicates with the Presto server
13121312
over HTTP using <a class="reference internal" href="../develop/client-protocol.html"><span class="doc">Presto Client REST API</span></a>.</p>
13131313
<h2 id="installation">Installation<a class="headerlink" href="#installation" title="Link to this heading"></a></h2>
1314-
<p>Download <a class="reference external" href="https://repo1.maven.org/maven2/com/facebook/presto/presto-cli/0.294/presto-cli-0.294-executable.jar">presto-cli-0.294-executable.jar</a>.</p>
1314+
<p>Download <a class="reference external" href="https://github.com/prestodb/presto/releases/download/0.294/presto-cli-0.294-executable.jar">presto-cli-0.294-executable.jar</a>.</p>
13151315
<p>Rename the JAR file to <code class="docutils literal notranslate"><span class="pre">presto</span></code> with the following command
13161316
(replace <code class="docutils literal notranslate"><span class="pre">*</span></code> with the version number of the downloaded jar file):</p>
13171317
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span><code>mv presto-cli-*-executable.jar presto
@@ -1598,4 +1598,4 @@ <h2 id="online-help">Online Help<a class="headerlink" href="#online-help" title=
15981598
<script src="../_static/copybutton.js?v=f281be69"></script>
15991599

16001600
</body>
1601-
</html>
1601+
</html>

0 commit comments

Comments
 (0)