Skip to content

Commit

Permalink
Merge pull request #694 from f3ndot/patch-1
Browse files Browse the repository at this point in the history
Fix wiki links in README
  • Loading branch information
larskanis committed Apr 27, 2019
2 parents bf23a37 + c2d67cc commit cb3aaca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,12 +1,12 @@
# Ruby-FFI https://wiki.github.com/ffi/ffi [![Build Status](https://travis-ci.org/ffi/ffi.svg?branch=master)](https://travis-ci.org/ffi/ffi) [![Build status Windows](https://ci.appveyor.com/api/projects/status/r8wxn1sd4s794gg1/branch/master?svg=true)](https://ci.appveyor.com/project/larskanis/ffi-aofqa/branch/master)
# Ruby-FFI https://github.com/ffi/ffi/wiki [![Build Status](https://travis-ci.org/ffi/ffi.svg?branch=master)](https://travis-ci.org/ffi/ffi) [![Build status Windows](https://ci.appveyor.com/api/projects/status/r8wxn1sd4s794gg1/branch/master?svg=true)](https://ci.appveyor.com/project/larskanis/ffi-aofqa/branch/master)

## Description

Ruby-FFI is a gem for programmatically loading dynamically-linked native
libraries, binding functions within them, and calling those functions
from Ruby code. Moreover, a Ruby-FFI extension works without changes
on CRuby (MRI), JRuby, Rubinius and TruffleRuby. [Discover why you should write your next extension
using Ruby-FFI](https://wiki.github.com/ffi/ffi/why-use-ffi).
using Ruby-FFI](https://github.com/ffi/ffi/wiki/why-use-ffi).

## Features

Expand All @@ -33,8 +33,8 @@ MyLib.puts 'Hello, World using libc!'
For less minimalistic and more examples you may look at:

* the `samples/` folder
* the examples on the [wiki](https://wiki.github.com/ffi/ffi)
* the projects using FFI listed on the wiki: https://wiki.github.com/ffi/ffi/projects-using-ffi
* the examples on the [wiki](https://github.com/ffi/ffi/wiki)
* the projects using FFI listed on the wiki: https://github.com/ffi/ffi/wiki/projects-using-ffi

## Requirements

Expand Down

0 comments on commit cb3aaca

Please sign in to comment.