Skip to content

Commit 97005af

Browse files
committed
Fix mal-formed URL
1 parent d97272a commit 97005af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/GSOC2010_Joao.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ The same rationale from SEQRES applies for the exclusion of looking up
239239
SSBOND. Also, instead of using `NeighborSearch` to look for pairs of
240240
cysteins in bond distance, I instead used the minus operator since it
241241
has been overloaded to return the distance between two atoms (Page 10 of
242-
the [FAQ](http://http://biopython.org/DIST/docs/tutorial/biopdb_faq.pdf)).
242+
the [FAQ](http://biopython.org/DIST/docs/tutorial/biopdb_faq.pdf)).
243243
The average distance cited in the literature is 2.05A but other software
244244
packages and my own tests set 3.0A as a good threshold. Still, the user
245245
can set his own threshold manually.

0 commit comments

Comments
 (0)