chore: links are updated for all dashboard and promql (#908)

This commit is contained in:
palash-signoz 2022-04-01 15:43:58 +05:30 committed by GitHub
parent 1d28ceb3d7
commit 1b28a4e6f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ function ListOfAllDashboard(): JSX.Element {
<TextToolTip <TextToolTip
{...{ {...{
text: `More details on how to create dashboards`, text: `More details on how to create dashboards`,
url: 'https://signoz.io/docs/userguide/metrics-dashboard', url: 'https://signoz.io/docs/userguide/dashboards',
}} }}
/> />

View File

@ -114,7 +114,7 @@ function Query({
<TextToolTip <TextToolTip
{...{ {...{
text: `More details on how to plot metrics graphs`, text: `More details on how to plot metrics graphs`,
url: 'https://signoz.io/docs/userguide/prometheus-metrics/', url: 'https://signoz.io/docs/userguide/send-metrics/#related-videos',
}} }}
/> />
</ButtonContainer> </ButtonContainer>