Skip to content

Commit 736d1b8

Browse files
authored
fix link to ImageSource class (#26)
1 parent cced2e8 commit 736d1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/social-share.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import * as SocialShare from "@nativescript/social-share";
2525

2626
### shareImage(ImageSource image, [optional] String subject)
2727

28-
The `shareImage()` method expects an [`ImageSource`](http://docs.nativescript.org/ApiReference/image-source/ImageSource.html) object. The code below loads an image from the app and invokes the share widget with it:
28+
The `shareImage()` method expects an [`ImageSource`](/api-reference/classes/imagesource.html) object. The code below loads an image from the app and invokes the share widget with it:
2929

3030
```JavaScript
3131
// ------------ JavaScript ------------------

0 commit comments

Comments
 (0)