Skip to content

Commit

Permalink
Fix broken links in README.md (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
winksaville committed Apr 1, 2022
1 parent 1ee7875 commit 8d1081f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ implement the `started`, `stopping` and `stopped` methods of the Actor trait. `s
when the actor starts and `stopping` when the actor finishes. Check the API docs
for more information on [the actor lifecycle].

[Actor trait]: [https://actix.github.io/actix/actix/trait.Actor.html]
[the actor lifecycle]: [https://actix.github.io/actix/actix/trait.Actor.html#actor-lifecycle]
[Actor trait]: https://actix.github.io/actix/actix/trait.Actor.html
[the actor lifecycle]: https://actix.github.io/actix/actix/trait.Actor.html#actor-lifecycle

### Handle Messages

Expand Down

0 comments on commit 8d1081f

Please sign in to comment.