srowen commented on a change in pull request #24210: [SPARK-27274][DOCS] Fix references to scala 2.11 in 2.4.1+ docs; Note 2.11 support is deprecated in 2.4.1+ URL: https://github.com/apache/spark/pull/24210#discussion_r268884498
########## File path: docs/rdd-programming-guide.md ########## @@ -871,7 +871,7 @@ The most common ones are distributed "shuffle" operations, such as grouping or a by a key. In Java, key-value pairs are represented using the -[scala.Tuple2](http://www.scala-lang.org/api/{{site.SCALA_VERSION}}/index.html#scala.Tuple2) class +[scala.Tuple2](https://www.scala-lang.org/api/current/scala/Tuple2.html) class Review comment: That's fine, I found the new URL pattern. I really doubt it will change, but hey. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
