We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f82a6d commit 1f79f1eCopy full SHA for 1f79f1e
1 file changed
agents/newsletter-drafter/agent.ts
@@ -346,7 +346,7 @@ function renderEmailBody(
346
}
347
348
sections.push("---\n");
349
- sections.push(`Read more at [proactiveagents.com](${SITE_URL})`);
+ sections.push(`Read more at [proactiveagents.dev](${SITE_URL})`);
350
351
return sections.join("\n");
352
@@ -413,7 +413,7 @@ async function createReviewIssue(
413
"- [ ] Hit send (or discard if it's a quiet week)",
414
"- [ ] Close this issue",
415
"",
416
- "_Filed by the newsletter-drafter agent — see [/agent](https://proactiveagents.com/agent) for the live log._",
+ "_Filed by the newsletter-drafter agent — see [/agent](https://proactiveagents.dev/agent) for the live log._",
417
].join("\n");
418
419
const created = await octokit.rest.issues.create({
0 commit comments