Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
n4to4 committed Dec 18, 2016
1 parent 3aa8db5 commit bfe00af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ contribute a fix or implementation for your issue to be appreciated.


## Write code ## Write code


The [design principles document](DESIGN.md) outlines some of the practices followed in the circe The [design principles document][design-principles] outlines some of the practices followed in the circe
codebase. In general the public API should be purely functional, but the implementation is free to codebase. In general the public API should be purely functional, but the implementation is free to
use non-functional constructions for the sake of performance—we want correctness, of course, but use non-functional constructions for the sake of performance—we want correctness, of course, but
internally we're willing to have this correctness verified by tests rather than the compiler when internally we're willing to have this correctness verified by tests rather than the compiler when
Expand Down Expand Up @@ -83,6 +83,7 @@ compatibility before the next release.
tests get added. tests get added.


[beginner-friendly]: https://github.com/circe/circe/labels/beginner-friendly [beginner-friendly]: https://github.com/circe/circe/labels/beginner-friendly
[design-principles]: https://github.com/circe/circe/blob/master/DESIGN.md
[discipline]: https://github.com/typelevel/discipline [discipline]: https://github.com/typelevel/discipline
[gitter]: https://gitter.im/circe/circe [gitter]: https://gitter.im/circe/circe
[fork-and-pull]: https://help.github.com/articles/using-pull-requests/ [fork-and-pull]: https://help.github.com/articles/using-pull-requests/
Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/resources/microsite/includes/references.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[argonaut-contributors]: https://github.com/argonaut-io/argonaut/graphs/contributors [argonaut-contributors]: https://github.com/argonaut-io/argonaut/graphs/contributors
[argonaut-shapeless]: https://github.com/alexarchambault/argonaut-shapeless [argonaut-shapeless]: https://github.com/alexarchambault/argonaut-shapeless
[argus]: https://github.com/aishfenton/Argus [argus]: https://github.com/aishfenton/Argus
[benchmarks]: https://github.com/circe/circe/blob/master/benchmark/src/main/scala/io/circe/benchmark/Benchmark.scala [benchmarks]: https://github.com/circe/circe/blob/master/modules/benchmark/src/main/scala/io/circe/benchmark/Benchmark.scala
[cats]: https://github.com/typelevel/cats [cats]: https://github.com/typelevel/cats
[cats-xor]: http://typelevel.org/cats/tut/xor.html [cats-xor]: http://typelevel.org/cats/tut/xor.html
[circe-251]: https://github.com/circe/circe/issues/251 [circe-251]: https://github.com/circe/circe/issues/251
Expand Down Expand Up @@ -45,7 +45,7 @@
[jsactor]: https://github.com/codemettle/jsactor [jsactor]: https://github.com/codemettle/jsactor
[json-schema]: http://json-schema.org/ [json-schema]: http://json-schema.org/
[json.parse]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse [json.parse]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse
[jsonpath]: https://github.com/circe/circe/blob/master/optics/src/main/scala/io/circe/optics/JsonPath.scala [jsonpath]: https://github.com/circe/circe/blob/master/modules/optics/src/main/scala/io/circe/optics/JsonPath.scala
[jwt]: https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32 [jwt]: https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32
[jwt-circe]: http://pauldijou.fr/jwt-scala/samples/jwt-circe/ [jwt-circe]: http://pauldijou.fr/jwt-scala/samples/jwt-circe/
[kadai-log]: https://bitbucket.org/atlassian/kadai-log [kadai-log]: https://bitbucket.org/atlassian/kadai-log
Expand Down

0 comments on commit bfe00af

Please sign in to comment.