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 external URLS in index.html.md #353

Open
wants to merge 1 commit into
base: main
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
6 changes: 3 additions & 3 deletions source/5.0/learn/introduction/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The problems with ORMs are numerous and the above issues only begin to scratch
the surface. If you're interested in further reading on the subject, we suggest:

* [ORM Hate by Martin Fowler](https://martinfowler.com/bliki/OrmHate.html)
* [The Vietnam of Computer Science by Ted Neward](http://blogs.tedneward.com/post/the-vietnam-of-computer-science/)
* [The Vietnam of Computer Science by Ted Neward](https://web.archive.org/web/20220823105749/https://blogs.tedneward.com/post/the-vietnam-of-computer-science/)

## Why use ROM

Expand Down Expand Up @@ -122,10 +122,10 @@ Above all else ROM favors:

Like ROM & its fundamental ideas? You should check these out, too:

* [Rich Hickey on state, immutability, and how to leverage OO principles](http://www.infoq.com/presentations/Are-We-There-Yet-Rich-Hickey)
* [Rich Hickey on state, immutability, and how to leverage OO principles](https://www.infoq.com/presentations/Are-We-There-Yet-Rich-Hickey)
* [Gary Bernhardt on boundaries, immutability, and clean design](https://www.youtube.com/watch?v=yTkzNHF6rMs)
* [Rich Hickey on the importance of simplicity for cognition](https://www.youtube.com/watch?v=rI8tNMsozo0)
* [Brad Urani on ActiveRecord vs. Ecto: A Tale of Two ORMs](http://confreaks.tv/videos/railsconf2016-activerecord-vs-ecto-a-tale-of-two-orms)
* [Brad Urani on ActiveRecord vs. Ecto: A Tale of Two ORMs](https://www.youtube.com/watch?v=_wD25uHx_Sw)

<!-- ## Criticisms

Expand Down