Skip to content

Commit

Permalink
update package docs URL: naming guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Jan 15, 2025
1 parent bb4aae0 commit 92d51f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AutoMerge/util.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ end
function _new_package_section(n)
return string("## $n. New package registration", "\n\n",
"Please make sure that you have read the ",
"[package naming guidelines](https://julialang.github.io/Pkg.jl/dev/creating-packages/#Package-naming-guidelines-1).\n\n")
"[package naming guidelines](https://pkgdocs.julialang.org/v1/creating-packages/#Package-naming-rules).\n\n")
end

function _what_next_if_fail(n; point_to_slack=false)
Expand Down

0 comments on commit 92d51f6

Please sign in to comment.