Skip to content

Commit ea5629e

Browse files
committed
Update link to project's repository.
1 parent dac163e commit ea5629e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ScreenManager.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
local ScreenManager = {
2424
_VERSION = '1.3.0',
2525
_DESCRIPTION = 'Screen/State Management for the LÖVE framework',
26-
_URL = 'https://bitbucket.org/rmcode/screenmanager/',
26+
_URL = 'https://github.com/rm-code/screenmanager/',
2727
};
2828

2929
-- ------------------------------------------------

0 commit comments

Comments
 (0)