opening docs in new tab

This commit is contained in:
Ankit Nayan 2021-02-26 21:17:44 +05:30
parent d9055b5030
commit bd8d50bab9

View File

@ -31,10 +31,10 @@ const InstrumentationPage = (props: InstrumentationPageProps) => {
<div className={"instrument-card"}> <div className={"instrument-card"}>
Congrats, you have successfully installed SigNoz!<br/> Congrats, you have successfully installed SigNoz!<br/>
To start seeing YOUR application data here, follow the instructions in the docs - To start seeing YOUR application data here, follow the instructions in the docs -
<a href={"https://signoz.io/docs/instrumentation/overview"}> https://signoz.io/docs/instrumentation/overview</a> <a href={"https://signoz.io/docs/instrumentation/overview"} target="_blank"> https://signoz.io/docs/instrumentation/overview</a>
<br/> <br/>
If you face any issues, join our <a href={"https://signoz-community.slack.com/join/shared_invite/zt-lrjknbbp-J_mI13rlw8pGF4EWBnorJA"}> If you face any issues, join our <a href={"https://signoz-community.slack.com/join/shared_invite/zt-lrjknbbp-J_mI13rlw8pGF4EWBnorJA"} target="_blank">
slack community</a> to ask any questions or mail us at <a href={"mailto:support@signoz.io"}> slack community</a> to ask any questions or mail us at <a href={"mailto:support@signoz.io"} target="_blank">
support@signoz.io support@signoz.io
</a> </a>
</div> </div>