Skip to content

Commit

Permalink
Use master as links' blob for examples, fixing 404s
Browse files Browse the repository at this point in the history
  • Loading branch information
nbigaouette committed Oct 16, 2017
1 parent b91255b commit e048764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ cargo doc --open

there are several examples provided with this crate:

- [server](https://github.com/steveklabnik/simple-server/blob/c5499dc64def427d30d613c2087bec46072c4110/examples/server.rs)
- [routes](https://github.com/steveklabnik/simple-server/blob/c5499dc64def427d30d613c2087bec46072c4110/examples/routes.rs)
- [server](https://github.com/steveklabnik/simple-server/blob/master/examples/server.rs)
- [routes](https://github.com/steveklabnik/simple-server/blob/master/examples/routes.rs)

to run an example:

Expand Down

0 comments on commit e048764

Please sign in to comment.