Skip to content

Commit

Permalink
Fix naming guidelines link (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Jan 3, 2024
1 parent 10a0449 commit a3ceb69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AutoMerge/util.jl
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function comment_text_pass(
"Since you are registering a new package, ",
"please make sure that you have read the ",
"package naming guidelines: ",
"https://julialang.github.io/Pkg.jl/dev/creating-packages/#Package-naming-guidelines-1",
"https://pkgdocs.julialang.org/v1/creating-packages/#Package-naming-guidelines",
"\n\n",
_comment_noblock(),
_onepointzero_suggestion(suggest_onepointzero, version),
Expand Down Expand Up @@ -198,7 +198,7 @@ function comment_text_fail(
"Since you are registering a new package, ",
"please make sure that you have also read the ",
"package naming guidelines: ",
"https://julialang.github.io/Pkg.jl/dev/creating-packages/#Package-naming-guidelines-1",
"https://pkgdocs.julialang.org/v1/creating-packages/#Package-naming-guidelines",
"\n\n",
_comment_noblock(),
_onepointzero_suggestion(suggest_onepointzero, version),
Expand Down

0 comments on commit a3ceb69

Please sign in to comment.