google-developer-training / kotlin-bootcamp

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

Kotlin Bootcamp issue: dead link to older articles.caster.io article #118

Open NikkyArmstrong opened 3 years ago

NikkyArmstrong commented 3 years ago

Describe the problem There is a dead link to an external article.

In which step of the codelab can this issue be found? Kotlin Bootcamp for Programmers 4: Object-oriented programming

  1. Task: Learn about singletons, enums, and sealed classes

Steps to reproduce? Navigate to section 4: Object-oriented programming, and step 10. Scroll to the bottom under "Create a sealed class" Click on the link with text "returning success or error from a network API". The link points to https://articles.caster.io/android/handling-optional-errors-using-kotlin-sealed-classes/ but this link is dead.

Versions N/A

Additional information Add any other context about the problem here.

codelab: kotlin-bootcamp

vtenfys commented 3 years ago

I just encountered this too - fortunately it's available through the Wayback Machine! https://web.archive.org/web/20201109040902/https://articles.caster.io/android/handling-optional-errors-using-kotlin-sealed-classes/