Skip to content

Commit

Permalink
fix covector docs link (#350)
Browse files Browse the repository at this point in the history
* fix covector docs link

* change file

---------

Co-authored-by: Jacob Bolda <me@jacobbolda.com>
  • Loading branch information
chippers and jbolda authored Jul 24, 2024
1 parent ca026b3 commit e81201f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/change-pr-350.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"covector": patch
"action": patch
---

Fix GitHub pull request comment link to correctly point at the docs.
2 changes: 1 addition & 1 deletion packages/action/src/comment/formatGithubComment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function formatComment({
projectReadmeExists
? `about <a href='../tree/HEAD/${changeFolder}'>change files</a><em> or`
: ""
} the docs at <a href='https://github.com/jbolda/covector/tree/main/covector'>github.com/jbolda/covector</a><em></p>`;
} the docs at <a href='https://github.com/jbolda/covector/tree/main/packages/covector'>github.com/jbolda/covector</a><em></p>`;

if ("applied" in covectored) {
return (
Expand Down

0 comments on commit e81201f

Please sign in to comment.