Skip to content

Commit

Permalink
Update old build URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
worleydl committed Apr 28, 2021
1 parent 48cd016 commit d2c3eb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ The demo lives in another repo now, [Hello LTR](https://github.com/o19s/hello-lt

# Installing

See the full list of [prebuilt versions](http://es-learn-to-rank.labs.o19s.com) and select the version that matches your Elasticsearch version. If you don't see a version available, see the link below for building or file a request via [issues](https://github.com/o19s/elasticsearch-learning-to-rank/issues).
See the full list of [prebuilt versions](https://github.com/o19s/elasticsearch-learning-to-rank/releases) and select the version that matches your Elasticsearch version. If you don't see a version available, see the link below for building or file a request via [issues](https://github.com/o19s/elasticsearch-learning-to-rank/issues).

To install, you'd run a command like this but replacing with the appropriate prebuilt version zip:

`./bin/elasticsearch-plugin install http://es-learn-to-rank.labs.o19s.com/ltr-1.0.0-es6.1.2.zip`
`./bin/elasticsearch-plugin install https://github.com/o19s/elasticsearch-learning-to-rank/releases/download/v1.5.4-es7.11.2/ltr-plugin-v1.5.4-es7.11.2.zip`

(It's expected you'll confirm some security exceptions, you can pass `-b` to `elasticsearch-plugin` to automatically install)

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Get started
Installing
-----------

Pre-built versions can be found `here <http://es-learn-to-rank.labs.o19s.com/>`_. Want a build for an ES version? Follow the instructions in the `README for building <https://github.com/o19s/elasticsearch-learning-to-rank#development>`_ or `create an issue <https://github.com/o19s/elasticsearch-learning-to-rank/issues>`_. Once you've found a version compatible with your Elasticsearch, you'd run a command such as::
Pre-built versions can be found `here <https://github.com/o19s/elasticsearch-learning-to-rank/releases>`_. Want a build for an ES version? Follow the instructions in the `README for building <https://github.com/o19s/elasticsearch-learning-to-rank#development>`_ or `create an issue <https://github.com/o19s/elasticsearch-learning-to-rank/issues>`_. Once you've found a version compatible with your Elasticsearch, you'd run a command such as::

./bin/elasticsearch-plugin install \
http://es-learn-to-rank.labs.o19s.com/ltr-1.1.0-es6.5.4.zip
https://github.com/o19s/elasticsearch-learning-to-rank/releases/download/v1.5.4-es7.11.2/ltr-plugin-v1.5.4-es7.11.2.zip

(It's expected you'll confirm some security exceptions, you can pass -b to elasticsearch-plugin to automatically install)

Expand Down

0 comments on commit d2c3eb0

Please sign in to comment.