We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091728f commit 8d0ccbbCopy full SHA for 8d0ccbb
README.md
@@ -17,7 +17,7 @@
17
18
An open-source api-first status page aggregator.
19
20
-If you're looking for the official hosted version, head [here](https://statushpere.tech).
+If you're looking for the official hosted version, head [here](https://www.statusphere.tech).
21
22
23
Read more about the project at the [launch blog post](https://metoro.io/blog/statusphere).
@@ -52,7 +52,7 @@ the services listed in the `status_pages.go` file.
52
53
If you want to quickly try the api you can hit the hosted version
54
```bash
55
-curl 'https://statusphere.metoro.io/api/v1/incidents?statusPageUrl=https://www.githubstatus.com' | jq
+curl 'https://api.statusphere.tech/api/v1/incidents?statusPageUrl=https://www.githubstatus.com' | jq
56
```
57
58
To run the stack locally:
0 commit comments