diff --git a/common/lib/xmodule/setup.py b/common/lib/xmodule/setup.py index ce7fba7a82b7326125d09c81111c098bc2568ec0..2e8b41e8a9f89f69889a297c75cb498bdb9bcc56 100644 --- a/common/lib/xmodule/setup.py +++ b/common/lib/xmodule/setup.py @@ -61,7 +61,7 @@ setup( 'xmodule': ['js/module/*'], }, - # See http://guide.python-distribute.org/creation.html#entry-points + # See http://setuptools.readthedocs.io/en/latest/setuptools.html#dynamic-discovery-of-services-and-plugins # for a description of entry_points entry_points={ 'xblock.v1': XMODULES + XBLOCKS,