Skip to content

Commit a81b1d1

Browse files
author
Benoit Tigeot
committed
Format links in resources
1 parent fcbab38 commit a81b1d1

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -172,16 +172,16 @@ Here is a list of questions I have. Feel free to make a PR to answer them.
172172
## Resources
173173

174174
#### Blog post, gist, google doc :
175-
* https://blog.codeship.com/the-definitive-guide-to-ruby-heap-dumps-part-i/
176-
* https://blog.codeship.com/the-definitive-guide-to-ruby-heap-dumps-part-ii/
177-
* http://www.be9.io/2015/09/21/memory-leak/
178-
* http://blog.skylight.io/hunting-for-leaks-in-ruby/
179-
* http://eng.rightscale.com/2015/09/16/how-to-debug-ruby-memory-issues.html
180-
* https://engineering.heroku.com/blogs/2015-02-04-incremental-gc/
181-
* https://ruby-hacking-guide.github.io/
182-
* Finding a Ruby memory leak using a time analysis https://gist.github.com/wvengen/f1097651c238b2f7f11d
183-
* Google doc with Ruby memory Model : https://docs.google.com/document/d/1pVzU8w_QF44YzUCCab990Q_WZOdhpKolCIHaiXG-sPw/edit#heading=h.gh0cw4u6nbi5
184-
* Ruby 2.2.X AWS SDK memory leak : https://gist.github.com/quezacoatl/7657854f371edcb5d8e6
175+
* The Definitive Guide to Ruby Heap Dumps by Richard Schneems ([part 1](https://blog.codeship.com/the-definitive-guide-to-ruby-heap-dumps-part-i/), [part 2](https://blog.codeship.com/the-definitive-guide-to-ruby-heap-dumps-part-ii/))
176+
* [How I spent two weeks hunting a memory leak in Ruby by Oleg Dashevskii](http://www.be9.io/2015/09/21/memory-leak/)
177+
* [What I Learned About Hunting Memory Leaks in Ruby 2.1 by Peter Wagenet](http://blog.skylight.io/hunting-for-leaks-in-ruby/)
178+
* [How to debug Ruby memory issues by Callum Dryden](http://eng.rightscale.com/2015/09/16/how-to-debug-ruby-memory-issues.html)
179+
* [Incremental Garbage Collection in Ruby 2.2 by Koichi Sasada](https://engineering.heroku.com/blogs/2015-02-04-incremental-gc/)
180+
* [Ruby Hacking Guide by many good people](https://ruby-hacking-guide.github.io/)
181+
* [Demystifying the Ruby GC by Sam Saffron](https://samsaffron.com/archive/2013/11/22/demystifying-the-ruby-gc)
182+
* [Finding a Ruby memory leak using a time analysis by wvengen](https://gist.github.com/wvengen/f1097651c238b2f7f11d)
183+
* [Google doc with Ruby memory Model](https://docs.google.com/document/d/1pVzU8w_QF44YzUCCab990Q_WZOdhpKolCIHaiXG-sPw/edit#heading=h.gh0cw4u6nbi5)
184+
* [Ruby 2.2.X AWS SDK memory leak by Johan Lundahl](https://gist.github.com/quezacoatl/7657854f371edcb5d8e6)
185185

186186
#### Tools:
187187
* https://github.com/SamSaffron/memory_profiler
@@ -194,10 +194,10 @@ Here is a list of questions I have. Feel free to make a PR to answer them.
194194
* https://github.com/michaelherold/benchmark-memory
195195

196196
#### Learn with PR comments and ruby issues:
197-
* Demonstrates that a non-retained object is sometimes still present in the heap : https://github.com/schneems/heap_problem/pull/1
198-
* Documenting Ruby memory model : https://bugs.ruby-lang.org/issues/12020
199-
* Decreased Object Allocation in Pathname.rb : https://bugs.ruby-lang.org/issues/11375
200-
* Derailed benchmark explanations : https://github.com/schneems/derailed_benchmarks/issues/62
197+
* [Demonstrates that a non-retained object is sometimes still present in the heap](https://github.com/schneems/heap_problem/pull/1)
198+
* [Documenting Ruby memory model](https://bugs.ruby-lang.org/issues/12020)
199+
* [Decreased Object Allocation in Pathname.rb](https://bugs.ruby-lang.org/issues/11375)
200+
* [Derailed benchmark explanations](https://github.com/schneems/derailed_benchmarks/issues/62)
201201

202202
#### Book :
203203
* [Ruby under microscope](http://patshaughnessy.net/ruby-under-a-microscope)
@@ -208,7 +208,7 @@ Here is a list of questions I have. Feel free to make a PR to answer them.
208208
Youtube video playlist : https://www.youtube.com/playlist?list=PLXvaGTBVk36uIVBGKI72vqd9BFcMmPFI7
209209

210210
##### Other than youtube :
211-
* GoRuCo 2010 - Aman Gupta - memprof: the ruby level memory profiler : https://vimeo.com/12748731
211+
* [GoRuCo 2010 - Aman Gupta - memprof: the ruby level memory profiler](https://vimeo.com/12748731)
212212

213213
## Tanks 💕
214214
And I would love to thanks especially Richard Schneems, Aaron Patterson, Sam Saffron...

0 commit comments

Comments
 (0)