Skip to content

Commit

Permalink
Fix PeakUtils documentaion broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurV authored Nov 29, 2019
1 parent 655d0b5 commit 0b8add4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ indexes = peakutils.peak.indexes(np.array(vector),
print('Peaks are: %s' % (indexes))
```

[Documentation](http://pythonhosted.org/PeakUtils/reference.html#peakutils.peak.indexes).
[Documentation](https://peakutils.readthedocs.io/en/latest/).
[Package](https://bitbucket.org/lucashnegri/peakutils).
[Sample code](/tests/peakutils_indexes.py).

Expand Down

0 comments on commit 0b8add4

Please sign in to comment.