Skip to content

Commit 40e706f

Browse files
authored
Update the links to absolute URLS in README.md (opensearch-project#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 <venu@chaoss.community>
1 parent 144fe88 commit 40e706f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
OpenSearch Python Client
1111

12-
- [Welcome!](#welcome)
13-
- [Getting Started](#getting-started)
12+
- [Welcome!](https://github.com/opensearch-project/opensearch-py#welcome)
13+
- [Getting Started](https://github.com/opensearch-project/opensearch-py#getting-started)
1414
- [API Doc](https://opensearch-project.github.io/opensearch-py/)
15-
- [Compatibility with OpenSearch](#compatibility-with-opensearch)
16-
- [Project Resources](#project-resources)
17-
- [Code of Conduct](#code-of-conduct)
18-
- [License](#license)
19-
- [Copyright](#copyright)
15+
- [Compatibility with OpenSearch](https://github.com/opensearch-project/opensearch-py#compatibility-with-opensearch)
16+
- [Project Resources](https://github.com/opensearch-project/opensearch-py#project-resources)
17+
- [Code of Conduct](https://github.com/opensearch-project/opensearch-py#code-of-conduct)
18+
- [License](https://github.com/opensearch-project/opensearch-py#license)
19+
- [Copyright](https://github.com/opensearch-project/opensearch-py#copyright)
2020

2121
## Welcome!
2222

@@ -28,11 +28,11 @@ This is the low-level client. A high-level Python client is in the works, and wi
2828

2929
## Getting Started
3030

31-
To get started with the OpenSearch Python Client, see [Getting Started](GETTING_STARTED.md).
31+
To get started with the OpenSearch Python Client, see [Getting Started](https://github.com/opensearch-project/opensearch-py/blob/main/GETTING_STARTED.md).
3232

3333
## Compatibility with OpenSearch
3434

35-
See [Compatibility](COMPATIBILITY.md).
35+
See [Compatibility](https://github.com/opensearch-project/opensearch-py/blob/main/COMPATIBILITY.md).
3636

3737
## Project Resources
3838

0 commit comments

Comments
 (0)