Skip to content

Commit a7ae868

Browse files
author
Hugo Mercier
committed
Fix links for the 7.17.1.2 release
1 parent c4dda06 commit a7ae868

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is an `Ingest`, `Search` and `Script` plugin.
99

1010
## Installation
1111

12-
`bin/elasticsearch-plugin https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.17.1.0/elasticsearch-plugin-geoshape-7.17.1.0.zip"`
12+
`bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.17.1.2/elasticsearch-plugin-geoshape-7.17.1.2.zip"`
1313

1414

1515
## Build
@@ -359,7 +359,7 @@ You can find past releases [here](https://github.com/opendatasoft/elasticsearch-
359359
The first 3 digits of the plugin version is the corresponding Elasticsearch version. The last digit is used for plugin versioning.
360360

361361
To install it, launch this command in Elasticsearch directory replacing the url by the correct link for your Elasticsearch version (see table)
362-
`bin/elasticsearch-plugin https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.17.1.0/elasticsearch-plugin-geoshape-7.17.1.0.zip"`
362+
`bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.17.1.2/elasticsearch-plugin-geoshape-7.17.1.2.zip"`
363363

364364

365365
## Development Environment Setup

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.1 AS elasticsearch-plugin-debug
22

3-
COPY /build/distributions/elasticsearch-plugin-geoshape-7.17.1.0.zip /tmp/elasticsearch-plugin-geoshape-7.17.1.0.zip
4-
RUN ./bin/elasticsearch-plugin install file:/tmp/elasticsearch-plugin-geoshape-7.17.1.0.zip
3+
COPY /build/distributions/elasticsearch-plugin-geoshape-7.17.1.2.zip /tmp/elasticsearch-plugin-geoshape-7.17.1.2.zip
4+
RUN ./bin/elasticsearch-plugin install file:/tmp/elasticsearch-plugin-geoshape-7.17.1.2.zip

0 commit comments

Comments
 (0)