Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/page/Dashboard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ const Dashboard = () => {
rel="noreferrer"
target={"_blank"}
className="text-blue-500 hover:underline"
href="https://www.parseable.io/docs/intro"
href="https://www.parseable.io/docs/introduction"
>
here
</a>
Expand All @@ -317,12 +317,12 @@ const Dashboard = () => {
className="absolute font-semibold text-gray-500 left-1/2 top-80"
>
<p>
No schema for the stream found. Refer to the documentation{" "}
No events found, please send data to this stream before query. Refer to the documentation{" "}
<a
rel="noreferrer"
target={"_blank"}
className="text-blue-500 hover:underline"
href="https://www.parseable.io/docs/introduction"
href="https://www.parseable.io/docs/category/log-ingestion"
>
here
</a>
Expand Down