Skip to content

Commit 9ae3b4b

Browse files
authored
remove trailing slash in graph sample data links (#66358) (#66717)
1 parent aa6785e commit 9ae3b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/graph/common/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
export const APP_ICON = 'graphApp';
88

99
export function createWorkspacePath(id: string) {
10-
return `/app/graph/#/workspace/${id}`;
10+
return `/app/graph#/workspace/${id}`;
1111
}

0 commit comments

Comments
 (0)