Skip to content

Commit bcda181

Browse files
authored
Update creating-apis-with-python-and-flask.md
Remove broken link
1 parent f34f8c8 commit bcda181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/lessons/creating-apis-with-python-and-flask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ According to the Chronicling America documentation, in order to get structured d
139139

140140
The query parameters follow the `?` in the request, and are seperated from one another by the `&` symbol. The first query parameter, `format=json`, changes the returned data from HTML to JSON. The second, `proxtext=fire`, narrows the returned entries to those that include our search term.
141141

142-
If you [follow the above link](http://chroniclingamerica.loc.gov/search/pages/results/?format=json&proxtext=fire) in your browser, you'll see a structured list of the items in the database related to the search term "fire." The format of the returned data is called JSON, and is a structured format that looks like this excerpt from the Chronicling America results:
142+
If you follow the above link in your browser, you'll see a structured list of the items in the database related to the search term "fire." The format of the returned data is called JSON, and is a structured format that looks like this excerpt from the Chronicling America results:
143143

144144
```json
145145
"city": [

0 commit comments

Comments
 (0)