Skip to content

Commit f689a04

Browse files
authored
fix editLink (#5490)
1 parent c6c8cd2 commit f689a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { externalUrls } from '../consts'
22

33
const getEditLink = (sourcePath: string): string =>
4-
`${externalUrls.dvcRepo}/blob/main/content${sourcePath}`
4+
`${externalUrls.dvcOrgRepo}/blob/main/content${sourcePath}`
55
export default getEditLink

0 commit comments

Comments
 (0)