Skip to content

Commit bb0b8f8

Browse files
authored
[Timelion] Update timelion deprecation links (#77008)
1 parent bfab380 commit bb0b8f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/public/doc_links/doc_links_service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export class DocLinksService {
129129
},
130130
visualize: {
131131
guide: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/visualize.html`,
132-
timelionDeprecation: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/timelion.html#timelion-deprecation`,
132+
timelionDeprecation: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/dashboard.html#timelion-deprecation`,
133133
},
134134
},
135135
});

src/plugins/timelion/server/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const showWarningMessageIfTimelionSheetWasFound = (core: CoreStart, logger: Logg
4242
({ total }) =>
4343
total &&
4444
logger.warn(
45-
'Deprecated since 7.0, the Timelion app will be removed in 8.0. To continue using your Timelion worksheets, migrate them to a dashboard. See https://www.elastic.co/guide/en/kibana/master/timelion.html#timelion-deprecation.'
45+
'Deprecated since 7.0, the Timelion app will be removed in 8.0. To continue using your Timelion worksheets, migrate them to a dashboard. See https://www.elastic.co/guide/en/kibana/master/dashboard.html#timelion-deprecation.'
4646
)
4747
);
4848
};

0 commit comments

Comments
 (0)