Skip to content

Commit 79702c9

Browse files
authored
[Timelion] Update timelion deprecation links (#77008) (#77056)
1 parent 6302386 commit 79702c9

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
@@ -130,7 +130,7 @@ export class DocLinksService {
130130
},
131131
visualize: {
132132
guide: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/visualize.html`,
133-
timelionDeprecation: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/timelion.html#timelion-deprecation`,
133+
timelionDeprecation: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/dashboard.html#timelion-deprecation`,
134134
},
135135
},
136136
});

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)