Added relative link to dna.py
authorMike Jackson <michaelj@epcc.ed.ac.uk>
Wed, 3 Apr 2013 08:59:26 +0000 (01:59 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 1 Nov 2013 04:22:13 +0000 (21:22 -0700)
testing/Writing.md

index b9f56146b9ace26b5c789bd7680bcd7e16dbbae4..17cc63b76b94c2cce2051c8079c47436e714c9c6 100755 (executable)
@@ -1,6 +1,6 @@
 ## Let's start writing some tests
 
-In the file `dna.py` we have a Python dictionary that stores the molecular weights of the 4 standard DNA nucleotides, A, T, C and G, 
+In the file `[dna.py](python/dna/dna.py)` we have a Python dictionary that stores the molecular weights of the 4 standard DNA nucleotides, A, T, C and G, 
 
     NUCLEOTIDES = {'A':131.2, 'T':304.2, 'C':289.2, 'G':329.2}