Skip to content

Commit

Permalink
Link to the next lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
justintanner committed Oct 23, 2024
1 parent 6dd003c commit ac81531
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gh api user --jq '.login'
After that you should see a terminal like:

```bash
~/lessons/ra-102 [github_username]
~/lessons/ra-102 (branch: github_username)
$ _
```

Expand Down Expand Up @@ -128,8 +128,18 @@ The automatic check will run if your code passes, you'll see:

### :tada: You're Done! :tada:

#### Next Lesson

To start the next lesson run:

```bash
git clone https://github.com/justintanner/ra-103.git ~/lessons/ra-103
```

#### Additional Resources

- :book: [Action View](https://guides.rubyonrails.org/action_view_overview.html)
- :book: [Routing](https://guides.rubyonrails.org/routing.html)
- :tv: [Ruby on Rails](https://rubyonrails.org/)
- :tv: [Ruby on Rails in 100 Seconds](https://www.youtube.com/watch?v=2DvrRadXwWY)

Expand Down

0 comments on commit ac81531

Please sign in to comment.