scodec-stream icon indicating copy to clipboard operation
scodec-stream copied to clipboard

Links are incorrect

Open Amndeep7 opened this issue 8 years ago • 1 comments
trafficstars

There are a few links in README.md that lead to 404s. During a talk with @mpilquist, it turns out that it's most probably due to rename of master to series/1.x.

An example of a 404-ing link is https://github.com/scodec/scodec-stream/blob/master/src/main/scala/scodec/stream/decode/StreamDecoder.scala, which is what scodec.stream.StreamDecoder[A] links to in the Guide section.

There is an example of a fixed link in this commit: https://github.com/scodec/scodec-stream/commit/387fe66295ab18870acd9835d729ac1b5334b539

Amndeep7 avatar Apr 27 '17 17:04 Amndeep7

Another instance of a link being incorrect: in the sentence "See the API docs for more details.", the link goes to a google search for scodec stream API, which I guess works, but it could instead directly link to the API.

Amndeep7 avatar May 02 '17 21:05 Amndeep7