Skip to content

Commit 8ccf3ed

Browse files
authored
Update README.md
1 parent 4eb5993 commit 8ccf3ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
JSON is a common standard used by websites and APIs and even natively supported by modern databases such as PostgreSQL. In this article, we’ll present a tutorial on how to handle JSON data with Python
1616

17-
For a detailed explanation, see our [blog post](https://oxylabs.io/blog/python-parse-json).
17+
For a detailed explanation, see our [blog post](https://oxy.yt/9rL7).
1818

1919
## What is JSON?
2020

@@ -320,4 +320,4 @@ print(type(country_object))
320320
```
321321

322322

323-
If you wish to find out more about Reading & Parsing JSON Data With Python, see our [blog post](https://oxylabs.io/blog/python-parse-json).
323+
If you wish to find out more about Reading & Parsing JSON Data With Python, see our [blog post](https://oxy.yt/9rL7).

0 commit comments

Comments
 (0)