This is an automated email from the ASF dual-hosted git repository.

littlecui pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new 177d877  Fix the broken links for China Region (#349)
177d877 is described below

commit 177d87792754d81bc7c880e637f4fd1c7470a220
Author: Mohammad Asif Siddiqui <[email protected]>
AuthorDate: Tue May 15 17:30:53 2018 +0530

    Fix the broken links for China Region (#349)
---
 frontend/app/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/frontend/app/index.html b/frontend/app/index.html
index 406d6c9..1d078bb 100644
--- a/frontend/app/index.html
+++ b/frontend/app/index.html
@@ -64,16 +64,16 @@ limitations under the License.
     <script 
src="https://cdnjs.cloudflare.com/ajax/libs/angular-chart.js/1.1.1/angular-chart.js";></script>
    <!-- <script 
src="https://rawcdn.githack.com/Orange-OpenSource/angular-swagger-ui/0.5.4/dist/scripts/swagger-ui.js";></script>
 -->
     <script 
src="https://rawcdn.githack.com/mmumshad/angular-yamljs/master/dist/angular-yamljs.js";></script>
-    <script 
src="https://cdn.rawgit.com/asifdxtreme/angular-swagger-ui/565ed3ea/dist/scripts/swagger-ui.js";></script>
+    <script 
src="https://rawcdn.githack.com/asifdxtreme/angular-swagger-ui/master/dist/scripts/swagger-ui.js";></script>
 
     <script 
src="https://cdnjs.cloudflare.com/ajax/libs/js-yaml/3.11.0/js-yaml.min.js";></script>
     <script 
src="https://cdnjs.cloudflare.com/ajax/libs/yamljs/0.1.5/yaml.js";></script>
-    <script 
src="https://cdn.rawgit.com/asifdxtreme/angular-swagger-ui/565ed3ea/dist/scripts/modules/swagger-yaml-parser.min.js";></script>
+    <script 
src="https://rawcdn.githack.com/asifdxtreme/angular-swagger-ui/master/dist/scripts/modules/swagger-yaml-parser.min.js";></script>
     <script 
src="https://fastcdn.org/FileSaver.js/1.1.20151003/FileSaver.min.js";></script>
     <script 
src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.4/jszip.js";></script>
     <script 
src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.3.2/swagger-ui-bundle.js";></script>
     <script 
src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.3.2/swagger-ui-standalone-preset.js";></script>
-    <script 
src="https://cdn.rawgit.com/jeremyfa/yaml.js/v0.3.0/dist/yaml.js";></script>
+    <script 
src="https://rawcdn.githack.com/jeremyfa/yaml.js/v0.3.0/dist/yaml.js";></script>
     <!-- build:js({.tmp,app}) scripts/scripts.js -->
     <script src="scripts/app.js"></script>
     <!-- Load common services -->

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to