Skip to content

Commit 634285a

Browse files
committed
ok
1 parent 145548c commit 634285a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
.replace('docs/', '')
252252
.replace('/index.md', '')
253253
.replace('.md', '');
254-
return `https://docs-v3-preview.elastic.dev${process.env.PATH_PREFIX}/${path}`;
254+
return `[${file}](https://docs-v3-preview.elastic.dev${process.env.PATH_PREFIX}/${path})`;
255255
}
256256
257257
const links = changedMdFiles.map(toLink)

0 commit comments

Comments
 (0)