We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3b850 commit 2736c2cCopy full SHA for 2736c2c
README.md
@@ -464,7 +464,7 @@ various `debug` call-sites you left lying around and manually tweaking the
464
verbosity of each one. Furthermore, if you want additional information like
465
`sourcecode.Line` or `sourcecode.File`, that's all just one implicit away.
466
467
-The [PPrint](http://www.lihaoyi.com/upickle-pprint/pprint)
+The [PPrint](https://github.com/com-lihaoyi/PPrint)
468
library provides a `pprint.log` method that does exactly this: prints out the
469
value provided (in this case pretty-printing it with colors and nice formatting
470
& indentation) together with the enclosing context and line number, so you
0 commit comments