@skyux/datetime 13.3.1 → 13.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -363,7 +363,7 @@ class SkyDatePipe {
363
363
  * @param value Specifies the date value to transform.
364
364
  * @param format Specifies the format to apply to the transform. The format string is
365
365
  * constructed by a series of symbols that represent date-time values. The symbols are
366
- * identical to [Angular's `DatePipe`](https://angular.io/api/common/DatePipe#pre-defined-format-options) format options.
366
+ * identical to [Angular's `DatePipe`](https://angular.dev/api/common/DatePipe#pre-defined-format-options) format options.
367
367
  * @param locale Specifies the locale code to use in the transform.
368
368
  */
369
369
  transform(value, format, locale) {