Skip to content

Commit c0ef1de

Browse files
committed
url fixes
1 parent 5f1353f commit c0ef1de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule ProcessTree.MixProject do
22
use Mix.Project
33

44
@version "0.1.0"
5-
@github_page "https://github.com/jbsf2/processtree"
5+
@github_page "https://github.com/jbsf2/process-tree"
66

77
def project do
88
[
@@ -41,7 +41,7 @@ defmodule ProcessTree.MixProject do
4141
[
4242
api_reference: false,
4343
authors: ["JB Steadman"],
44-
canonical: "http://hexdocs.pm/processtree",
44+
canonical: "http://hexdocs.pm/process_tree",
4545
extras: [
4646
"examples/environment-variable-example.md"
4747
],

0 commit comments

Comments
 (0)