Skip to content

Commit c4c1f2b

Browse files
zenspidersimi
authored andcommitted
Removed old/dead pickaxe link for writing C extensions.
ruby-doc.com died a couple months ago and the 1st edition pickaxe is ancient. There's better writeups on writing C extensions elsewhere. This is better to remove rather than finding another published pickaxe.
1 parent c081333 commit c4c1f2b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gems-with-extensions.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,6 @@ Further Reading
274274
* Interfaces to C libraries can be written using ruby and
275275
[fiddle](https://docs.ruby-lang.org/en/master/Fiddle.html) (part
276276
of the standard library) or [ruby-ffi](https://github.com/ffi/ffi)
277-
* [Extending Ruby](https://ruby-doc.com/docs/ProgrammingRuby/html/ext_ruby.html)
278-
is a [Programming Ruby](http://docs.ruby-doc.com/docs/ProgrammingRuby/)
279-
book chapter about building C extensions. _Please note_: this content is somewhat
280-
older and some C extension APIs have changed.
281277

282278
[extension.rdoc]: https://github.com/ruby/ruby/blob/master/doc/extension.rdoc
283279
[mkmf.rb]: https://github.com/ruby/ruby/blob/master/lib/mkmf.rb

0 commit comments

Comments
 (0)