diff options
author | Will Bradley <zyphlar@users.noreply.github.com> | 2015-03-19 11:44:20 -0700 |
---|---|---|
committer | Will Bradley <zyphlar@users.noreply.github.com> | 2015-03-19 11:44:20 -0700 |
commit | 46d27eec8468b55ebf954c409c7cfb185decdf48 (patch) | |
tree | b91fedd5bffc2d5d044a8f3952b0643699220979 | |
parent | dc3539340dba1c6d6308a62a9701fdc3f3343de5 (diff) | |
download | webgrind-46d27eec8468b55ebf954c409c7cfb185decdf48.zip webgrind-46d27eec8468b55ebf954c409c7cfb185decdf48.tar.gz webgrind-46d27eec8468b55ebf954c409c7cfb185decdf48.tar.bz2 |
README links to github instead of google code
Taking a guess at what the new correct links are.
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -12,9 +12,7 @@ Features * Track time spent in functions by self cost or inclusive cost. Inclusive cost is time inside function + calls to other functions. * See if time is spent in internal or user functions. * See where any function was called from and which functions it calls. - * Generate a call graph using [gprof2dot.py](http://code.google.com/p/jrfonseca/wiki/Gprof2Dot) - -[](http://wiki.jrfonseca.googlecode.com/git/gprof2dot.png) + * Generate a call graph using [gprof2dot.py](https://github.com/jrfonseca/gprof2dot) Suggestions for improvements and new features are more than welcome - this is just a start. @@ -26,7 +24,7 @@ Installation 2. Unzip package to favourite path accessible by webserver. 3. Load webgrind in browser and start profiling -See the [Installation page on Google Code](http://code.google.com/p/webgrind/wiki/Installation) for more +See the [Installation Wiki page](https://github.com/jokkedk/webgrind/wiki/Installation) for more Credits ------- |