We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7b30d commit 7a20ce5Copy full SHA for 7a20ce5
main.lua
@@ -122,7 +122,7 @@ function love.errhand(msg)
122
table.insert(err, "Mari0 Over.")
123
table.insert(err, "Crash = Very Yes.\n\n")
124
if not versionerror then
125
- table.insert(err, "Tell us what happened at github.com/HugoBDesigner/Mari0-Community-Edition/issues, that'd be swell.\nAlso send us a screenshot.\n")
+ table.insert(err, "Tell us what happened at github.com/Mari0-CE/Mari0-Community-Edition/issues, that'd be swell.\nAlso send us a screenshot.\n")
126
end
127
table.insert(err, "Mari0 " .. (marioversion or "UNKNOWN") .. ", LOVE " .. (love._version or "UNKNOWN") .. " running on " .. (love._os or "UNKNOWN") .. "\n")
128
if love.graphics.getRendererInfo then
0 commit comments