[fxbug.dev] Migrate bug numbers

This changes fxbug.dev/ URLs from Monorail bug numbers to the new
Fuchsia Issue Tracker numbers.

The migration to the new issue tracker was announced here:
https://groups.google.com/a/fuchsia.dev/g/announce/c/GOYfJozEqmk/m/qsGsaJ7UAAAJ

Bug: 298074672
Change-Id: Id749f43ec654995a60646c0ae55a9332c80d8317
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/luci-go/+/980340
Reviewed-by: Ian McKellar <ianloic@google.com>
diff --git a/resultdb/proto/v1/BUILD.gn b/resultdb/proto/v1/BUILD.gn
index b3fb5e2..f437b4a 100644
--- a/resultdb/proto/v1/BUILD.gn
+++ b/resultdb/proto/v1/BUILD.gn
@@ -35,7 +35,7 @@
     sources += [ "${name}.pb.go" ]
   }
   deps = [
-    # TODO(https://fxbug.dev/70570): Remove this when we're on protoc 3.14.0 or higher.
+    # TODO(https://fxbug.dev/42149829): Remove this when we're on protoc 3.14.0 or higher.
     "//third_party/golibs:github.com/golang/protobuf",
     "//third_party/golibs:google.golang.org/protobuf",
   ]
diff --git a/resultdb/sink/proto/v1/BUILD.gn b/resultdb/sink/proto/v1/BUILD.gn
index 30e5e00..c05d8ba 100644
--- a/resultdb/sink/proto/v1/BUILD.gn
+++ b/resultdb/sink/proto/v1/BUILD.gn
@@ -33,7 +33,7 @@
     sources += [ "${name}.pb.go" ]
   }
   deps = [
-    # TODO(https://fxbug.dev/70570): Remove this when we're on protoc 3.14.0 or higher.
+    # TODO(https://fxbug.dev/42149829): Remove this when we're on protoc 3.14.0 or higher.
     "//third_party/golibs:github.com/golang/protobuf",
     "//third_party/golibs:google.golang.org/protobuf",
     "//third_party/luci-go/resultdb/proto/v1:resultdb_proto_go",