joebew42 / study-path

An organized learning path on Clean Code, Test-Driven Development, Legacy Code, Refactoring, Domain-Driven Design and Microservice Architecture
2.88k stars 348 forks source link

Agile Manifesto link is not working #51

Closed ghost closed 3 years ago

ghost commented 3 years ago

The agile manifesto link is set as www. however this is not right since it should be a naked url.

The way to fix it is just replacing http://www.agilemanifesto.org by http://agilemanifesto.org

joebew42 commented 3 years ago

Thanks Jesús for reporting this issue 👏