Skip to content

Commit a3ceb69

Browse files
authored
Fix naming guidelines link (#538)
1 parent 10a0449 commit a3ceb69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AutoMerge/util.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function comment_text_pass(
162162
"Since you are registering a new package, ",
163163
"please make sure that you have read the ",
164164
"package naming guidelines: ",
165-
"https://julialang.github.io/Pkg.jl/dev/creating-packages/#Package-naming-guidelines-1",
165+
"https://pkgdocs.julialang.org/v1/creating-packages/#Package-naming-guidelines",
166166
"\n\n",
167167
_comment_noblock(),
168168
_onepointzero_suggestion(suggest_onepointzero, version),
@@ -198,7 +198,7 @@ function comment_text_fail(
198198
"Since you are registering a new package, ",
199199
"please make sure that you have also read the ",
200200
"package naming guidelines: ",
201-
"https://julialang.github.io/Pkg.jl/dev/creating-packages/#Package-naming-guidelines-1",
201+
"https://pkgdocs.julialang.org/v1/creating-packages/#Package-naming-guidelines",
202202
"\n\n",
203203
_comment_noblock(),
204204
_onepointzero_suggestion(suggest_onepointzero, version),

0 commit comments

Comments
 (0)