Fixed relative link
authorMike Jackson <michaelj@epcc.ed.ac.uk>
Wed, 3 Apr 2013 09:04:24 +0000 (02:04 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 1 Nov 2013 04:22:23 +0000 (21:22 -0700)
testing/Writing.md

index 17cc63b76b94c2cce2051c8079c47436e714c9c6..f757b462b71dcda77829dbee9fed0baf9faa04a7 100755 (executable)
@@ -1,6 +1,6 @@
 ## Let's start writing some tests
 
-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, 
+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}