Commit d91d88477dd1e84ef9c5f798abe89e95f51d759b

Authored by Alessandro Palmeira
Committed by Diego Camarinha
1 parent 5eb45b6e

Fixed kalibro_processor link

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/shared/_short_about.html.erb
... ... @@ -3,5 +3,5 @@
3 3 <small> The Mezuro project attempts to provide a platform to compare projects and metric techniques, teaching how to use metrics through configurations and code analysis, avoid technical debts and disseminate code metrics usage and understanding.</small>
4 4 <li>
5 5 <li>
6   - <small>Here you can try the front-end, which we call Prezento. It interacts with the <%= link_to 'Kalibro Web Service', 'https://github.com/mezuro/kalibro', target: '_blank' %> and <%= link_to 'Kalibro Processor', 'https://github.com/mezuro/kalibro_processr', target: '_blank' %>. It is intended to be a service where you can evaluate your code quality and, if you want, define which set of metrics to use.</small>
  6 + <small>Here you can try the front-end, which we call Prezento. It interacts with the <%= link_to 'Kalibro Web Service', 'https://github.com/mezuro/kalibro', target: '_blank' %> and <%= link_to 'Kalibro Processor', 'https://github.com/mezuro/kalibro_processor', target: '_blank' %>. It is intended to be a service where you can evaluate your code quality and, if you want, define which set of metrics to use.</small>
7 7 </li>
... ...