diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-06 07:41:35 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-06 07:41:35 -0400 |
| commit | df8f9384fb36a9d25a42ed6896c4dcd19f5a3d30 (patch) | |
| tree | 2c152acb644aab243ac1e1e305572f3084a65ecf | |
| parent | f43c0f0651edfe1f52b0a178cfe2a5234a008af0 (diff) | |
| parent | aa96da3cae9512054399bb99ed7ecd098f8d671e (diff) | |
| download | python-setuptools-git-df8f9384fb36a9d25a42ed6896c4dcd19f5a3d30.tar.gz | |
Merge pull request #601 from inirudebwoy/master
Update link to Resource Management API
| -rw-r--r-- | docs/setuptools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index 57818281..807a2722 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -917,7 +917,7 @@ use its resource management API. See also `Accessing Package Resources`_ for a quick example of converting code that uses ``__file__`` to use ``pkg_resources`` instead. -.. _Resource Management API: http://peak.telecommunity.com/DevCenter/PythonEggs#resource-management +.. _Resource Management API: http://peak.telecommunity.com/DevCenter/PkgResources#resourcemanager-api .. _Accessing Package Resources: http://peak.telecommunity.com/DevCenter/PythonEggs#accessing-package-resources |
