Skip to content

Commit 1756e6a

Browse files
authored
Merge pull request #67 from annegentle/linkcheck
Change the JSON Tutorial link on w3schools.com
2 parents f13b6e9 + 272d50a commit 1756e6a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

labs/coding-202-parsing-json/1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Completion Time: 15 minutes
1313

1414
Go through the [Coding 101 lab](lab/coding-101-rest-basics-ga/step/1 "Coding 101 Lab") if you are unfamiliar with Python and retrieving results from a RESTful service and the [Coding 201 lab](lab/coding-201-parsing-xml/step/1 "Coding 201 Parsing XML using Python Lab") for a similar approach to retrieving data using XML.
1515

16-
You should also have a basic familiarity with JSON. Otherwise, consider visiting the [W3Schools JSON Tutorial](http://www.w3schools.com/json/ "W3Schools JSON Tutorial") to get a firm base to build upon.
16+
You should also have a basic familiarity with JSON. Otherwise, consider visiting the [W3Schools JSON Tutorial](http://www.w3schools.com/js/js_json_intro.asp "W3Schools JSON Tutorial") to get a firm base to build upon.
1717

1818
For this lab, use Python 3.4+. To verify your version, enter the following command in a terminal:
1919

labs/coding-202-parsing-json/4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For more information on the topics covered, visit the following resources.
66

77
For more information on JavaScript Object Notation (JSON), visit [http://www.json.org/](http://www.json.org/ "JSON.org").
88

9-
Also consider visiting the JavaScript Object Notation (JSON) tutorials at [http://www.w3schools.com/json/](http://www.w3schools.com/json/ "W3Schools JSON")
9+
Also consider visiting the JavaScript Object Notation (JSON) tutorials at [http://www.w3schools.com/js/js_json_intro.asp](http://www.w3schools.com/js/js_json_intro.asp "W3Schools JSON")
1010

1111
## Python
1212

labs/coding-210-parsing-json-c++/1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Completion Time: 20 minutes
2121
##### On Windows #####
2222
Install Cygwin with the gcc compiler and libcurl libraries.
2323

24-
You should also have a basic familiarity with JSON. Otherwise, consider visiting the [W3Schools JSON Tutorial](http://www.w3schools.com/json/ "W3Schools JSON Tutorial").
24+
You should also have a basic familiarity with JSON. Otherwise, consider visiting the [W3Schools JSON Tutorial](http://www.w3schools.com/js/js_json_intro.asp "W3Schools JSON Tutorial").
2525

2626
For this lab, use the GNU C Compiler (g\+\+) version 4.9.+ tailored for C\+\+. If you have g\+\+ already installed, verify your version entering the following command:
2727
```

labs/coding-210-parsing-json-c++/6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For more information on the topics in this lab, visit one of the following resou
66

77
For more information on JavaScript Object Notation (JSON) visit: [http://www.json.org/](http://www.json.org/ "JSON.org")
88

9-
Also consider visiting the JavaScript Object Notation (JSON) tutorials: [http://www.w3schools.com/json/](http://www.w3schools.com/json/ "W3Schools JSON")
9+
Also consider visiting the JavaScript Object Notation (JSON) tutorials: [http://www.w3schools.com/js/js_json_intro.asp](http://www.w3schools.com/js/js_json_intro.asp "W3Schools JSON")
1010

1111

1212
### C++ ###

0 commit comments

Comments
 (0)