File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ func (p *createAPISubcommand) Validate() error {
163
163
// Check that the provided group can be added to the project
164
164
if ! p .config .IsMultiGroup () && p .config .ResourcesLength () != 0 && ! p .config .HasGroup (p .resource .Group ) {
165
165
return fmt .Errorf ("multiple groups are not allowed by default, to enable multi-group visit %s" ,
166
- "kubebuilder.io/migration/multi-group.html" )
166
+ "https:// kubebuilder.io/migration/multi-group.html" )
167
167
}
168
168
}
169
169
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ func (p *createAPISubcommand) Validate() error {
186
186
// Check that the provided group can be added to the project
187
187
if ! p .config .IsMultiGroup () && p .config .ResourcesLength () != 0 && ! p .config .HasGroup (p .resource .Group ) {
188
188
return fmt .Errorf ("multiple groups are not allowed by default, " +
189
- "to enable multi-group visit kubebuilder.io/migration/multi-group.html" )
189
+ "to enable multi-group visit https:// kubebuilder.io/migration/multi-group.html" )
190
190
}
191
191
192
192
// Check CRDVersion against all other CRDVersions in p.config for compatibility.
You can’t perform that action at this time.
0 commit comments