Skip to content

Commit

Permalink
deploy: 0f13fb6
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Nov 20, 2023
1 parent 62b8dbd commit 275edfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 10-installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ <h3 id="prerequisites"><a class="header" href="#prerequisites">Prerequisites</a>
<h3 id="binary-distributions"><a class="header" href="#binary-distributions">Binary Distributions</a></h3>
<p>You can download martin from <a href="https://github.com/maplibre/martin/releases">GitHub releases page</a>.</p>
<div class="table-wrapper"><table><thead><tr><th>Platform</th><th>Downloads (latest)</th></tr></thead><tbody>
<tr><td>Linux</td><td><a href="https://github.com/maplibre/martin/releases/latest/download/martin-Linux-x86_64.tar.gz">64-bit</a></td></tr>
<tr><td>macOS</td><td><a href="https://github.com/maplibre/martin/releases/latest/download/martin-Darwin-x86_64.tar.gz">64-bit</a></td></tr>
<tr><td>Windows</td><td><a href="https://github.com/maplibre/martin/releases/latest/download/martin-Windows-x86_64.zip">64-bit</a></td></tr>
<tr><td>Linux</td><td><a href="https://github.com/maplibre/martin/releases/latest/download/martin-x86_64-unknown-linux-gnu.tar.gz">64-bit</a></td></tr>
<tr><td>macOS</td><td><a href="https://github.com/maplibre/martin/releases/latest/download/martin-x86_64-apple-darwin.tar.gz">64-bit</a></td></tr>
<tr><td>Windows</td><td><a href="https://github.com/maplibre/martin/releases/latest/download/martin-x86_64-pc-windows-msvc.zip">64-bit</a></td></tr>
</tbody></table>
</div>
<h3 id="building-with-cargo"><a class="header" href="#building-with-cargo">Building with Cargo</a></h3>
Expand Down
6 changes: 3 additions & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ <h1 class="menu-title">Martin Tile Server Documentation</h1>
<h3 id="binary-distributions"><a class="header" href="#binary-distributions">Binary Distributions</a></h3>
<p>You can download martin from <a href="https://github.com/maplibre/martin/releases">GitHub releases page</a>.</p>
<div class="table-wrapper"><table><thead><tr><th>Platform</th><th>Downloads (latest)</th></tr></thead><tbody>
<tr><td>Linux</td><td><a href="https://github.com/maplibre/martin/releases/latest/download/martin-Linux-x86_64.tar.gz">64-bit</a></td></tr>
<tr><td>macOS</td><td><a href="https://github.com/maplibre/martin/releases/latest/download/martin-Darwin-x86_64.tar.gz">64-bit</a></td></tr>
<tr><td>Windows</td><td><a href="https://github.com/maplibre/martin/releases/latest/download/martin-Windows-x86_64.zip">64-bit</a></td></tr>
<tr><td>Linux</td><td><a href="https://github.com/maplibre/martin/releases/latest/download/martin-x86_64-unknown-linux-gnu.tar.gz">64-bit</a></td></tr>
<tr><td>macOS</td><td><a href="https://github.com/maplibre/martin/releases/latest/download/martin-x86_64-apple-darwin.tar.gz">64-bit</a></td></tr>
<tr><td>Windows</td><td><a href="https://github.com/maplibre/martin/releases/latest/download/martin-x86_64-pc-windows-msvc.zip">64-bit</a></td></tr>
</tbody></table>
</div>
<h3 id="building-with-cargo"><a class="header" href="#building-with-cargo">Building with Cargo</a></h3>
Expand Down

0 comments on commit 275edfd

Please sign in to comment.