Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Oct 27, 2023
1 parent 1d54c42 commit 2d853ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Biobb (BioExcel building blocks) packages are Python building blocks that
create new layer of compatibility and interoperability over popular
bioinformatics tools.
The latest documentation of this package can be found in our readthedocs site:
[latest API documentation](http://biobb_dna.readthedocs.io/en/latest/).
[latest API documentation](http://biobb-dna.readthedocs.io/en/latest/).

### Version
v4.1.0 2023.3
Expand Down
2 changes: 1 addition & 1 deletion biobb_dna/docs/source/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Biobb (BioExcel building blocks) packages are Python building blocks that
create new layer of compatibility and interoperability over popular
bioinformatics tools.
The latest documentation of this package can be found in our readthedocs site:
[latest API documentation](http://biobb_dna.readthedocs.io/en/latest/).
[latest API documentation](http://biobb-dna.readthedocs.io/en/latest/).

### Version
v4.1.0 2023.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
keywords="Bioinformatics Workflows BioExcel Compatibility",
url="https://github.com/bioexcel/biobb_dna",
project_urls={
"Documentation": "http://biobb_dna.readthedocs.io/en/latest/",
"Documentation": "http://biobb-dna.readthedocs.io/en/latest/",
"Bioexcel": "https://bioexcel.eu/"
},
packages=setuptools.find_packages(exclude=['adapters', 'docs', 'test']),
Expand Down

0 comments on commit 2d853ff

Please sign in to comment.