Skip to content

Commit 3b0e0c9

Browse files
authored
Fixed link in breaking changes doc (#1388)
* Fixed link in breaking changes doc * Fix typo in doc
1 parent 0b30cc0 commit 3b0e0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/breaking-changes.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following functions has been removed:
3636
- `ClientBuilder::setTracer()`, you can only set a Logger using `ClientBuilder::setLogger()`
3737
- `ClientBuilder::setSerializer()`
3838
- `ClientBuilder::setConnectionParams()`, you can use `ClientBuilder::setHttpClientOptions()` instead
39-
- `ClientBuilder::setSelector()`, you can set a `Selector` using the `setNodePool`, see [here](https://github.com/elastic/elastic-transport-php/blob/8.x/README.md#use-a-custom-selector) for more information
39+
- `ClientBuilder::setSelector()`, you can set a `Selector` using the `setNodePool`, see https://github.com/elastic/elastic-transport-php/blob/8.x/README.md#use-a-custom-selector[here] for more information
4040
- `ClientBuilder::setSniffOnStart()`
4141
- `ClientBuilder::includePortInHostHeader()`
4242

0 commit comments

Comments
 (0)