diff --git a/readme.md b/readme.md
index a10d1a06f51..1337d06ecc0 100644
--- a/readme.md
+++ b/readme.md
@@ -26,64 +26,16 @@ Repository for both **NEST** and **Elasticsearch.Net**, the two official [Elasti
* [Copyright and License](#copyright-and-license)
## Compatibility Matrix
-
-
- .NET Clients |
- Elasticsearch |
- Supported |
- Windows/Linux CI |
- Tests |
-
-
- 0.x |
- 0.x |
- :x: |
- :heavy_minus_sign: |
- :heavy_minus_sign: |
-
-
- 1.x |
- 1.x |
- :x: |
- :heavy_minus_sign: |
- :heavy_minus_sign: |
-
-
- 2.x |
- 2.x |
- :x: |
- :heavy_minus_sign: |
- :heavy_minus_sign: |
-
-
- 5.x |
- 5.x |
- :x: |
-  |
-  |
-
-
- 6.x |
- 6.x |
- :white_check_mark: |
-  |
-  |
-
-
- 7.x |
- 7.x |
- :white_check_mark: |
-  |
-  |
-
-
- master |
- master |
- :x: |
-  |
-  |
-
-
+
+| .NET Clients | Elasticsearch | Supported | Windows/Linux CI | Tests |
+| ----------------- | ------------- | ------------------ | ------------------ | ------------------ |
+| 0.x | 0.x | :x: | :heavy_minus_sign: | :heavy_minus_sign: |
+| 1.x | 1.x | :x: | :heavy_minus_sign: | :heavy_minus_sign: |
+| 2.x | 2.x | :x: | :heavy_minus_sign: | :heavy_minus_sign: |
+| 5.x | 5.x | :x: | :heavy_minus_sign: | :heavy_minus_sign: |
+| 6.x | 6.x | :white_check_mark: | [](https://ci.appveyor.com/project/elastic/elasticsearch-net/branch/6.x) | :heavy_minus_sign: |
+| 7.x | 7.x | :white_check_mark: | [](https://github.com/elastic/elasticsearch-net/actions/workflows/integration-jobs.yml) | [](https://github.com/elastic/elasticsearch-net/actions/workflows/test-jobs.yml) |
+| master | master | :x: | [](https://github.com/elastic/elasticsearch-net/actions/workflows/integration-jobs.yml) | [](https://github.com/elastic/elasticsearch-net/actions/workflows/test-jobs.yml) |
Please refer to the [end-of-life policy](https://www.elastic.co/support/eol) for complete information.
@@ -111,7 +63,7 @@ Any incompatibilities between minor versions are documented against the release.
#### I have a `6.0` server, what client should I use?
-Always use the latest minor version of the client within that major version, so in this instance, at time of writing, this is version `6.8.0`. The reason being is that `6.8.0` will contain many bug fixes not present in the `6.0.0` version of the client.
+Always use the latest minor version of the client within that major version, so in this instance, at time of writing, this is version `6.8.x`. The reason being is that `6.8.x` will contain many bug fixes not present in the `6.0.0` version of the client.
### Low Level Client Compatibility