Merge pull request #17481 from noisecapella/gs/broken_link

Fix broken link in comment
This commit is contained in:
David Ormsbee
2018-02-14 16:52:40 -05:00
committed by GitHub

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,