Skip to content

Commit ce3104d

Browse files
authored
[DOCS] Edit PR links (#1069)
This PR updates the links in the 9.1.0 release notes.
1 parent db9c9c7 commit ce3104d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/release-notes/9-1-0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Example with `SearchRequest`:
5151

5252
::::{dropdown} Opentelemetry update to stable conventions
5353
Following the stable release of Opentelemetry's database conventions, the client was updated to use the correct attribute names.
54-
More details in the PR: https://github.com/elastic/elasticsearch-java/pull/1017
54+
More details in the PR: [#1017](https://github.com/elastic/elasticsearch-java/pull/1017)
5555
::::
5656
5757
::::{dropdown} GetAliasResponse exception bug fix
@@ -67,7 +67,7 @@ catch (ElasticsearchException e){
6767
assertEquals("test", aliases.keySet().iterator().next());
6868
}
6969
```
70-
More details in the PR: https://github.com/elastic/elasticsearch-java/pull/1041
70+
More details in the PR: [#1041](https://github.com/elastic/elasticsearch-java/pull/1041)
7171
::::
7272
7373
### Deprecations [elasticsearch-java-client-910-deprecations]

0 commit comments

Comments
 (0)