After the refactor that moved `Random` into `Math.Random`, the source link of definitions lead to https://github.com/flix/flix/blob/master/main/src/library/Math%5CRandom.flix#L47-L62 which gives a 404 instead of https://github.com/flix/flix/blob/master/main/src/library/Math/Random.flix#L47-L62 which works. There seems to be several such cases.
After the refactor that moved
RandomintoMath.Random, the source link of definitions lead to https://github.com/flix/flix/blob/master/main/src/library/Math%5CRandom.flix#L47-L62 which gives a 404 instead of https://github.com/flix/flix/blob/master/main/src/library/Math/Random.flix#L47-L62 which works. There seems to be several such cases.