Skip to content

Commit

Permalink
remove trailing slash in graph sample data links (#66358) (#66717)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 authored May 15, 2020
1 parent aa6785e commit 9ae3b4b
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 9ae3b4b

Please sign in to comment.