[DOCS] http -> https, remove outdated plugin docs (#60380)

Plugin discovery documentation contained information about installing
Elasticsearch 2.0 and installing an oracle JDK, both of which is no
longer valid.

While noticing that the instructions used cleartext HTTP to install
packages, this commit replaces HTTPs links instead of HTTP where possible.

In addition a few community links have been removed, as they do not seem
to exist anymore.
This commit is contained in:
Alexander Reelsen 2020-07-31 21:58:38 +02:00 committed by GitHub
parent 947186719e
commit c7ac9e7073
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
80 changed files with 188 additions and 242 deletions

View file

@ -53,7 +53,7 @@ a number of clients that have been contributed by the community for various lang
* https://github.com/mpenet/spandex[Spandex]:
Clojure client, based on the new official low level rest-client.
* http://github.com/clojurewerkz/elastisch[Elastisch]:
* https://github.com/clojurewerkz/elastisch[Elastisch]:
Clojure client.
[[coldfusion]]
@ -65,12 +65,12 @@ a number of clients that have been contributed by the community for various lang
[[erlang]]
== Erlang
* http://github.com/tsloughter/erlastic_search[erlastic_search]:
* https://github.com/tsloughter/erlastic_search[erlastic_search]:
Erlang client using HTTP.
* https://github.com/datahogs/tirexs[Tirexs]:
An https://github.com/elixir-lang/elixir[Elixir] based API/DSL, inspired by
http://github.com/karmi/tire[Tire]. Ready to use in pure Erlang
https://github.com/karmi/tire[Tire]. Ready to use in pure Erlang
environment.
* https://github.com/sashman/elasticsearch_elixir_bulk_processor[Elixir Bulk Processor]:
@ -145,10 +145,10 @@ Also see the {client}/perl-api/current/index.html[official Elasticsearch Perl cl
Also see the {client}/php-api/current/index.html[official Elasticsearch PHP client].
* http://github.com/ruflin/Elastica[Elastica]:
* https://github.com/ruflin/Elastica[Elastica]:
PHP client.
* http://github.com/nervetattoo/elasticsearch[elasticsearch] PHP client.
* https://github.com/nervetattoo/elasticsearch[elasticsearch] PHP client.
* https://github.com/madewithlove/elasticsearcher[elasticsearcher] Agnostic lightweight package on top of the Elasticsearch PHP client. Its main goal is to allow for easier structuring of queries and indices in your application. It does not want to hide or replace functionality of the Elasticsearch PHP client.
@ -218,9 +218,6 @@ Also see the {client}/rust-api/current/index.html[official Elasticsearch Rust cl
* https://github.com/newapplesho/elasticsearch-smalltalk[elasticsearch-smalltalk] -
Pharo Smalltalk client for Elasticsearch
* http://ss3.gemstone.com/ss/Elasticsearch.html[Elasticsearch] -
Smalltalk client for Elasticsearch
[[vertx]]
== Vert.x