Auto-generate: Update history link to send user to Grafana LLM plugin page (#77880)

This commit is contained in:
Nathan Marrs
2023-11-08 13:55:03 -07:00
committed by GitHub
parent 13484928a1
commit d4a0a2ab88

View File

@@ -157,9 +157,14 @@ export const GenAIHistory = ({
<div className={styles.footer}>
<Icon name="exclamation-circle" aria-label="exclamation-circle" className={styles.infoColor} />
<Text variant="bodySmall" color="secondary">
This content is AI-generated.{' '}
<TextLink variant="bodySmall" href="https://grafana.com/grafana/dashboards/" external onClick={onClickDocs}>
Learn more
This content is AI-generated using the{' '}
<TextLink
variant="bodySmall"
href="https://grafana.com/docs/grafana-cloud/alerting-and-irm/machine-learning/llm-plugin/"
external
onClick={onClickDocs}
>
Grafana LLM plugin
</TextLink>
</Text>
</div>