diff --git a/package.json b/package.json index 0204ccaa0..6d6b33c84 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "name": "elasticsearch", "description": "The official low-level Elasticsearch client for Node.js and the browser.", "main": "src/elasticsearch.js", - "homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html", + "homepage": "https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/16.x/index.html", "version": "16.0.0", "keywords": [ "elasticsearch", @@ -111,9 +111,9 @@ }, "repository": { "type": "git", - "url": "http://github.com/elastic/elasticsearch-js.git" + "url": "https://github.com/elastic/elasticsearch-js-legacy.git" }, "engines": { "node": ">=0.8" } -} \ No newline at end of file +}