Skip to content

Commit fb65a60

Browse files
committed
fix: Update repository URLs to reflect the correct structure
1 parent 4bdb0f3 commit fb65a60

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
site_name: POO en Python — ITBA
22
site_description: Material de referencia para la materia Estructuras de Datos y Programación
33
site_author: Cátedra EDyP — ITBA
4-
site_url: https://cmaceira-itba.github.io/edyp-poo-python/
4+
site_url: https://estructuras-y-programacion-itba.github.io/edyp-poo-python/
55
copyright: Cátedra EDyP — ITBA
66

7-
repo_name: cmaceira-itba/edyp-poo-python
8-
repo_url: https://github.com/cmaceira-itba/edyp-poo-python
7+
repo_name: estructuras-y-programacion-itba/edyp-poo-python
8+
repo_url: https://github.com/estructuras-y-programacion-itba/edyp-poo-python
99
edit_uri: edit/main/docs/ # Botón "Editar esta página" apunta a GitHub
1010

1111
docs_dir: docs
@@ -128,4 +128,4 @@ nav:
128128
extra:
129129
social:
130130
- icon: fontawesome/brands/github
131-
link: https://github.com/cmaceira-itba/edyp-poo-python
131+
link: https://github.com/estructuras-y-programacion-itba/edyp-poo-python

0 commit comments

Comments
 (0)