Skip to content

Commit 93eb8fc

Browse files
committed
Update download links to not use the deprecated "downloads" github URL
1 parent c016c9b commit 93eb8fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A web application to monitor and analyze the performance of your code.
44

5-
Known to be used by [PyPy](http://speed.pypy.org), [Twisted](http://speed.twistedmatrix.com), [RubySpec](http://speed.rubyspec.org/) and many more.
5+
Known to be used by [PyPy](http://speed.pypy.org), [Twisted](http://speed.twistedmatrix.com), [RubySpec](http://speed.rubyspec.org) and many more.
66

77
For an overview of some application concepts see the [wiki page](https://github.com/tobami/codespeed/wiki/Overview)
88

@@ -35,7 +35,7 @@ can take a long time. Please be patient.
3535
# Installation
3636

3737
* Download the last stable release from
38-
[http://github.com/tobami/codespeed/downloads](http://github.com/tobami/codespeed/downloads), unpack it and install it with `python setup.py install`.
38+
[github.com/tobami/codespeed/tags](https://github.com/tobami/codespeed/tags), unpack it and install it with `python setup.py install`.
3939
* To get started, you can use the `sample_project` directory as a starting point for your Django project, which can be normally configured by editing `sample_project/settings.py`.
4040
* For simplicity, you can use the default sqlite configuration, which will save
4141
the data to a database named `sample_project/data.db`

0 commit comments

Comments
 (0)