From: Mike Jackson Date: Wed, 3 Apr 2013 09:04:24 +0000 (-0700) Subject: Fixed relative link X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=004eb1bd1977395f75847a7badad654b25477bec;p=swc-testing-nose.git Fixed relative link --- diff --git a/testing/Writing.md b/testing/Writing.md index 17cc63b..f757b46 100755 --- a/testing/Writing.md +++ b/testing/Writing.md @@ -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}