diff --git a/README.md b/README.md index 42489417..17771b6f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [](https://travis-ci.org/nlohmann/json) [](https://ci.appveyor.com/project/nlohmann/json) [](https://coveralls.io/r/nlohmann/json) -[](http://melpon.org/wandbox/permlink/WSW3gHHE4UcZ9K3G) +[](http://melpon.org/wandbox/permlink/wuiuqYiYqRTdI3rG) [](http://nlohmann.github.io/json) [](https://raw.githubusercontent.com/nlohmann/json/master/LICENSE.MIT) [](https://github.com/nlohmann/json/releases) diff --git a/doc/examples/README.link b/doc/examples/README.link index 62671439..7e8b50a8 100644 --- a/doc/examples/README.link +++ b/doc/examples/README.link @@ -1 +1 @@ -<a target="_blank" href="http://melpon.org/wandbox/permlink/y0porRuf7gTGQrIn"><b>online</b></a> \ No newline at end of file +<a target="_blank" href="http://melpon.org/wandbox/permlink/wuiuqYiYqRTdI3rG"><b>online</b></a> \ No newline at end of file diff --git a/doc/scripts/send_to_wandbox.py b/doc/scripts/send_to_wandbox.py index 77c1f157..0158fb16 100755 --- a/doc/scripts/send_to_wandbox.py +++ b/doc/scripts/send_to_wandbox.py @@ -100,7 +100,8 @@ def main(): 'code': open(cpp).read(), 'codes': [{ 'file': os.path.relpath(header, directory), - 'code': strip_comments(open(header).read()) + #'code': strip_comments(open(header).read()) + 'code': open(header).read() } for header in headers(directory)], 'options': 'boost-nothing,c++11', 'compiler': 'gcc-4.9.2',