From 0f0248bd97053fa1ca5cf828b5e302e177b6304c Mon Sep 17 00:00:00 2001 From: Henry Popp Date: Mon, 9 Dec 2024 10:19:00 -0600 Subject: [PATCH] docs: minor fixes (#280) --- README.md | 2 +- docs/{Migrating to v2-0-0.md => Migrating-to-v2-0-0.md} | 2 +- mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename docs/{Migrating to v2-0-0.md => Migrating-to-v2-0-0.md} (98%) diff --git a/README.md b/README.md index f558809..b9877b2 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ end ## Upgrading from v1.6 -See the [migration guide](./docs/Migrating to v2-0-0.md) for instructions. +See the [migration guide](./docs/Migrating-to-v2-0-0.md) for instructions. ## Getting Started diff --git a/docs/Migrating to v2-0-0.md b/docs/Migrating-to-v2-0-0.md similarity index 98% rename from docs/Migrating to v2-0-0.md rename to docs/Migrating-to-v2-0-0.md index 6863d69..0711574 100644 --- a/docs/Migrating to v2-0-0.md +++ b/docs/Migrating-to-v2-0-0.md @@ -120,7 +120,7 @@ No addtional changes required apart from the configuration above. ```elixir def deps do [ - {:pigeon_legacy_fcm, "~> 0.1.0"} + {:pigeon_legacy_fcm, "~> 0.2.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 59bcdc6..e38b68e 100644 --- a/mix.exs +++ b/mix.exs @@ -61,7 +61,7 @@ defmodule Pigeon.Mixfile do extras: [ "CHANGELOG.md", LICENSE: [title: "License"], - "docs/Migrating to v2-0-0.md": [title: "Upgrading to v2.0"] + "docs/Migrating-to-v2-0-0.md": [title: "Upgrading to v2.0"] ], groups_for_modules: [ "ADM - Amazon Android": [Pigeon.ADM, Pigeon.ADM.Notification],