google-developer-training / kotlin-bootcamp

Report issues with the Kotlin Bootcamp for Programmers codelab
7 stars 2 forks source link

Kotlin Bootcamp issue: broken link in Kotlin Bootcamp 3: Functions #210

Open weibeld opened 8 months ago

weibeld commented 8 months ago

Describe the problem

Broken link to Passing trailing lambdas section in docs.

The link:

https://kotlinlang.org/docs/reference/lambdas.html#passing-a-lambda-to-the-last-parameter

should be:

https://kotlinlang.org/docs/lambdas.html#passing-trailing-lambdas

In which step of the codelab can this issue be found?

Kotlin Bootcamp for Programmers 3: Functions: Steps 7 and 9

codelab: kotlin-bootcamp