Improve release note url instructions. (#6517)

diff --git a/packages/devtools_app/release_notes/README.md b/packages/devtools_app/release_notes/README.md
index 1ee0141..1089543 100644
--- a/packages/devtools_app/release_notes/README.md
+++ b/packages/devtools_app/release_notes/README.md
@@ -28,8 +28,8 @@
     the running release notes for the current version.
   - See an example [PR](https://github.com/flutter/website/pull/6791) for
     an example of how to add those to the Flutter website.
-  - Make sure all images contain the `site_url`
-    - e.g. `{{site.url}}/tools/devtools/release-notes/images-<version>/`
+  - Make sure to update all image links with the `site_url`
+    - e.g. `{{site.url}}/tools/devtools/release-notes/images-<VERSION>/<IMAGE_FILE>`
   - NOTE: When adding images, be cognizant that the images will be
     rendered in a relatively small window in DevTools,
     and they should be sized accordingly.