Skip to content

Commit 796db71

Browse files
committed
Changed the documentation URLs a bit
The documentation still doesn't exist, but it will ... at some point.
1 parent 9d98c30 commit 796db71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Skybrud.ImagePicker/PropertyEditors/ImagePickerConfiguration.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class ImagePickerConfiguration : MediaPickerConfiguration {
2020
[ConfigurationField("model",
2121
"Value type",
2222
"/App_Plugins/Skybrud.Umbraco.ImagePicker/Views/ImageModelPicker.html?editor=v2",
23-
Description = "<a href=\"https://packages.skybrud.dk/skybrud.imagepicker/docs/v3.0/image/configuration/#value-type\" class=\"btn btn-primary btn-xs skybrud-image-picker-button\" target=\"_blank\" rel=\"noreferrer noopener\">See the documentation &rarr;</a>\r\n" +
23+
Description = "<a href=\"https://packages.skybrud.dk/skybrud.imagepicker/docs/v3.0/image/configuration/value-type\" class=\"btn btn-primary btn-xs skybrud-image-picker-button\" target=\"_blank\" rel=\"noreferrer noopener\">See the documentation &rarr;</a>\r\n" +
2424
"Select the .NET value type that should be used for representing the selected image(s).")]
2525
public string ValueTypeName { get; set; }
2626

src/Skybrud.ImagePicker/PropertyEditors/ImagePickerWithCropsConfiguration.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class ImagePickerWithCropsConfiguration : MediaPicker3Configuration {
2121
[ConfigurationField("typeConverter",
2222
"Type converter",
2323
"/App_Plugins/Skybrud.Umbraco.ImagePicker/Views/TypeConverter.html?editor=v3",
24-
Description = "<a href=\"https://packages.skybrud.dk/skybrud.imagepicker/docs/v3.0/imagewithcrops/configuration/#type-converter\" class=\"btn btn-primary btn-xs skybrud-image-picker-button\" target=\"_blank\" rel=\"noreferrer noopener\">See the documentation &rarr;</a>\r\n" +
24+
Description = "<a href=\"https://packages.skybrud.dk/skybrud.imagepicker/docs/v3.0/imagewithcrops/configuration/type-converter\" class=\"btn btn-primary btn-xs skybrud-image-picker-button\" target=\"_blank\" rel=\"noreferrer noopener\">See the documentation &rarr;</a>\r\n" +
2525
"Select a type converter, which will be used for converting the selected items.")]
2626
public JObject TypeConverter { get; set; }
2727

@@ -31,7 +31,7 @@ public class ImagePickerWithCropsConfiguration : MediaPicker3Configuration {
3131
[ConfigurationField("model",
3232
"Value type",
3333
"/App_Plugins/Skybrud.Umbraco.ImagePicker/Views/ImageModelPicker.html?editor=v3",
34-
Description = "<a href=\"https://packages.skybrud.dk/skybrud.imagepicker/docs/v3.0/imagewithcrops/configuration/#value-type\" class=\"btn btn-primary btn-xs skybrud-image-picker-button\" target=\"_blank\" rel=\"noreferrer noopener\">See the documentation &rarr;</a>\r\n" +
34+
Description = "<a href=\"https://packages.skybrud.dk/skybrud.imagepicker/docs/v3.0/imagewithcrops/configuration/value-type\" class=\"btn btn-primary btn-xs skybrud-image-picker-button\" target=\"_blank\" rel=\"noreferrer noopener\">See the documentation &rarr;</a>\r\n" +
3535
"Select the .NET value type that should be used for representing the selected image(s).")]
3636
public string ValueTypeName { get; set; }
3737

0 commit comments

Comments
 (0)