Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
twoentartian authored Sep 9, 2024
1 parent f0e4508 commit a25f409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/getting-started/apache-spark/dataframe-and-dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ properties as explained before. Read the blog to get to know the details!

This was a brief overview of the 2 (or 3) different Spark APIs. You can always
find more information on the programming guides for
[RDDs](https://spark.apache.org/docs/3.1.2/rdd-programming-guide.html) and
[Dataframes/Datasets](https://spark.apache.org/docs/3.1.2/sql-programming-guide.html)
[RDDs](https://spark.apache.org/docs/latest/rdd-programming-guide.html) and
[Dataframes/Datasets](https://spark.apache.org/docs/latest/sql-programming-guide.html)
and in the [Spark
documentation](https://spark.apache.org/docs/3.1.2/api/scala/org/apache/spark/index.html).
documentation](https://spark.apache.org/docs/latest/api/scala/org/apache/spark/index.html).

0 comments on commit a25f409

Please sign in to comment.