From 6aa87d43c027df8f6f1459a1d9110e030eff15cb Mon Sep 17 00:00:00 2001 From: George Schneeloch <gschneel@mit.edu> Date: Wed, 14 Feb 2018 12:09:18 -0500 Subject: [PATCH] Fix broken link in comment --- common/lib/xmodule/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/setup.py b/common/lib/xmodule/setup.py index ce7fba7a82b..2e8b41e8a9f 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, -- GitLab