Fix broken link in comment

This commit is contained in:
George Schneeloch
2018-02-14 12:09:18 -05:00
parent 88130b67bc
commit 6aa87d43c0

View File

@@ -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,