[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: I9bfa7561e05aa05e9d28d43db091e61532ca1277
diff --git a/src/adaptations/device-layer/include/Weave/DeviceLayer/internal/GenericConfigurationManagerImpl.ipp b/src/adaptations/device-layer/include/Weave/DeviceLayer/internal/GenericConfigurationManagerImpl.ipp
index db8c880..2f3036a 100644
--- a/src/adaptations/device-layer/include/Weave/DeviceLayer/internal/GenericConfigurationManagerImpl.ipp
+++ b/src/adaptations/device-layer/include/Weave/DeviceLayer/internal/GenericConfigurationManagerImpl.ipp
@@ -143,7 +143,7 @@
 {
     WEAVE_ERROR err = WEAVE_NO_ERROR;
 
-    // See http://fxbug.dev/128466.
+    // See http://fxbug.dev/42078920.
     //
     // Report that the firmware build time is epoch. This time is used in
     // OpenWeave's CASEAuth implementation as a fallback when real time cannot
diff --git a/src/inet/IPEndPointBasis.cpp b/src/inet/IPEndPointBasis.cpp
index 94c7651..b70789c 100644
--- a/src/inet/IPEndPointBasis.cpp
+++ b/src/inet/IPEndPointBasis.cpp
@@ -1057,7 +1057,7 @@
             {
                 lPacketInfo.SrcAddress = IPAddress::FromIPv6(lPeerSockAddr.in6.sin6_addr);
                 lPacketInfo.SrcPort = ntohs(lPeerSockAddr.in6.sin6_port);
-                // TODO(fxbug.dev/58279): Remove this when IPV6_PKTINFO is implemented.
+                // TODO(fxbug.dev/42136218): Remove this when IPV6_PKTINFO is implemented.
                 // As a workaround, use sin6_scoped_id to retrieve the incoming interface id.
                 lPacketInfo.Interface = lPeerSockAddr.in6.sin6_scope_id;
             }
diff --git a/src/lib/profiles/BUILD.gn b/src/lib/profiles/BUILD.gn
index 21c4d10..a70b1a7 100644
--- a/src/lib/profiles/BUILD.gn
+++ b/src/lib/profiles/BUILD.gn
@@ -103,7 +103,7 @@
   configs += [ "//third_party/openweave-core/src/include:fuchsia" ]
   configs += [ "//build/config:Wno-extra-semi" ]
 
-  # TODO(https://fxbug.dev/135694): delete the below and fix compiler warnings
+  # TODO(https://fxbug.dev/42085293): delete the below and fix compiler warnings
   configs += [ "//build/config:Wno-vla-cxx-extension" ]
 
   public_deps = [ "//third_party/openweave-core/src/include:common" ]