We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac163e commit ea5629eCopy full SHA for ea5629e
1 file changed
ScreenManager.lua
@@ -23,7 +23,7 @@
23
local ScreenManager = {
24
_VERSION = '1.3.0',
25
_DESCRIPTION = 'Screen/State Management for the LÖVE framework',
26
- _URL = 'https://bitbucket.org/rmcode/screenmanager/',
+ _URL = 'https://github.com/rm-code/screenmanager/',
27
};
28
29
-- ------------------------------------------------
0 commit comments