From 2fbbfc4d5ac30e1e388c21a816bbbda805f5a7ba Mon Sep 17 00:00:00 2001 From: Mike Jackson Date: Wed, 3 Apr 2013 01:59:26 -0700 Subject: [PATCH] Added relative link to dna.py --- testing/Writing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/Writing.md b/testing/Writing.md index b9f5614..17cc63b 100755 --- a/testing/Writing.md +++ b/testing/Writing.md @@ -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} -- 2.26.2