Skip to content

Commit

Permalink
remove trailing slash in graph sample data links
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed May 13, 2020
1 parent a149915 commit 0577f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/graph/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
export const APP_ICON = 'graphApp';

export function createWorkspacePath(id: string) {
return `/app/graph/#/workspace/${id}`;
return `/app/graph#/workspace/${id}`;
}

0 comments on commit 0577f00

Please sign in to comment.