Skip to content

Commit

Permalink
chore: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 24, 2024
1 parent 8005aab commit ab20ae5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ Welcome! `AshSqlite` is the SQLite data layer for [Ash Framework](https://hexdoc

## Reference

- [AshSqlite.DataLayer DSL](documentation/dsls/DSL:-AshSqlite.DataLayer.md)
- [AshSqlite.DataLayer DSL](documentation/dsls/DSL-AshSqlite.DataLayer.md)
2 changes: 1 addition & 1 deletion lib/mix/tasks/ash_sqlite.install.ex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defmodule Mix.Tasks.AshSqlite.Install do
Igniter.Project.Module.module_name(igniter, "Repo")

repo ->
Igniter.Code.Module.parse(repo)
Igniter.Project.Module.parse(repo)
end

otp_app = Igniter.Project.Application.app_name(igniter)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ defmodule AshSqlite.MixProject do
"documentation/topics/development/testing.md",
"documentation/topics/advanced/expressions.md",
"documentation/topics/advanced/manual-relationships.md",
"documentation/dsls/DSL:-AshSqlite.DataLayer.md",
"documentation/dsls/DSL-AshSqlite.DataLayer.md",
"CHANGELOG.md"
],
groups_for_extras: [
Expand Down

0 comments on commit ab20ae5

Please sign in to comment.