Skip to content

Commit

Permalink
docs: make.jl: minor fix - update "Edit on GitHub" redirect
Browse files Browse the repository at this point in the history
The "Edit on GitHub" button by default points to the `master` branch.
Make it directly point to the `main` branch instead.

Note: Only a minor cleanup fix since GitHub redirects to the default
branch if specified branch doesn't exist.

Signed-off-by: Anant Thazhemadam <[email protected]>
  • Loading branch information
thazhemadam committed May 20, 2021
1 parent b74c1a3 commit 4e4a9b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ makedocs(
# Use clean URLs, unless built as a "local" build
prettyurls = !("local" in ARGS),
canonical = "https://aced-differentiate.github.io/AtomicGraphNets.jl/stable/",
edit_link = "main"
),
linkcheck = "linkcheck" in ARGS,
)
Expand Down

0 comments on commit 4e4a9b0

Please sign in to comment.