replace site specific wiki link with generic link (e621:tags -> help:tags)

This commit is contained in:
edshot99 2024-11-06 21:45:47 -06:00
parent 69ce91bea6
commit 3d627b9d04

View File

@ -1665,7 +1665,7 @@ class Post < ApplicationRecord
return if !new_record?
if tags.count {|t| t.category == Tag.categories.general} < 10
self.warnings.add(:base, "Uploads must have at least 10 general tags. Read [[e621:tags]] for guidelines on tagging your uploads")
self.warnings.add(:base, "Uploads must have at least 10 general tags. Read [[help:tags]] for guidelines on tagging your uploads")
end
end
end