Skip to content

Commit 61219e3

Browse files
committed
fixed link
1 parent 309f3b8 commit 61219e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

part-gen-prog/06-debugging.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ For more complex data structures, it can be useful to add `str()`, `head()`, or
482482
::: callout-caution
483483
#### Real world example: Web Scraping
484484

485-
In fall 2020, I wrote a webscraper to get election polling data from the RealClearPolitics site as part of the [`electionViz` package](github.com/heike/electionViz).
485+
In fall 2020, I wrote a webscraper to get election polling data from the RealClearPolitics site as part of the [`electionViz` package](https://www.github.com/heike/electionViz).
486486
I wrote the function `search_for_parent()` to get the parent HTML tag which matched the "tag" argument, that had the "node" argument as a descendant.
487487
I used print debugging to show the sequence of tags on the page.
488488

0 commit comments

Comments
 (0)