TA159

Notas, resueltos y trabajos practicos de la materia Sistemas Gráficos
Index Commits Files Refs Submodules README LICENSE
commit 7f3fecd9e1094e26ea6df405df6329b4692abb7f
parent f34aa4f53c46083e0bf3a8e553a0081044adbabc
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Sat, 31 Aug 2024 17:47:28 -0300

update subject code `86.43 -> TA159`

Diffstat:
Mtp/index.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tp/index.html b/tp/index.html
@@ -22,9 +22,9 @@
     </head>
     <body>
         <h1>Trabajo Practico: Escena 3D en WebGL</h1>
-        <p>Sistemas Graficos (86.43) - FIUBA</p>
+        <p>Sistemas Graficos (TA159/86.43) - FIUBA</p>
         <p style="margin-top: -0.5em;">Martin Klöckner - <a href="mailto:mkloeckner@fi.uba.ar">mkloeckner@fi.uba.ar</a></p>
-        <p style="margin-top: -0.5em;">Repositorio de Github: <a href="https://github.com/mjkloeckner/86.43-tp">https://github.com/mjkloeckner/86.43-tp</a></p>
+        <p style="margin-top: -0.5em;">Repositorio de Github: <a href="https://github.com/mjkloeckner/TA159">https://github.com/mjkloeckner/TA159</a></p>
         <h2>Componentes de la Escena</h2>
         <ul>
             <li><a href="terrain.html">Terreno</a></li>