Skip to content

Commit

Permalink
url fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbsf2 committed Jan 13, 2024
1 parent 5f1353f commit c0ef1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down Expand Up @@ -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"
],
Expand Down

0 comments on commit c0ef1de

Please sign in to comment.