Skip to content

Commit 7254727

Browse files
authored
remove trailing slash in graph sample data links (#66358)
1 parent d174897 commit 7254727

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)