Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 512d76d

Browse files
committed
[docs] fix API documentation link
Signed-off-by: hayk96 <hayko5999@gmail.com>
1 parent c08ba29 commit 512d76d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ content-type: application/json
113113

114114
The **prometheus-api**, built upon REST API design principles, provides a seamless and efficient way to interact with
115115
native Prometheus HTTP API. If you would like to explore its capabilities and learn more about its endpoints, request
116-
formats, and response structures, please refer to the comprehensive documentation available [here](https://hayk96.github.com/prometheus-api).
116+
formats, and response structures, please refer to the comprehensive documentation available [here](https://hayk96.github.io/prometheus-api).
117117

118118
<!-- CONFIGURATION -->
119119
## Configuration

docs/examples/docker/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ curl -i -XDELETE 'http://localhost:5000/api/v1/rules/scviiavxvnqdpjl.yml'
6464
HTTP/1.1 204 No Content
6565
content-type: application/json
6666
```
67-
You can find the complete API documentation [here](https://hayk96.github.com/prometheus-api). Enjoy!
67+
You can find the complete API documentation [here](https://hayk96.github.io/prometheus-api). Enjoy!

docs/examples/kubernetes/helm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ curl -i -XDELETE 'http://localhost:9090/api/v1/rules/scviiavxvnqdpjl.yml'
9999
HTTP/1.1 204 No Content
100100
content-type: application/json
101101
```
102-
You can find the complete API documentation [here](https://hayk96.github.com/prometheus-api). Enjoy!
102+
You can find the complete API documentation [here](https://hayk96.github.io/prometheus-api). Enjoy!

0 commit comments

Comments
 (0)