Skip to content

Commit 71f1044

Browse files
feat: switch to github upptime
1 parent e8826c9 commit 71f1044

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<span> · </span>
1111
<a href="https://landing.chithi.dev">Landing Page</a>
1212
<span> · </span>
13-
<a href="https://public.chithi.dev/status/public">Public Instances</a>
13+
<a href="https://public.chithi.dev/">Public Instances</a>
1414
</h3>
1515

1616

apps/docs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ The key features:
3636
- **Fast**: Chithi is built for low end device, it squeezes every bit of performance from python (thanks to [FastApi](https://fastapi.tiangolo.com/)) and Node.js(thanks to [polka.js](https://github.com/lukeed/polka)) to deliver the most optimal solution.
3737
- **Extensible**: Chithi is meant to have multiple ways(CLI,TUI) of accessing it.
3838
- **Self Hostable**: Chithi is meant to be self hosted by the community
39-
- **Public Instances Monitoring**: Public chithi instances can be monitored at [public.chithi.dev](https://public.chithi.dev/status/public)
39+
- **Public Instances Monitoring**: Public chithi instances can be monitored at [public.chithi.dev](https://public.chithi.dev/)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const PUBLIC_INSTANCE_URL = 'https://public.chithi.dev/status/public';
1+
export const PUBLIC_INSTANCE_URL = 'https://public.chithi.dev/';
22
export const OPENAPI_URL = `https://chithi.dev/api/openapi.json`;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PUBLIC_INSTANCE_URL = `https://public.chithi.dev/status/public`;
1+
export const PUBLIC_INSTANCE_URL = `https://public.chithi.dev/`;

0 commit comments

Comments
 (0)