[jira] Rewrite all known Jira ids to monorail ids.

Bug: 60389
Change-Id: Icc60bf5b070a95d58432c117dc044a985063a859
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/openssh-portable/+/529342
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
Fuchsia-Auto-Submit: Nathan Mulcahey <nmulcahey@google.com>
Reviewed-by: Shai Barack <shayba@google.com>
diff --git a/fuchsia/fuchsia-compat.c b/fuchsia/fuchsia-compat.c
index 954671f..977e06f 100644
--- a/fuchsia/fuchsia-compat.c
+++ b/fuchsia/fuchsia-compat.c
@@ -196,7 +196,7 @@
   const char* command = lr->command;
   char** env = lr->env;
 
-  // TODO(CF-578): replace most of this with a "shell runner" instead
+  // TODO(fxbug.dev/4462): replace most of this with a "shell runner" instead
   const char* argv[ARGV_MAX];
   int argc = 1;
   argv[0] = ZX_SHELL_DEFAULT;