fix: doc links
This commit is contained in:
parent
19cedf87d8
commit
3cdf4cc2ec
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ function InstallDocs({ site }) {
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="mt-6">See <a href="https://docs.openreplay.com/javascript-sdk" className="color-teal underline" target="_blank">Documentation</a> for the list of available options.</div>
|
||||
<div className="mt-6">See <a href="https://docs.openreplay.com/installation/javascript-sdk" className="color-teal underline" target="_blank">Documentation</a> for the list of available options.</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ const ProjectCodeSnippet = props => {
|
|||
}}
|
||||
/>
|
||||
</div>
|
||||
<div className="mt-6">See <a href="https://docs.openreplay.com/api" className="color-teal underline" target="_blank">API</a> for more options.</div>
|
||||
<div className="my-4">You can also setup OpenReplay using <a className="link" href="https://docs.openreplay.com/integrations/google-tag-manager" target="_blank">Google Tag Manager (GTM)</a> or <a className="link" href="https://docs.openreplay.com/integrations/segment" target="_blank">Segment</a>. </div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue