Skip to content

Commit f1b7273

Browse files
committed
Replace master with {branch} in docs
1 parent f1b8918 commit f1b7273

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/community.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,6 @@ _____________________
151151
This helper is a light library which wrap the official client elasticsearch-php.
152152
It will help you to manage your ES Indices with no downtime. This helper
153153
implements the philosophy described in the
154-
https://www.elastic.co/guide/en/elasticsearch/guide/master/index-aliases.html[official documentation]
154+
https://www.elastic.co/guide/en/elasticsearch/guide/{branch}/index-aliases.html[official documentation]
155155
which can be summarized in a few words : *use alias instead of index directly*.
156156
_____________________

docs/release-notes.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
the phpdoc section (for example,
256256
https://github.com/elastic/elasticsearch-php/blob/master/src/Elasticsearch/Client.php[$client->rankEval()]).
257257
For more information read the
258-
https://www.elastic.co/guide/en/elasticsearch/client/php-api/master/experimental_and_beta_apis.html[experimental and beta APIs]
258+
https://www.elastic.co/guide/en/elasticsearch/client/php-api/{branch}/experimental_and_beta_apis.html[experimental and beta APIs]
259259
section in the documentation.
260260
https://github.com/elastic/elasticsearch-php/pull/966[#966]
261261
* Removed `AlreadyExpiredException` since it has been removed

0 commit comments

Comments
 (0)