Skip to content

Commit

Permalink
Fix bad link in preview
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 authored Nov 15, 2022
1 parent c6ec7c0 commit 4a8f722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
const pr = context.payload.pull_request;
const comment = `A documentation preview will be available soon:
- πŸ“š [HTML diff](https://${context.repo.repo}_${pr.number}.docs-preview.app.elstc.co/diff)
- πŸ“˜ [Fleet and Elastic Agent Guide](https://${context.repo.repo}_${pr.number}.docs-preview.app.elstc.co/guide/en/enterprise-search/master/index.html)
- πŸ“˜ [Fleet and Elastic Agent Guide](https://${context.repo.repo}_${pr.number}.docs-preview.app.elstc.co/guide/en/fleet/master/index.html)
- πŸ“™ [Observability Guide](https://${context.repo.repo}_${pr.number}.docs-preview.app.elstc.co/guide/en/observability/master/index.html)`;
github.rest.issues.createComment({
Expand Down

0 comments on commit 4a8f722

Please sign in to comment.