diff options
author | BurdetteLamar <[email protected]> | 2023-09-22 13:42:34 +0100 |
---|---|---|
committer | git <[email protected]> | 2023-09-22 13:58:45 +0000 |
commit | 170e622aadc8287bfce78481036fca658b46c6e6 (patch) | |
tree | 33f22af35f9676f7c3f9728c5e91e7ceea9f14f1 /lib/prettyprint.rb | |
parent | 8b236e0c66da8f92e9fc33de66cfbc8e4b0c0763 (diff) |
[ruby/prettyprint] [DOC] Link fixes
https://github.com/ruby/prettyprint/commit/f1f583c827
Diffstat (limited to 'lib/prettyprint.rb')
-rw-r--r-- | lib/prettyprint.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/prettyprint.rb b/lib/prettyprint.rb index 540b12fb70..156d710284 100644 --- a/lib/prettyprint.rb +++ b/lib/prettyprint.rb @@ -23,10 +23,10 @@ # # == References # Christian Lindig, Strictly Pretty, March 2000, -# http://www.st.cs.uni-sb.de/~lindig/papers/#pretty +# https://lindig.github.io/papers/strictly-pretty-2000.pdf # # Philip Wadler, A prettier printer, March 1998, -# http://homepages.inf.ed.ac.uk/wadler/topics/language-design.html#prettier +# https://homepages.inf.ed.ac.uk/wadler/topics/language-design.html#prettier # # == Author # Tanaka Akira <[email protected]> |