diff --git a/README.md b/README.md index ca9e9a9..9318e34 100644 --- a/README.md +++ b/README.md @@ -177,4 +177,4 @@ function ParamTypes(...types) { * This is mitigated if the mutating decorator returns a class expression that extends from the target, or returns a proxy for the decorator. @rbuckton * Metadata for a method is attached to the class (or prototype) via the property key. It would not then be available if trying to read metadata on the function of the method (e.g. "tearing-off" the method from the class). @rbuckton -[Metadata-Spec]: https://github.com/rbuckton/ReflectDecorators/blob/master/spec/metadata.md \ No newline at end of file +[Metadata-Spec]: https://rbuckton.github.io/reflect-metadata \ No newline at end of file