Skip to content

Commit

Permalink
Amend organization name in documentation
Browse files Browse the repository at this point in the history
Both documentation building and installation instructions.
  • Loading branch information
ararslan committed Apr 16, 2024
1 parent 61f7cdc commit d529608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pages = [

format = Documenter.HTML(
prettyurls = !("local" in ARGS),
canonical = "https://juice-jl.github.io/DirectedAcyclicGraphs.jl/stable/",
canonical = "https://tractables.github.io/DirectedAcyclicGraphs.jl/stable/",
assets = ["assets/favicon.ico"],
analytics = "UA-136089579-2",
highlights = ["yaml"],
Expand All @@ -39,7 +39,7 @@ makedocs(
# for more information.
deploydocs(
target = "build",
repo = "github.com/Juice-jl/DirectedAcyclicGraphs.jl.git",
repo = "github.com/Tractables/DirectedAcyclicGraphs.jl.git",
branch = "gh-pages",
devbranch = "main",
devurl = "dev",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ julia -e 'using Pkg; Pkg.add("DirectedAcyclicGraphs")'
To install the package with the latest commits on master branch, run:

```bash
julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/Juice-jl/DirectedAcyclicGraphs.jl.git"))'
julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/Tractables/DirectedAcyclicGraphs.jl.git"))'
```

#### From Julia Pkg REPL
Expand Down

0 comments on commit d529608

Please sign in to comment.