diff --git a/CHANGELOG.org b/CHANGELOG.org index 0012b88..612e2de 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -25,4 +25,5 @@ Add the API to delete the Links model. ** 0.4.3 <2023-07-31 Mon> Rename the controller and the view names to "Link". + Move Links to the Links context. diff --git a/lib/link_shortener/links.ex b/lib/link_shortener/links/links.ex similarity index 100% rename from lib/link_shortener/links.ex rename to lib/link_shortener/links/links.ex