Skip to content

Commit 1f79f1e

Browse files
authored
fix domain
1 parent 4f82a6d commit 1f79f1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

agents/newsletter-drafter/agent.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ function renderEmailBody(
346346
}
347347

348348
sections.push("---\n");
349-
sections.push(`Read more at [proactiveagents.com](${SITE_URL})`);
349+
sections.push(`Read more at [proactiveagents.dev](${SITE_URL})`);
350350

351351
return sections.join("\n");
352352
}
@@ -413,7 +413,7 @@ async function createReviewIssue(
413413
"- [ ] Hit send (or discard if it's a quiet week)",
414414
"- [ ] Close this issue",
415415
"",
416-
"_Filed by the newsletter-drafter agent — see [/agent](https://proactiveagents.com/agent) for the live log._",
416+
"_Filed by the newsletter-drafter agent — see [/agent](https://proactiveagents.dev/agent) for the live log._",
417417
].join("\n");
418418

419419
const created = await octokit.rest.issues.create({

0 commit comments

Comments
 (0)