Unverified Commit f0549086 authored by Hong Minhee's avatar Hong Minhee
Browse files

Fix bugs in docs

[ci skip]
parent a35268bc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -33,9 +33,9 @@ callbacks that take a `Context` object as the first parameter:

 -  [Actor dispatcher](./actor.md)
 -  [Inbox listeners](./inbox.md)
 -  Outbox dispatcher
 -  Followers collection
 -  Following collection
 -  [Outbox collection dispatcher](./collections.md#outbox)
 -  [Following collection dispatcher](./collections.md#following)
 -  [Followers collection dispatcher](./collections.md#followers)
 -  [NodeInfo dispatcher](./nodeinfo.md)

Those are not all; there are more callbacks that take a `Context` object.
+1 −2
Original line number Diff line number Diff line
@@ -762,8 +762,7 @@ Exercises
    Instead, you can use a web framework like [Fresh] to utilize the proper
    routing system and [JSX] templates to produce HTML.
    
    See also the [*Integrating with a web framework*
    section](./manual/federation.md#integrating-with-a-web-framework) in
    See also the [*Integration* section](./manual/integration.md) in
    the manual for more details.

[Fresh]: https://fresh.deno.dev/