Skip to content

Commit 70b7ec4

Browse files
committed
Use real URIs in example docs to satisfy CRAN
1 parent 932c571 commit 70b7ec4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

inst/extdata/url.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<br/>
1717
<table>
1818
<tr>
19-
<td colspan="2"><a href="example1.co.nz">Scraping</a> <a href="example2.co.nz">HTML.</a></td>
19+
<td colspan="2"><a href="https://www.r-project.org">Scraping</a> <a href="https://cran.r-project.org/index.html">HTML.</a></td>
2020
</tr>
2121
<tr>
22-
<td><a href="example3.co.nz">Sweet</a></td>
23-
<td><a href="example4.co.nz">as?</a></td>
24-
<td><a href="example5.co.nz">Yeah,</a><br/><a href="http://www.tui.co.nz/">right.</a></td>
22+
<td><a href="https://cran.r-project.org/">Sweet</a></td>
23+
<td><a href="https://cran.r-project.org/package=unpivotr">as?</a></td>
24+
<td><a href="https://cran.r-project.org/package=tidyxl">Yeah,</a><br/><a href="http://www.tui.co.nz/">right.</a></td>
2525
</tr>
2626
</table>
2727
</body>

0 commit comments

Comments
 (0)