Netflix / governator

Governator is a library of extensions and utilities that enhance Google Guice to provide: classpath scanning and automatic binding, lifecycle management, configuration to field mapping, field validation and parallelized object warmup.
Apache License 2.0
825 stars 180 forks source link

Broken link in documentation #369

Open JensRantil opened 7 years ago

JensRantil commented 7 years ago

Link in

Additionally, there are examples of Governator’s features.

pointing to https://github.com/Netflix/governator/tree/master/src/main/examples in https://github.com/Netflix/governator/wiki/Getting-Started#next-steps is broken.

JensRantil commented 7 years ago

Should the link point to https://github.com/Netflix/governator/tree/master/governator-legacy/src/main/examples?