Update the links to absolute URLS in README.md (#179)
This commit updates the links to absolute URLs in the README.md file in order to avoid broken links in PyPI page or anywhere. Signed-off-by: Venu Vardhan Reddy Tekula <[email protected]>
This commit is contained in:
@@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
OpenSearch Python Client
|
OpenSearch Python Client
|
||||||
|
|
||||||
- [Welcome!](#welcome)
|
- [Welcome!](https://github.com/opensearch-project/opensearch-py#welcome)
|
||||||
- [Getting Started](#getting-started)
|
- [Getting Started](https://github.com/opensearch-project/opensearch-py#getting-started)
|
||||||
- [API Doc](https://opensearch-project.github.io/opensearch-py/)
|
- [API Doc](https://opensearch-project.github.io/opensearch-py/)
|
||||||
- [Compatibility with OpenSearch](#compatibility-with-opensearch)
|
- [Compatibility with OpenSearch](https://github.com/opensearch-project/opensearch-py#compatibility-with-opensearch)
|
||||||
- [Project Resources](#project-resources)
|
- [Project Resources](https://github.com/opensearch-project/opensearch-py#project-resources)
|
||||||
- [Code of Conduct](#code-of-conduct)
|
- [Code of Conduct](https://github.com/opensearch-project/opensearch-py#code-of-conduct)
|
||||||
- [License](#license)
|
- [License](https://github.com/opensearch-project/opensearch-py#license)
|
||||||
- [Copyright](#copyright)
|
- [Copyright](https://github.com/opensearch-project/opensearch-py#copyright)
|
||||||
|
|
||||||
## Welcome!
|
## Welcome!
|
||||||
|
|
||||||
@@ -28,11 +28,11 @@ This is the low-level client. A high-level Python client is in the works, and wi
|
|||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
To get started with the OpenSearch Python Client, see [Getting Started](GETTING_STARTED.md).
|
To get started with the OpenSearch Python Client, see [Getting Started](https://github.com/opensearch-project/opensearch-py/blob/main/GETTING_STARTED.md).
|
||||||
|
|
||||||
## Compatibility with OpenSearch
|
## Compatibility with OpenSearch
|
||||||
|
|
||||||
See [Compatibility](COMPATIBILITY.md).
|
See [Compatibility](https://github.com/opensearch-project/opensearch-py/blob/main/COMPATIBILITY.md).
|
||||||
|
|
||||||
## Project Resources
|
## Project Resources
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user