URLs for events rules

Hi,

URLs for events rules in global rulesets are setup as follows: https://xyz.pagerduty.com/event-rules/global/<$ruleset_id>/rules/<$rule_id>

With one notable exception being rule URLs in the default global ruleset: https://xyz.pagerduty.com/event-rules/global/_default/rules/<$rule_id>

For backwards compatibility, I can understand retaining the _default variant. However, given the introduction of List event rules via the API where the self URL is always in the former format (i.e., ...<$ruleset_id>/rules/<$rule_id>), it makes no sense to fail to resolve this URL format for the default global ruleset event rules and leads to broken/error pages otherwise.

Thanks.