Skip to content

Commit

Permalink
Fix redirect links
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Mar 4, 2024
1 parent d44add2 commit 07dc2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/using/selecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ It contains:
- Everything in `jupyter/pyspark-notebook` and its ancestor images
- [IRKernel](https://irkernel.github.io/) to support R code in Jupyter notebooks
- [rcurl](https://cran.r-project.org/web/packages/RCurl/index.html),
[sparklyr](https://spark.rstudio.com),
[sparklyr](https://spark.posit.co),
[ggplot2](https://ggplot2.tidyverse.org)
packages

Expand Down
2 changes: 1 addition & 1 deletion docs/using/specifics.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,5 +303,5 @@ sess.run(hello)
```

[sparkr]: https://spark.apache.org/docs/latest/sparkr.html
[sparklyr]: https://spark.rstudio.com/
[sparklyr]: https://spark.posit.co
[spark-conf]: https://spark.apache.org/docs/latest/configuration.html

0 comments on commit 07dc2d0

Please sign in to comment.