Skip to content

Commit 532d3d5

Browse files
committed
/* Getting more control */
1 parent b94f1fb commit 532d3d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wiki/BioJava:CookBook:PDB:read3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ possible to
5151
- work with local PDB file installations.
5252

5353
The class providing the core functionality for this is the
54-
[PDBFileReader](http://www.biojava.org/docs/api/index.html?org/biojava/bio/structure/io/PDBFileReader.html)
54+
[PDBFileReader](http://www.biojava.org/docs/api/index.html?org/biojava/nbio/structure/io/PDBFileReader.html)
5555
class.
5656

5757
Short Example: how to read a local file

wiki/BioJava:CookBook:PDB:read3.0.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ BioJava provides a PDB file parser, that reads the content of a PDB file into a
4141
<li>work with local PDB file installations.</li>
4242
</ul>
4343

44-
The class providing the core functionality for this is the [http://www.biojava.org/docs/api/index.html?org/biojava/bio/structure/io/PDBFileReader.html PDBFileReader] class.
44+
The class providing the core functionality for this is the [http://www.biojava.org/docs/api/index.html?org/biojava/nbio/structure/io/PDBFileReader.html PDBFileReader] class.
4545

4646
== Short Example: how to read a local file ==
4747

0 commit comments

Comments
 (0)