Skip to content

Commit c227a39

Browse files
committed
update script sources to be even with the example file in reactjs/react-tutorial repo ... apply to japanese and korean translation (+2 squashed commit)
Squashed commit: [4564e55] Ensures we don't need to update this page for every release. [b0d60f9] update script sources to be even with the example file in reactjs/react-tutorial repo
1 parent cfe428e commit c227a39

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/docs/tutorial.ja-JP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ next: thinking-in-react-ja-JP.html
4040
<html>
4141
<head>
4242
<title>Hello React</title>
43-
<script src="https://fb.me/react-{{site.react_version}}.js"></script>
44-
<script src="https://fb.me/JSXTransformer-{{site.react_version}}.js"></script>
45-
<script src="https://code.jquery.com/jquery-1.10.0.min.js"></script>
43+
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/{{site.react_version}}/react.js"></script>
44+
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/{{site.react_version}}/JSXTransformer.js"></script>
45+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
4646
</head>
4747
<body>
4848
<div id="content"></div>

docs/docs/tutorial.ko-KR.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ next: thinking-in-react-ko-KR.html
4040
<html>
4141
<head>
4242
<title>Hello React</title>
43-
<script src="https://fb.me/react-{{site.react_version}}.js"></script>
44-
<script src="https://fb.me/JSXTransformer-{{site.react_version}}.js"></script>
45-
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
43+
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/{{site.react_version}}/react.js"></script>
44+
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/{{site.react_version}}/JSXTransformer.js"></script>
45+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
4646
</head>
4747
<body>
4848
<div id="content"></div>

docs/docs/tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ For this tutorial, we'll use prebuilt JavaScript files on a CDN. Open up your fa
3939
<html>
4040
<head>
4141
<title>Hello React</title>
42-
<script src="https://fb.me/react-{{site.react_version}}.js"></script>
43-
<script src="https://fb.me/JSXTransformer-{{site.react_version}}.js"></script>
44-
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
42+
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/{{site.react_version}}/react.js"></script>
43+
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/{{site.react_version}}/JSXTransformer.js"></script>
44+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
4545
</head>
4646
<body>
4747
<div id="content"></div>

0 commit comments

Comments
 (0)