Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #282

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Unit-1/lesson1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Actors are inherently asynchronous (more on this in a future lesson), and there
### What kinds of actors are there?
All types of actors inherit from `UntypedActor`, but don't worry about that now. We'll cover different actor types later.

In Unit 1 all of your actors will inherit from [`UntypedActor`](http://getakka.net/docs/Working%20with%20actors#untypedactor-api "Akka.NET - UntypedActor API").
In Unit 1 all of your actors will inherit from [`UntypedActor`](https://getakka.net/articles/actors/untyped-actor-api.md "Akka.NET - UntypedActor API").

### How do you make an actor?
There are 2 key things to know about creating an actor:
Expand Down