Skip to content

Commit ba6912c

Browse files
authored
Docs: Fix link in changelog (#797)
The changelog had a link to `/current/configuration.html` which isn't in the current version of the docs anymore. This changes the link from a fully qualified link to an in-book link.
1 parent d699045 commit ba6912c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/changelog.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ const client = new elasticsearch.Client({
205205

206206
=== 1.5 (Feb 6 2014)
207207
* Switched out `keepaliveagent` dependency with `forever-agent`, which is used in the ever popular `request` module, and is much simpler
208-
* The option to use keep-alive is now all or nothing. `maxKeepAliveTime` and `maxKeepAliveRequests` config parameters have been replaced by `keepAlive`, which will keeps at least `minSockets` connections open forever. See: http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/configuration.html
208+
* The option to use keep-alive is now all or nothing. `maxKeepAliveTime` and `maxKeepAliveRequests` config parameters have been replaced by `keepAlive`, which will keeps at least `minSockets` connections open forever. See: <<configuration>>
209209
* Closing the client with `keepAlive` turned on will allow the process to exit. https://github.com/elastic/elasticsearch-js/issues/40
210210
* Fixed a bug that caused invalid param/type errors to not be reported properly, in the browser builds that use promises
211211
* added the cat.threadPool to the master/1.0/1.x apis

0 commit comments

Comments
 (0)