diff --git a/README.md b/README.md
index f98e32b0427b053bddfc1b5fbf47db30b5e4f2b8..55e104c4454de28000cf0f2ff18faa3ece544287 100644
--- a/README.md
+++ b/README.md
@@ -9,11 +9,11 @@ This repository hosts an autograding system for Moodle. It is composed of a Mood
 ## Documentation
 
 - **[Overview Slides](https://docs.google.com/presentation/d/1I6cxSl5_9RdUbUu0-JtgHDPcIOuj2h5b37QV55cT9NI/edit?usp=sharing)**. These slides provide a high-level overview of the project.
-- **[Practice Paper](./docs/sefi_2024.pdf)**. Published at SEFI 2024, the practice paper describes the project's objectives and the architecture of the system in more detail.
+- **[Practice Paper](https://doi.org/10.5281/zenodo.14256923)**. Published at SEFI 2024, the practice paper describes the project's goals and the architecture of the system in more detail.
 - **[Architecture Diagram](./docs/architecture.pdf)**. Overview of the data flow between the different components of the system, with a focus on security.
 - **[Example Python image](./test-images/demo-python3)**. This example shows how to create a Docker image to grade Python assignments.
 - **[Administrator instructions](./docs/moodle_config.md)**. These instructions are for the Moodle administrators.
-- **[Developers instructions](./docs/dev_setup.md)**. These instructions explain how to setup a local environment to develop the Moodle plugin and the web service.
+- **[Developers' instructions](./docs/dev_setup.md)**. These instructions explain how to setup a local environment to develop the Moodle plugin and the web service.
 
 ## Support 
 
@@ -21,9 +21,9 @@ Contact the team at [autograde-support@groupes.epfl.ch](mailto:autograde-support
 
 ## Acknowledgements
 
-- **Main development**: Hamza Remmal
-- **Development**: Dixit Sabharwal, Benoit Morawiec and El Hassan Jamaly
-- **Technical supervision**: Matt Bovel
-- **Project leads**: Barbara Jobstmann and Jamila Sam
+- **Main development**: [Hamza Remmal](https://remmal.net)
+- **Development**: Dixit Sabharwal, [Benoit Morawiec](https://people.epfl.ch/benoit.morawiec) and [El Hassan Jamaly](https://people.epfl.ch/el.jamaly)
+- **Technical supervision**: [Matt Bovel](https://people.epfl.ch/matthieu.bovel)
+- **Project leads**: [Barbara Jobstmann](https://people.epfl.ch/barbara.jobstmann) and [Jamila Sam](https://people.epfl.ch/jamila.sam)
 
 This project was funded by the [DRIL Fund](https://www.epfl.ch/education/educational-initiatives/cede/training-and-support/dril/) of EPFL.
diff --git a/docs/sefi_2024.pdf b/docs/sefi_2024.pdf
deleted file mode 100644
index 8da716b07a6816c841cd51164fe6c8c702f37239..0000000000000000000000000000000000000000
Binary files a/docs/sefi_2024.pdf and /dev/null differ