Fix some 404s
This fixes some 404s by removing them or changing the link if it's moved to a new location or avaliable elsewhere
This commit is contained in:
@ -92,7 +92,6 @@
|
||||
* [Diseño Ágil con TDD](http://www.carlosble.com/libro-tdd/?lang=es)
|
||||
* [Ingeniería de Software: Una Guía para Crear Sistemas de Información](http://www.wolnm.org/apa/articulos/Ingenieria_Software.pdf) (PDF)
|
||||
* [Metodologías Ágiles para el Desarrollo de Software](http://www.desarrolloweb.com/manuales/metodologias-agil-desarrollo-software.html)
|
||||
* [Scrum & Extreme Programming (para programadores)](http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-agile.pdf) (PDF)
|
||||
* [Scrum y XP desde las trincheras](http://www.proyectalis.com/wp-content/uploads/2008/02/scrum-y-xp-desde-las-trincheras.pdf) (PDF)
|
||||
|
||||
|
||||
@ -112,7 +111,7 @@
|
||||
|
||||
#### Sistemas Operativos
|
||||
|
||||
* [Fundamentos de Sistemas Operativos](http://sistop.gwolf.org/pdf/sistemas_operativos.pdf) - Gunnar Wolf et al (PDF)
|
||||
* [Fundamentos de Sistemas Operativos](http://sistop.org/pdf/sistemas_operativos.pdf) - Gunnar Wolf et al (PDF)
|
||||
* [Sistemas Operativos](http://exa.unne.edu.ar/depar/areas/informatica/SistemasOperativos/sistope2.PDF) - Dr. David Luis la Red (PDF)
|
||||
|
||||
|
||||
@ -172,7 +171,6 @@
|
||||
|
||||
### Git
|
||||
|
||||
* [Git Immersion en Español](http://gitimmersion.mx)
|
||||
* [Gitmagic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/es/)
|
||||
* [Pro Git](http://git-scm.com/book/es/)
|
||||
|
||||
@ -185,7 +183,7 @@
|
||||
|
||||
### Java
|
||||
|
||||
* [Aprendiendo Java](http://www.compunauta.com/forums/linux/programacion/java/AprendiendoJava.pdf) (PDF)
|
||||
* [Aprendiendo Java](http://www.decom-uv.cl/~roberto/apuntes/java/AprendiendoJava.pdf) (PDF)
|
||||
* [Arquitectura Java Sólida](http://www.arquitecturajava.com)
|
||||
* [Desarrollo de proyectos informáticos con Java](http://www3.uji.es/~belfern/pdf/libroJavaConTapa.pdf) (PDF)
|
||||
* [Guía Java para Docentes](http://ignaciolasalvia.com/material/prog1_2013/GuiaJavaparaDocentes2012.pdf) (PDF)
|
||||
@ -255,7 +253,7 @@
|
||||
|
||||
### PHP
|
||||
|
||||
* [Manual de estudio introductorio al lenguaje PHP procedural](http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-php.pdf) (PDF)
|
||||
* [Manual de estudio introductorio al lenguaje PHP procedural](https://docs.google.com/viewer?a=v&pid=sites&srcid=aW5ub3ZhdmlydHVhbC5vcmd8dGVjY2VpbHB2aXxneDoyMWVlODE1ZWM5OTY5Yjg2) (PDF)
|
||||
* [PHP y Ajax](http://rua.ua.es/dspace/bitstream/10045/13176/9/04-ajaxphp.pdf) (PDF)
|
||||
* [PHP y Programación orientada a objetos](https://styde.net/php-y-programacion-orientada-a-objetos/)
|
||||
* [POO y MVC en PHP](http://www.bubok.es/libros/205199/POO-y-MVC-en-PHP)
|
||||
@ -285,7 +283,7 @@
|
||||
* [Notas sobre el lenguaje Python](http://www.cmat.edu.uy/cmat/cursos/licenciatura/cursos/computacion/documentos/pynotas.pdf/at_download/file) (PDF)
|
||||
* [Python instantáneo](http://www.arrakis.es/~rapto/AprendaPython.html)
|
||||
* [Python para ciencia e ingeniería](https://github.com/mgaitan/curso-python-cientifico)
|
||||
* [Python para principiantes](http://www.cursosdeprogramacionadistancia.com/static/pdf/material-sin-personalizar-python.pdf) (PDF) [(HTML)](http://librosweb.es/libro/python/)
|
||||
* [Python para principiantes](http://librosweb.es/libro/python/)
|
||||
* [Python para todos](https://launchpadlibrarian.net/18980633/Python%20para%20todos.pdf) (PDF)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user