From c0ef1de7ee7e4e4cf282bcdca1efa12bfa63efb9 Mon Sep 17 00:00:00 2001 From: JB <46757289+jbsf2@users.noreply.github.com> Date: Fri, 12 Jan 2024 20:47:00 -0800 Subject: [PATCH] url fixes --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 7959e90..805034b 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule ProcessTree.MixProject do use Mix.Project @version "0.1.0" - @github_page "https://github.com/jbsf2/processtree" + @github_page "https://github.com/jbsf2/process-tree" def project do [ @@ -41,7 +41,7 @@ defmodule ProcessTree.MixProject do [ api_reference: false, authors: ["JB Steadman"], - canonical: "http://hexdocs.pm/processtree", + canonical: "http://hexdocs.pm/process_tree", extras: [ "examples/environment-variable-example.md" ],