diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..744b830 Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index 9842c9e..ae1ff6f 100755 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ Syntax examples for useful Python functions, methods, and modules ###Links to view the IPython Notebooks -- [Python benchmarks via `timeit`](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/timeit_test.ipynb?create=1) +- [Python benchmarks via `timeit`](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/timeit_tests.ipynb?create=1) - [Benchmarks of different palindrome functions](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/palindrome_timeit.ipynb?create=1)