en 276 B

12345678910111213141516171819
  1. commit c678f51d2a9751c736acd87298f6598c9e06bb00
  2. Author: Lucas de Souza <lucascalion@gmail.com>
  3. Date: Thu Oct 10 17:27:09 2019 -0300
  4. Corrigir URL do exercicio de exemplo para idioma en
  5. diff --git a/index.html b/index.html
  6. index 541e0b5..67384a8 100644
  7. --- a/index.html
  8. +++ b/index.html
  9. @@ -81,7 +81,7 @@
  10. </p>
  11. <div class="embed-responsive embed-responsive-16by9">
  12. <iframe class="embed-responsive-item"
  13. - src="ivprogh/index.html?lang=en&iLM_PARAM_AssignmentURL=true&iLM_PARAM_Assignment=../ex_pt/exerc/exemplo_fatorial.ivph"
  14. + src="ivprogh/index.html?lang=en&iLM_PARAM_AssignmentURL=true&iLM_PARAM_Assignment=../ex_en/exerc/exemplo_fatorial.ivph"
  15. allowfullscreen>
  16. </iframe>
  17. </div>