From b705bc4a3f97a6f947f51c2d7030554de491f6ee Mon Sep 17 00:00:00 2001 From: rschwiebert Date: Mon, 15 Aug 2016 16:21:52 -0400 Subject: [PATCH] broken links In fact, all three http links here are broken now. I think this one is easy to repair, but the other ones will take more time. --- publish/c++-wrapping.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish/c++-wrapping.txt b/publish/c++-wrapping.txt index 933d1d2..b14398f 100644 --- a/publish/c++-wrapping.txt +++ b/publish/c++-wrapping.txt @@ -9,7 +9,7 @@ Manual wrapping If you have a relatively small amount of C/C++ code to wrap, you can do it by hand. The `Extending and Embedding -`__ section of the docs is a pretty +`__ section of the docs is a pretty good reference. When I write wrappers for C and C++ code, I usually provide a procedural