Skip to content

Commit 5a1782d

Browse files
committed
Fix doc links in README
1 parent 5401479 commit 5a1782d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,23 @@ Version Matrix
2929

3030
| Elasticsearch Version | Elasticsearch-PHP Branch |
3131
| --------------------- | ------------------------ |
32-
| >= 6.6, < 7.0 | 6.7 |
33-
| >= 6.0, < 6.6 | 6.5 |
32+
| >= 6.6, < 7.0 | 6.7.x |
33+
| >= 6.0, < 6.6 | 6.5.x |
3434
| >= 5.0, < 6.0 | 5.0 |
3535
| >= 2.0, < 5.0 | 1.0 or 2.0 |
3636
| >= 1.0, < 2.0 | 1.0 or 2.0 |
3737
| <= 0.90.x | 0.4 |
3838

39-
- If you are using Elasticsearch 6.x, use Elasticsearch-PHP 6.0 branch.
39+
- If you are using Elasticsearch 6.6 to 6.7, use Elasticsearch-PHP 6.7.x branch.
40+
- If you are using Elasticsearch 6.0 to 6.5, use Elasticsearch-PHP 6.5.x branch.
4041
- If you are using Elasticsearch 5.x, use Elasticsearch-PHP 5.0 branch.
4142
- If you are using Elasticsearch 1.x or 2.x, prefer using the Elasticsearch-PHP 2.0 branch. The 1.0 branch is compatible however.
4243
- If you are using a version older than 1.0, you must install the `0.4` Elasticsearch-PHP branch. Since ES 0.90.x and below is now EOL, the corresponding `0.4` branch will not receive any more development or bugfixes. Please upgrade.
4344
- You should never use Elasticsearch-PHP Master branch, as it tracks Elasticsearch master and may contain incomplete features or breaks in backwards compatibility. Only use ES-PHP master if you are developing against ES master for some reason.
4445

4546
Documentation
4647
--------------
47-
[Full documentation can be found here.](https://www.elastic.co/guide/en/elasticsearch/client/php-api/6.0/index.html) Docs are stored within the repo under /docs/, so if you see a typo or problem, please submit a PR to fix it!
48+
[Full documentation can be found here.](https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html) Docs are stored within the repo under /docs/, so if you see a typo or problem, please submit a PR to fix it!
4849

4950
Installation via Composer
5051
-------------------------
@@ -354,7 +355,7 @@ That was just a crash-course overview of the client and its syntax. If you are
354355

355356
You'll also notice that the client is configured in a manner that facilitates easy discovery via the IDE. All core actions are available under the `$client` object (indexing, searching, getting, etc.). Index and cluster management are located under the `$client->indices()` and `$client->cluster()` objects, respectively.
356357

357-
Check out the rest of the [Documentation](https://www.elastic.co/guide/en/elasticsearch/client/php-api/6.0/index.html) to see how the entire client works.
358+
Check out the rest of the [Documentation](https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html) to see how the entire client works.
358359

359360

360361
Available Licenses

0 commit comments

Comments
 (0)