Skip to content

Commit d15e0e2

Browse files
authored
fix ImageSource link use full url (#29)
1 parent 7bbd2f9 commit d15e0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/social-share.md

+1-1
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`](/api-reference/classes/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`](https://docs.nativescript.org/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)