We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1353f commit c0ef1deCopy full SHA for c0ef1de
mix.exs
@@ -2,7 +2,7 @@ defmodule ProcessTree.MixProject do
2
use Mix.Project
3
4
@version "0.1.0"
5
- @github_page "https://github.com/jbsf2/processtree"
+ @github_page "https://github.com/jbsf2/process-tree"
6
7
def project do
8
[
@@ -41,7 +41,7 @@ defmodule ProcessTree.MixProject do
41
42
api_reference: false,
43
authors: ["JB Steadman"],
44
- canonical: "http://hexdocs.pm/processtree",
+ canonical: "http://hexdocs.pm/process_tree",
45
extras: [
46
"examples/environment-variable-example.md"
47
],
0 commit comments