Skip to content

Commit

Permalink
Merge pull request hanami#411 from herwinw/guides_models_broken_links
Browse files Browse the repository at this point in the history
Fixed two links on the model guide
  • Loading branch information
davydovanton authored Oct 30, 2017
2 parents 6ae983a + 828e9cf commit be744eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guides/1.1/models/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ irb(main):001:0> book = BookRepository.new.create(title: "Hanami")

---

Learn more about [repositories](/guides/1.1/models/repositories), [entities](/guides/1.1/models/entities), [migrations](/guides/1.1/migrations/overview), and [database CLI commands](/guides/1.1/command-line/database).
Learn more about [repositories](/guides/1.1/repositories/overview), [entities](/guides/1.1/entities/overview), [migrations](/guides/1.1/migrations/overview), and [database CLI commands](/guides/1.1/command-line/database).

0 comments on commit be744eb

Please sign in to comment.