From 745a79f5fa040e65deb2094f39fbc42f6ec36ba9 Mon Sep 17 00:00:00 2001 From: daviditsygin Date: Fri, 26 Oct 2018 04:47:35 -0700 Subject: [PATCH] docs(iOS): update HtmlView documentation link (#6335) The old link was a 404. --- tns-core-modules/ui/html-view/html-view.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tns-core-modules/ui/html-view/html-view.d.ts b/tns-core-modules/ui/html-view/html-view.d.ts index dfebe1621..f553ed7b2 100644 --- a/tns-core-modules/ui/html-view/html-view.d.ts +++ b/tns-core-modules/ui/html-view/html-view.d.ts @@ -7,7 +7,7 @@ import { View, Property } from "../core/view"; /** * Represents a view with html content. Use this component instead WebView when you want to show just static HTML content. - * [iOS support](https://developer.apple.com/library/ios/documentation/UIKit/Reference/NSAttributedString_UIKit_Additions/#//apple_ref/occ/instm/NSAttributedString/initWithData:options:documentAttributes:error:) + * [iOS support](https://developer.apple.com/documentation/foundation/nsattributedstring/1524613-initwithdata) * [android support](http://developer.android.com/reference/android/text/Html.html) */ export class HtmlView extends View {