Skip to content

Commit 86b2f0e

Browse files
authored
Merge pull request #23 from per1234/update-faq-link
Update link shown when submission is on a supported Git host
2 parents 9ec4d1b + 2e1de83 commit 86b2f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ func populateSubmission(submissionURL string, listPath *paths.Path) (submissionT
236236

237237
// Check if URL is from a supported Git host.
238238
if !uRLIsUnder(normalizedURLObject, supportedHosts) {
239-
submission.Error = normalizedURLObject.Host + " is not currently supported as a Git hosting website for Library Manager.%0ASee: https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ#how-can-i-add-my-library-to-library-manager"
239+
submission.Error = normalizedURLObject.Host + " is not currently supported as a Git hosting website for Library Manager.%0ASee: https://github.com/arduino/library-registry/blob/main/FAQ.md#what-are-the-requirements-for-a-library-to-be-added-to-library-manager"
240240
return submission, ""
241241
}
242242

0 commit comments

Comments
 (0)