Merge pull request #121 from pavelpy/fix/links

Fixed link name due consistency support.
This commit is contained in:
Dave Kerr
2019-06-09 09:02:31 -04:00
committed by GitHub

View File

@@ -415,7 +415,7 @@ See also:
### The Dependency Inversion Principle
[The Dependency Inversion Principle](https://en.wikipedia.org/wiki/Dependency_inversion_principle)
[The Dependency Inversion Principle on Wikipedia](https://en.wikipedia.org/wiki/Dependency_inversion_principle)
> High-level modules should not be dependent on low-level implementations.