Skip to content

Commit

Permalink
fixed image mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Avsecz committed Nov 30, 2016
1 parent fe50f71 commit 5a7662b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ clean-build: ## remove build artifacts
rm -fr build/
rm -fr dist/
rm -fr .eggs/
rm output.html
rm -f output.html
find . -name '*.egg-info' -exec rm -fr {} +
find . -name '*.egg' -exec rm -f {} +

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CONCISE (COnvolutional neural Network for CIS-regulatory Elements) is a model fo
* Documentation: https://concise-bio.readthedocs.io

.. image:: https://github.com/Avsecz/concise/blob/master/concise-figure1.png
:target: https://github.com/Avsecz/concise/blob/master/concise-figure1.png
:target: https://raw.githubusercontent.com/Avsecz/concise/master/concise-figure1.png
:width: 60%
:align: center

Expand Down

0 comments on commit 5a7662b

Please sign in to comment.