summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkasium <15907922+kasium@users.noreply.github.com>2021-07-15 08:26:58 +0200
committerGitHub <noreply@github.com>2021-07-15 08:26:58 +0200
commit227949d2e621875fd3ee727a715a854336662862 (patch)
tree302bb3eb7f0b92736ab06702379c382ec2947ffe
parent817d070db3c9cc5900d118837c533c039982b050 (diff)
downloadpython-decorator-git-227949d2e621875fd3ee727a715a854336662862.tar.gz
Fix broken link in documentation
The PythonDecoratorLibrary moved to the python wiki
-rw-r--r--docs/documentation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/documentation.md b/docs/documentation.md
index 38be1bf..162caae 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -146,7 +146,7 @@ the function is called with the same input parameters the result is retrieved
from the cache and not recomputed.
There are many implementations of ``memoize`` in
-http://www.python.org/moin/PythonDecoratorLibrary,
+https://wiki.python.org/moin/PythonDecoratorLibrary,
but they do not preserve the signature. In recent versions of
Python you can find a sophisticated ``lru_cache`` decorator
in the standard library's ``functools``. Here I am just
@@ -1682,4 +1682,4 @@ DAMAGE.
If you use this software and you are happy with it, consider sending me a
note, just to gratify my ego. On the other hand, if you use this software and
-you are unhappy with it, send me a patch! \ No newline at end of file
+you are unhappy with it, send me a patch!