From 512b7fa2f476d384e437cdb89ab63b5f1c33b9a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Bazin?= <jn.bazin@imt-atlantique.fr> Date: Wed, 12 Feb 2025 11:02:11 +0100 Subject: [PATCH] update readme --- README.md | 3 +-- proj/cleanup.cmd | 0 proj/cleanup.sh | 0 3 files changed, 1 insertion(+), 2 deletions(-) mode change 100644 => 100755 proj/cleanup.cmd mode change 100644 => 100755 proj/cleanup.sh diff --git a/README.md b/README.md index 33b1ff3..8465546 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # TP filtre audio -[ ] Comment utiliser Git et Gitlab : [https://tp-vhdl.gitlab-pages.imt-atlantique.fr/gitlab/](https://tp-vhdl.gitlab-pages.imt-atlantique.fr/gitlab/) -[ ] Énoncé du TP : [https://tp-vhdl.gitlab-pages.imt-atlantique.fr/filtre/](https://tp-vhdl.gitlab-pages.imt-atlantique.fr/filtre/) +- Énoncé du TP : [https://mee-labs.gitlab-pages.imt-atlantique.fr/vhdl/filter/](https://mee-labs.gitlab-pages.imt-atlantique.fr/vhdl/filter/) ## Questions diff --git a/proj/cleanup.cmd b/proj/cleanup.cmd old mode 100644 new mode 100755 diff --git a/proj/cleanup.sh b/proj/cleanup.sh old mode 100644 new mode 100755 -- GitLab