Skip to content

Commit

Permalink
Fix all the broken lesson links
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaddox19 authored Apr 29, 2020
1 parent d8a901f commit 54b2d57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions roundtables/rails-week1/day-2-controllers-views-routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ For this discussion, think of your instructor as a mediator and guide, rather th
* Take notes!

## Materials
* [What is Ruby on Rails](what-is-ruby-on-rails.md)
* [Rails Template](rails-template-setup.md)
* [Live Code Intro](live-code-intro.md)
* [Controllers and the Index Action](controllers.md)
* [ERB & Layouts](ERB-and-Layouts.md)
* [Intro to Testing Controllers: Adding Tests to the Index Action](intro-to-testing-controllers.md)
* [What is Ruby on Rails](https://github.com/Ada-Developers-Academy/textbook-curriculum/tree/master/08-rails/what-is-ruby-on-rails.md)
* [Rails Template](https://github.com/Ada-Developers-Academy/textbook-curriculum/tree/master/08-rails/rails-template-setup.md)
* [Live Code Intro](https://github.com/Ada-Developers-Academy/textbook-curriculum/tree/master/08-rails/live-code-intro.md)
* [Controllers and the Index Action](https://github.com/Ada-Developers-Academy/textbook-curriculum/tree/master/08-rails/controllers.md)
* [ERB & Layouts](https://github.com/Ada-Developers-Academy/textbook-curriculum/tree/master/08-rails/ERB-and-Layouts.md)
* [Intro to Testing Controllers: Adding Tests to the Index Action](https://github.com/Ada-Developers-Academy/textbook-curriculum/tree/master/08-rails/intro-to-testing-controllers.md)
* [Ada Books](https://github.com/AdaGold/ada-books)
* [Task List](https://github.com/Ada-c13/task-list)

Expand Down

0 comments on commit 54b2d57

Please sign in to comment.