Skip to content

Commit 3477b36

Browse files
authoredJul 30, 2018
Updated url for unit tests example
inversify#917
1 parent cc15948 commit 3477b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎wiki/property_injection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ let book = container.get<Book>("Book");
7070
book.print();
7171
```
7272

73-
Please refer to our [unit tests](https://github.com/Inversify/InversifyJS/blob/master/wiki/property_injection.md) for additional examples.
73+
Please refer to our [unit tests](https://github.com/inversify/InversifyJS/blob/master/test/annotation/inject.test.ts) for additional examples.
7474

7575
## When we CANNOT use InversifyJS to create an instance of a class
7676
InversifyJS has been designed in a way that facilitates its integration with as many

0 commit comments

Comments
 (0)
Please sign in to comment.