Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d15e0e2

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎plugins/social-share.md

Copy file name to clipboardExpand all lines: plugins/social-share.md
+1-1Lines 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`](/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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.