Skip to content

Commit

Permalink
[Bug] Fix new issue link (#1837)
Browse files Browse the repository at this point in the history
Fixes #1832

Signed-off-by: Brooke Green <[email protected]>
  • Loading branch information
CPTNB authored Jul 1, 2022
1 parent a9984f6 commit b7965f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/vis_type_timeseries/server/routes/vis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const visDataRoutes = (
(typeof request.body === 'object' && (request.body as any).savedObjectId) ||
'unavailable';
framework.logger.warn(
`Request validation error: ${error.message} (saved object id: ${savedObjectId}). This most likely means your TSVB visualization contains outdated configuration. You can report this problem under https://github.com/elastic/opensearch-dashboards/issues/new?template=Bug_report.md`
`Request validation error: ${error.message} (saved object id: ${savedObjectId}). This most likely means your TSVB visualization contains outdated configuration. You can report this problem under https://github.com/opensearch-project/OpenSearch-Dashboards/issues/new?template=bug_template.md`
);
}

Expand Down

0 comments on commit b7965f9

Please sign in to comment.