mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +00:00
chore: change update workspace URL to upgrade guide (#9178)
* chore: change update workspace URL to upgrade guide * chore: change upgrade workspace url
This commit is contained in:
parent
0b4831ca04
commit
6ac812b5af
@ -87,7 +87,7 @@ function ChangelogModal({ changelog, onClose }: Props): JSX.Element {
|
|||||||
|
|
||||||
const onClickUpdateWorkspace = (): void => {
|
const onClickUpdateWorkspace = (): void => {
|
||||||
window.open(
|
window.open(
|
||||||
'https://github.com/SigNoz/signoz/releases',
|
'https://signoz.io/upgrade-path',
|
||||||
'_blank',
|
'_blank',
|
||||||
'noopener,noreferrer',
|
'noopener,noreferrer',
|
||||||
);
|
);
|
||||||
|
|||||||
@ -91,7 +91,7 @@ describe('ChangelogModal', () => {
|
|||||||
renderChangelog();
|
renderChangelog();
|
||||||
fireEvent.click(screen.getByText('Update my workspace'));
|
fireEvent.click(screen.getByText('Update my workspace'));
|
||||||
expect(window.open).toHaveBeenCalledWith(
|
expect(window.open).toHaveBeenCalledWith(
|
||||||
'https://github.com/SigNoz/signoz/releases',
|
'https://signoz.io/upgrade-path',
|
||||||
'_blank',
|
'_blank',
|
||||||
'noopener,noreferrer',
|
'noopener,noreferrer',
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user