diff options
| author | Michael Klich <michal@michalklich.com> | 2016-06-02 22:02:30 +0100 |
|---|---|---|
| committer | Michael Klich <michal@michalklich.com> | 2016-06-02 22:02:30 +0100 |
| commit | aa96da3cae9512054399bb99ed7ecd098f8d671e (patch) | |
| tree | 716c4dcc31d7153ce23f2ff3514a3c9d2fbc8b47 | |
| parent | 7dadb206287fccf173e9e3f7eaed8b79fe03dae4 (diff) | |
| download | python-setuptools-git-aa96da3cae9512054399bb99ed7ecd098f8d671e.tar.gz | |
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 |
