From 12d583ff574b29bb99f53555124e0d48d333f76f Mon Sep 17 00:00:00 2001 From: Wayne Williams Date: Fri, 21 Apr 2017 14:22:04 -0400 Subject: [PATCH] Changed url to access Japanese translated page (#13321) --- src/nls/ja/urls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nls/ja/urls.js b/src/nls/ja/urls.js index 034076c8710..69911e4bee2 100644 --- a/src/nls/ja/urls.js +++ b/src/nls/ja/urls.js @@ -25,5 +25,5 @@ define({ // Relative to the samples folder "GETTING_STARTED" : "ja/Getting Started", "ADOBE_THIRD_PARTY" : "http://www.adobe.com/go/thirdparty_jp/", - "WEB_PLATFORM_DOCS_LICENSE" : "http://creativecommons.org/licenses/by/3.0/" + "WEB_PLATFORM_DOCS_LICENSE" : "http://creativecommons.org/licenses/by/3.0/deed.ja" });