Skip to content

Commit

Permalink
chore: Broken Telemetry link (#981)
Browse files Browse the repository at this point in the history
* chore: Broken Telemetry link

* Update happy-monkeys-beam.md

---------

Co-authored-by: typedarray <[email protected]>
  • Loading branch information
robiiinos and 0xOlias authored Jul 22, 2024
1 parent e039f12 commit b715545
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/happy-monkeys-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ponder/core": patch
---

Fixed a broken link to the telemetry documentation.
2 changes: 1 addition & 1 deletion packages/core/src/common/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function createTelemetry({
conf.set("notifiedAt", Date.now().toString());
logger.info({
service: "telemetry",
msg: "Ponder collects anonymous telemetry data to identify issues and prioritize features. See https://ponder.sh/advanced/telemetry for more information.",
msg: "Ponder collects anonymous telemetry data to identify issues and prioritize features. See https://ponder.sh/docs/advanced/telemetry for more information.",
});
}

Expand Down

0 comments on commit b715545

Please sign in to comment.