From ab20ae5d1583d7b8491c63e0762ecd91bbad1160 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 24 Oct 2024 08:45:15 -0400 Subject: [PATCH] chore: fix docs --- README.md | 2 +- .../{DSL:-AshSqlite.DataLayer.md => DSL-AshSqlite.DataLayer.md} | 0 lib/mix/tasks/ash_sqlite.install.ex | 2 +- mix.exs | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename documentation/dsls/{DSL:-AshSqlite.DataLayer.md => DSL-AshSqlite.DataLayer.md} (100%) diff --git a/README.md b/README.md index c632cb2..d77ad58 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/documentation/dsls/DSL:-AshSqlite.DataLayer.md b/documentation/dsls/DSL-AshSqlite.DataLayer.md similarity index 100% rename from documentation/dsls/DSL:-AshSqlite.DataLayer.md rename to documentation/dsls/DSL-AshSqlite.DataLayer.md diff --git a/lib/mix/tasks/ash_sqlite.install.ex b/lib/mix/tasks/ash_sqlite.install.ex index 5762acd..4dade02 100644 --- a/lib/mix/tasks/ash_sqlite.install.ex +++ b/lib/mix/tasks/ash_sqlite.install.ex @@ -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) diff --git a/mix.exs b/mix.exs index 995f79f..9f3876b 100644 --- a/mix.exs +++ b/mix.exs @@ -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: [