Skip to content

Commit 970a5a5

Browse files
authored
chore: update links in readme (#1344)
update links in readme
1 parent caa9604 commit 970a5a5

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[![Docs](https://img.shields.io/badge/stable%20docs-parseable.com%2Fdocs-brightgreen?style=flat&color=%2373DC8C&label=Docs)](https://logg.ing/docs)
1414
[![Build](https://img.shields.io/github/checks-status/parseablehq/parseable/main?style=flat&color=%2373DC8C&label=Checks)](https://github.com/parseablehq/parseable/actions)
1515

16-
[Key Concepts](https://www.parseable.com/docs/concepts) | [Features](https://github.com/parseablehq/parseable#rocket-highlights) | [Documentation](https://www.parseable.com/docs) | [Demo](https://demo.parseable.com/login?q=eyJ1c2VybmFtZSI6ImFkbWluIiwicGFzc3dvcmQiOiJhZG1pbiJ9) | [FAQ](https://www.parseable.com/docs/faq)
16+
[Key Concepts](https://www.parseable.com/docs/key-concepts) | [Features](https://www.parseable.com/docs/features/alerts) | [Documentation](https://www.parseable.com/docs) | [Demo](https://demo.parseable.com/login?q=eyJ1c2VybmFtZSI6ImFkbWluIiwicGFzc3dvcmQiOiJhZG1pbiJ9) | [FAQ](https://www.parseable.com/docs/key-concepts/data-model#faq)
1717

1818
</div>
1919

@@ -26,7 +26,7 @@ To experience Prism(Parseable UI), checkout [demo.parseable.com ↗︎](https://
2626
### Run ParseableDB
2727

2828
<details>
29-
<summary><a href="https://www.parseable.com/docs/server/get-started/docker-quick-start">Docker Image</a></summary>
29+
<summary><a href="https://www.parseable.com/docs/quickstart/docker">Docker Image</a></summary>
3030
<p>
3131

3232
Get started with ParseableDB Docker with a single command:
@@ -41,7 +41,7 @@ docker run -p 8000:8000 \
4141
</details>
4242

4343
<details>
44-
<summary><a href="https://www.parseable.com/docs/server/get-started/binary-quick-start">Executable Binary</a></summary>
44+
<summary><a href="https://www.parseable.com/docs/quickstart/binary">Executable Binary</a></summary>
4545
<p>
4646

4747
Download and run the ParseableDB binary on your laptop:
@@ -87,18 +87,17 @@ For quickstart, refer the [quickstart section ↗︎](#quickstart-zap).
8787

8888
This section elaborates available options to run ParseableDB in production or development environments.
8989

90-
- Distributed ParseableDB on Kubernetes: [Helm Installation](https://www.parseable.com/docs/server/installation/distributed/setup-distributed-parseable-on-kubernetes-via-helm).
91-
- Distributed ParseableDB on AWS EC2 / VMs / Linux: [Binary Installation](https://www.parseable.com/docs/server/installation/distributed/setup-systemd-service-for-distributed-parseable-server).
90+
- Distributed ParseableDB on Kubernetes: [Helm Installation](https://www.parseable.com/docs/installation/distributed/k8s-helm).
91+
- Distributed ParseableDB on AWS EC2 / VMs / Linux: [Binary Installation](https://www.parseable.com/docs/installation/distributed/linux).
9292

9393
## Features :rocket:
9494

95-
- [High availability & Cluster mode ↗︎](https://www.parseable.com/docs/concepts/distributed-architecture)
96-
- [Hot Tier ↗︎](https://www.parseable.com/docs/features/tiering)
97-
- [Alerts ↗︎](https://www.parseable.com/docs/alerts)
98-
- [Role based access control ↗︎](https://www.parseable.com/docs/rbac)
99-
- [OAuth2 support ↗︎](https://www.parseable.com/docs/oidc)
100-
- [LLM integration ↗︎](https://www.parseable.com/docs/integrations/llm-based-sql-generation)
101-
- [OpenTelemetry support ↗︎](https://www.parseable.com/docs/opentelemetry)
95+
- [High availability & Cluster mode ↗︎](https://www.parseable.com/docs/key-concepts/high-availability)
96+
- [Smart cache ↗︎](https://www.parseable.com/docs/features/smart-cache)
97+
- [Alerts ↗︎](https://www.parseable.com/docs/features/alerts)
98+
- [Role based access control ↗︎](https://www.parseable.com/docs/features/rbac)
99+
- [OAuth2 support ↗︎](https://www.parseable.com/docs/features/oepnid)
100+
- [OpenTelemetry support ↗︎](https://www.parseable.com/docs/OpenTelemetry/logs)
102101

103102
## How do people use Parseable :bulb:
104103

@@ -126,4 +125,4 @@ gh attestation verify PATH/TO/YOUR/PARSEABLE/ARTIFACT-BINARY -R parseablehq/pars
126125

127126
<a href="https://github.com/parseablehq/parseable/graphs/contributors"><img src="https://contrib.rocks/image?repo=parseablehq/parseable" /></a>
128127

129-
[Contribution guide ↗︎](https://www.parseable.com/docs/contributing)
128+
[Contribution guide ↗︎](https://github.com/parseablehq/parseable/blob/main/CONTRIBUTING.md)

0 commit comments

Comments
 (0)