diff --git a/README.md b/README.md
index a856d54..4574ee7 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 # asw2122_0
 
-[![Actions Status](https://github.com/pglez82/asw2122_0/workflows/CI%20for%20ASW2122/badge.svg)](https://github.com/pglez82/asw2122_0/actions)
+[![Actions Status](https://github.com/arquisoft/dede_es5b/workflows/CI%20for%20ASW2122/badge.svg)](https://github.com/arquisoft/dede_es5b/actions)
 [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=pglez82_asw2122_0&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=pglez82_asw2122_0)
-[![codecov](https://codecov.io/gh/pglez82/asw2122_0/branch/master/graph/badge.svg?token=VN4XG9NTRO)](https://codecov.io/gh/pglez82/asw2122_0)
+[![codecov](https://codecov.io/gh/arquisoft/dede_es5b/branch/master/graph/badge.svg?token=VN4XG9NTRO)](https://codecov.io/gh/arquisoft/dede_es5b)
 
 <p float="left">
 <img src="https://blog.wildix.com/wp-content/uploads/2020/06/react-logo.jpg" height="100">
@@ -16,7 +16,7 @@ Este proyecto es un ejemplo basico de un sitio web utilizando **React** con **Ty
 
 <mark>Si tienes instalados node.js y npm, asegurate de actualizarlos antes de intentar construir las imagenes</mark>
 
-Si quieres ejecutar el proyecto necesitarás [git](https://git-scm.com/downloads), [Node.js and npm](https://www.npmjs.com/get-npm) y [Docker](https://docs.docker.com/get-docker/). Asegurate de tenerlos instalados en tu equipo. Descarga el proyecto con `git clone https://github.com/pglez82/asw2122_0`. La manera más rápìda de ejecutar todo es con Docker.
+Si quieres ejecutar el proyecto necesitarás [git](https://git-scm.com/downloads), [Node.js and npm](https://www.npmjs.com/get-npm) y [Docker](https://docs.docker.com/get-docker/). Asegurate de tenerlos instalados en tu equipo. Descarga el proyecto con `git clone https://github.com/arquisoft/dede_es5b`. La manera más rápìda de ejecutar todo es con Docker.
 
 ```bash
 docker-compose up --build
@@ -47,6 +47,6 @@ Deberias ser capaz de acceder a la aplicación en [http://localhost:3000](http:/
 
 ## Mas información
 Encontrarás más información sobre el repositorio en los otros archivos README:
-- Documentación: https://github.com/pglez82/asw2122_0/tree/master/docs
-- Webapp: https://github.com/pglez82/asw2122_0/tree/master/webapp
-- Restapi: https://github.com/pglez82/asw2122_0/tree/master/restapi
+- Documentación: https://github.com/arquisoft/dede_es5b/tree/master/docs
+- Webapp: https://github.com/arquisoft/dede_es5b/tree/master/webapp
+- Restapi: https://github.com/arquisoft/dede_es5b/tree/master/restapi
diff --git a/webapp/src/App.tsx b/webapp/src/App.tsx
index 31c551f..99cc012 100644
--- a/webapp/src/App.tsx
+++ b/webapp/src/App.tsx
@@ -28,7 +28,7 @@ function App(): JSX.Element {
         <Box component="div" sx={{ py: 2}}>This is a basic example of a React application using Typescript. You can add your email to the list filling the form below.</Box>
         <EmailForm OnUserListChange={refreshUserList}/>        
         <UserList users={users}/>
-        <Link href="https://github.com/pglez82/asw2122_0">Source code</Link>
+        <Link href="https://github.com/arquisoft/dede_es5b">Source code</Link>
       </Container>
     </>
   );