exercism / DEPRECATED.v2-feedback

Please use https://github.com/exercism/exercism.io for reporting issues
13 stars 5 forks source link

mentorcism: Links in header of solution page don't work as expected #204

Closed ErikSchierboom closed 6 years ago

ErikSchierboom commented 6 years ago

If I view a specific solution, e.g. by going to this page, there are two links below the "<username>'s solution header: one for the exercise and for the track:

image

The exercise link leads me to the track page, and the track link leads me to the current solution. I think that the link behind the exercise link should actually be the track's link. I'm not sure what the solution link should be.

iHiD commented 6 years ago

@ErikSchierboom So the track link is broken (I've submitted a PR), but the exercise link seems to be right for me. What's the URL you end up on after you click it?

ErikSchierboom commented 6 years ago

@iHiD Well, the link looks correct, https://mentors-beta.exercism.io/tracks/kotlin/exercises/hamming, but clicking on it then redirects to https://mentors-beta.exercism.io/my/tracks/kotlin.

iHiD commented 6 years ago

OK - cool. Thanks. It doesn't redirect me. I'll have a look :)

iHiD commented 6 years ago

PR submitted. Thanks :)

ErikSchierboom commented 6 years ago

Great!