Skip to content

Commit

Permalink
fix(chapter1): make link external
Browse files Browse the repository at this point in the history
  • Loading branch information
Wodann committed Nov 11, 2019
1 parent e6dec73 commit 658952e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ch01-02-hello-hot-reloading.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ embedding them in other programming languages.

## Mun embedded in C++

Mun [exposes](github.com/mun-lang/runtime-ffi) a C API and complementary c++ bindings for the Mun
Runtime. Listing 1-3 shows a C++ application that constructs a Mun Runtime for the
Mun [exposes](https://github.com/mun-lang/runtime-ffi) a C API and complementary C++ bindings for
the Mun Runtime. Listing 1-3 shows a C++ application that constructs a Mun Runtime for the
`hello_fibonacci` library and continuously invokes the `fibonacci5` function and outputs its result.

Filename: main.cc
Expand Down

0 comments on commit 658952e

Please sign in to comment.