From 9c548aa3aaaf106413056fa955e841b9760dadc3 Mon Sep 17 00:00:00 2001 From: Juampy Date: Wed, 6 Aug 2014 17:34:16 -0400 Subject: [PATCH] docs: Fix broken link to to SCE The second link to Strict Contextual Escaping (SCE) points to a 404. --- docs/content/error/$sce/unsafe.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/error/$sce/unsafe.ngdoc b/docs/content/error/$sce/unsafe.ngdoc index bdde4e6a776c..0f24bf7bf4c8 100644 --- a/docs/content/error/$sce/unsafe.ngdoc +++ b/docs/content/error/$sce/unsafe.ngdoc @@ -10,7 +10,7 @@ Angular's {@link ng.$sce Strict Contextual Escaping (SCE)} mode contexts to result in a value that is trusted as safe for use in such a context. (e.g. loading an Angular template from a URL requires that the URL is one considered safe for loading resources.) -This helps prevent XSS and other security issues. Read more at {@link -api/ng.$sce Strict Contextual Escaping (SCE)} +This helps prevent XSS and other security issues. Read more at +{@link ng.$sce Strict Contextual Escaping (SCE)} You may want to include the ngSanitize module to use the automatic sanitizing.