Skip to content

Commit 36e7e77

Browse files
Copilotmmcky
andcommitted
Fix 3 broken links in documentation
Co-authored-by: mmcky <8263752+mmcky@users.noreply.github.com>
1 parent 6851819 commit 36e7e77

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

lectures/about_py.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ It is used and supported extensively by large tech firms including
117117

118118
* [Google](https://www.google.com/)
119119
* [OpenAI](https://openai.com/)
120-
* [Netflix](https://www.netflix.com/)
121120
* [Meta](https://opensource.fb.com/)
122121
* [Amazon](https://www.amazon.com/)
123122
* [Reddit](https://www.reddit.com/)

lectures/pandas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ time from the World Bank.
606606

607607
The World Bank [collects and organizes data](https://data.worldbank.org/indicator) on a huge range of indicators.
608608

609-
For example, [here's](https://data.worldbank.org/indicator/GC.DOD.TOTL.GD.ZS/countries) some data on government debt as a ratio to GDP.
609+
For example, [here's](https://data.worldbank.org/indicator/GC.DOD.TOTL.GD.ZS) some data on government debt as a ratio to GDP.
610610

611611
The next code example fetches the data for you and plots time series for the US and Australia
612612

lectures/writing_good_code.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ But as a programmer, your aim should be to **automate** repetition, **not** do i
189189

190190
More importantly, repeating the same logic in different places means that eventually one of them will likely be wrong.
191191

192-
If you want to know more, read the excellent summary found on [this page](https://code.tutsplus.com/tutorials/3-key-software-principles-you-must-understand--net-25161).
193-
194192
We'll talk about how to avoid repetition below.
195193

196194
### Minimize Global Variables

0 commit comments

Comments
 (0)