diff --git a/config/fcos/v1_3/translate.go b/config/fcos/v1_3/translate.go index 9b83b749..ac1d5380 100644 --- a/config/fcos/v1_3/translate.go +++ b/config/fcos/v1_3/translate.go @@ -35,7 +35,7 @@ const ( // The partition layout implemented in this file replicates // the layout of the OS image defined in: - // https://github.com/coreos/coreos-assembler/blob/master/src/create_disk.sh + // https://github.com/coreos/coreos-assembler/blob/main/src/create_disk.sh // // Exception: we don't try to skip unused partition numbers, // because specifying a partition number would prevent child diff --git a/config/fcos/v1_4_exp/translate.go b/config/fcos/v1_4_exp/translate.go index a2c32eaa..4fedda16 100644 --- a/config/fcos/v1_4_exp/translate.go +++ b/config/fcos/v1_4_exp/translate.go @@ -35,7 +35,7 @@ const ( // The partition layout implemented in this file replicates // the layout of the OS image defined in: - // https://github.com/coreos/coreos-assembler/blob/master/src/create_disk.sh + // https://github.com/coreos/coreos-assembler/blob/main/src/create_disk.sh // // Exception: we don't try to skip unused partition numbers, // because specifying a partition number would prevent child