Skip to content

Commit 7d87934

Browse files
committed
fixed link in README
1 parent 394ada5 commit 7d87934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repository contains an example Python module which wraps C++ code. The code
77
3. Unit tests for Python code (using `unittest`)
88
4. A `setuptools` setup.py script for building, installation, and testing
99

10-
Please see the [blog post that accompanies this repository]() for more information.
10+
Please see the [blog post that accompanies this repository](http://www.benjack.io/2018/02/02/python-cpp-revisited.html) for more information.
1111

1212
**NOTE**: If you'd like to see the version of the repository that corresponds to my [original June 2017 blog post](http://www.benjack.io/2017/06/12/python-cpp-tests.html), go to [this release](https://github.com/benjaminjack/python_cpp_example/tree/v0.1). However, I no longer recommend using the repository structure from this old release.
1313

0 commit comments

Comments
 (0)