Skip to content

Commit 0fe01bd

Browse files
committed
Link to Ecto SQL guides
1 parent 62f8949 commit 0fe01bd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

mix.exs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ defmodule Ecto.MixProject do
1919

2020
# Docs
2121
name: "Ecto",
22-
docs: docs()
22+
docs: &docs/0
2323
]
2424
end
2525

@@ -164,7 +164,8 @@ defmodule Ecto.MixProject do
164164
"guides/testing/Testing with Ecto.md",
165165
"guides/cheatsheets/crud.cheatmd",
166166
"guides/cheatsheets/associations.cheatmd",
167-
"CHANGELOG.md"
167+
"CHANGELOG.md",
168+
{"Ecto SQL guides", %{url: "https://hexdocs.pm/ecto_sql"}}
168169
]
169170
end
170171

0 commit comments

Comments
 (0)