Skip to content

Commit 2ff34e0

Browse files
committed
Update NICAR links in README
1 parent 5e7bba5 commit 2ff34e0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
## Overview
1717

1818
This repo contains code samples demonstrating how to transform a complex, linear script into a modular,
19-
easier-to-maintain package. The code was written as a reference for the *Python: Beyond the Basics* class
20-
at [NICAR 2014][], but can also work as a stand-alone tutorial (check out our [main documentation site](http://refactoring-101.readthedocs.org/en/latest/)).
19+
easier-to-maintain package. The code is a teaching aide used in Python classes at [NICAR 2014][] and [NICAR 2015][],
20+
but can also work as a stand-alone tutorial (check out our [main documentation site](http://refactoring-101.readthedocs.org/en/latest/)).
2121

2222
The tutorial uses a small, [fake set of election results][] for demonstration purposes.
2323

@@ -31,7 +31,8 @@ We also introduce unit testing as a strategy for writing programs that you can u
3131
Wondering how to use this tutorial or why the hell we called it *refactoring101*? The [FAQ][] has answers to
3232
these and sundry other questions. Also, check out the [Resources][] page for wisdom from our tribal elders.
3333

34-
[NICAR 2014]: http://ire.org/conferences/nicar-2014/
34+
[NICAR 2014]: https://ire.org/events-and-training/event/973/1107/
35+
[NICAR 2015]: http://www.ire.org/events-and-training/event/1494/1600/
3536
[fake set of election results]: https://docs.google.com/spreadsheet/pub?key=0AhhC0IWaObRqdGFkUW1kUmp2ZlZjUjdTYV9lNFJ5RHc&output=html
3637
[FAQ]: https://github.com/PythonJournos/refactoring101/wiki/FAQ
3738
[Resources]: https://github.com/PythonJournos/refactoring101/wiki/Resources

0 commit comments

Comments
 (0)