Skip to content

Commit dfdf550

Browse files
fix(posts): fix 404 links
* At _site/blog/2020/08/26/python-iterate-csv-rows/index.html:175: External link https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html#pandas-read-csv failed (status code 404) * At _site/blog/2020/08/26/python-iterate-csv-rows/index.html:175: External link https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.iterrows.html#pandas-dataframe-iterrows failed (status code 404) * At _site/blog/2021/04/25/mac-java-command-line-tool-jdk/index.html:155: External link https://www.java.com/en/download/apple.jsp failed (status code 404)
1 parent 902cc14 commit dfdf550

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_posts/2020/2020-08-26-python-iterate-csv-rows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Install [pandas](https://pypi.org/project/pandas/):
5151
pip install pandas
5252
```
5353

54-
Using [`pandas.read_csv`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html#pandas-read-csv) and [`pandas.DataFrame.iterrows`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.iterrows.html#pandas-dataframe-iterrows):
54+
Using `pandas.read_csv` and `pandas.DataFrame.iterrows`:
5555

5656
```py
5757
import pandas as pd

_posts/2021/2021-04-25-mac-java-command-line-tool-jdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To use the "java" command-line tool you need to install a JDK.
3030

3131
## Solution
3232

33-
Install [Java](https://www.java.com/en/download/apple.jsp) with [Homebrew](https://brew.sh/):
33+
Install [Java](https://www.java.com/) with [Homebrew](https://brew.sh/):
3434

3535
```sh
3636
brew install java

0 commit comments

Comments
 (0)