change(ui): documentation link of sdk
This commit is contained in:
parent
47bd6eb4e1
commit
cd8d2930eb
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ function InstallOpenReplayTab(props: Props) {
|
|||
<ProjectFormButton />
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://docs.openreplay.com/en/installation/javascript-sdk/" target="_blank">
|
||||
<a href="https://docs.openreplay.com/en/sdk/" target="_blank">
|
||||
<Button variant="text-primary" icon="question-circle" className="ml-2">
|
||||
See Documentation
|
||||
</Button>
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ function InstallDocs({ site }) {
|
|||
</div>
|
||||
</div>
|
||||
</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 className="mt-6">See <a href="https://docs.openreplay.com/en/sdk/" className="color-teal underline" target="_blank">Documentation</a> for the list of available options.</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue