Skip to content

Commit

Permalink
docs(log): fix link to deno docs api reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeidx committed Nov 22, 2023
1 parent 3d6cc9a commit 5065ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions log/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ logger.debug("Hello world!");
### Custom

Writing your own handler is as simple as implementing the `LogHandler` interface. Refer to the
[API reference](https://doc.deno.land/https://deno.land/x/atlas@v0.2.0/log/handler.ts/~/LogHandler)
for the up to date interface definition.
[API reference](https://deno.land/x/atlas/log/handler.ts?s=LogHandler) for the up to date interface
definition.

```ts
import { ConsoleHandler, Logger, LogMessage } from "https://deno.land/x/atlas/log/mod.ts";
Expand Down

0 comments on commit 5065ca3

Please sign in to comment.