Reword instructions to update java_tools_repos()
diff --git a/docs/release.md b/docs/release.md
index 1f04018..f26154a 100644
--- a/docs/release.md
+++ b/docs/release.md
@@ -151,10 +151,7 @@
 
         - Update package_version, see [example](https://github.com/bazelbuild/bazel/pull/17203/commits/308ed35f45e82163a84313ef67610a32198f6555)
         - After making sure presubmits pass, send the PR for review and assign `@comius` and `@hvadehra`
-    2. Update the version of the java_tools here in rules_java repository:
-    https://github.com/bazelbuild/rules_java/blob/master/java/repositories.bzl#L22-L61. 
-    After making the changes, submit the PR and it will add `@comius` and `@java team` as a reviewer.
-    Refer to [this example] (https://github.com/bazelbuild/rules_java/pull/87)
+        - Make the corresponding updates to [java_tools_repos()](https://github.com/bazelbuild/rules_java/blob/master/java/repositories.bzl#L22-L61) in the repositories.bzl file in the rules_java repository. Refer to [this example](https://github.com/bazelbuild/rules_java/pull/87).
     
     3. If the CI finishes unsuccessfully find the reasons why the CI is failing
     and file bugs. After the bugs are fixed start all over again from step 2 and create the