Skip to content

Commit

Permalink
fix error message (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitisht authored Oct 7, 2022
1 parent e8a48ac commit 5a75a16
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 5a75a16

Please sign in to comment.