diff --git a/howto-gitlab-making-releases.txt b/howto-gitlab-making-releases.txt
index 444156b4c80806e231c0b84e54bd8170abf4b59e..bef89cf4eadb9744515aea89b21332c56f5ad97f 100644
--- a/howto-gitlab-making-releases.txt
+++ b/howto-gitlab-making-releases.txt
@@ -3,7 +3,7 @@ How to create a gitlab release from an existing tar.gz
 
 Assume the existing tar.gz is ecm-6.0.1.tar.gz.
 
-On gitlab, release page, click on "New release"
+On gitlab, in the Deploy/Releases page, click on "New release"
 
 Enter as tag name something like git-6.0.1. Indeed, git will automatically
 create a tarball from the given commit, the "git-" prefix is there to avoid
@@ -17,6 +17,9 @@ In "Release asset", enter the url of the file
 
 https://gitlab.inria.fr/zimmerma/ecm/uploads/70afcfac2a7a6a762a08eda0c551fafd/ecm-6.0.1.tar.gz
 
+where "70afcfac2a7a6a762a08eda0c551fafd" is copied from the link you see
+after attaching the release file above.
+
 and as "Link title" enter "release tarball".
 
 Click on create release.