summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Bradley <zyphlar@users.noreply.github.com>2015-03-19 11:44:20 -0700
committerWill Bradley <zyphlar@users.noreply.github.com>2015-03-19 11:44:20 -0700
commit46d27eec8468b55ebf954c409c7cfb185decdf48 (patch)
treeb91fedd5bffc2d5d044a8f3952b0643699220979
parentdc3539340dba1c6d6308a62a9701fdc3f3343de5 (diff)
downloadwebgrind-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.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4614672..fa44446 100644
--- a/README.md
+++ b/README.md
@@ -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_small.png)](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
-------