Browse code

Update Google Code URLs.

Jose Fonseca authored on 01/12/2015 10:05:03
Showing 2 changed files

... ...
@@ -37,7 +37,7 @@ See also:
37 37
 
38 38
   * [github issue tracker](https://github.com/jrfonseca/xdot.py/issues)
39 39
 
40
-  * [googlecode issue tracker](https://code.google.com/p/jrfonseca/issues/list?q=xdot).
40
+  * [googlecode issue tracker](https://code.google.com/archive/p/jrfonseca/issues).
41 41
 
42 42
 Screenshots
43 43
 ===========
... ...
@@ -125,6 +125,6 @@ Links
125 125
 
126 126
  * [ZGRViewer](http://zvtm.sourceforge.net/zgrviewer.html) -- another superb graphviz/dot viewer
127 127
 
128
- * [dot2tex](http://code.google.com/p/dot2tex/) -- python script to convert xdot output from Graphviz to a series of PSTricks or PGF/TikZ commands.
128
+ * [dot2tex](https://github.com/kjellmf/dot2tex) -- python script to convert xdot output from Graphviz to a series of PSTricks or PGF/TikZ commands.
129 129
 
130 130
  * The [pypy project](http://codespeak.net/pypy/) also includes an [interactive dot viewer based on graphviz's plain format and the pygame library](http://morepypy.blogspot.com/2008/01/visualizing-python-tokenizer.html).
... ...
@@ -7,7 +7,7 @@
7 7
 #   python setup.py sdist upload
8 8
 #
9 9
 # See also:
10
-# - https://code.google.com/p/jrfonseca/issues/detail?id=19
10
+# - https://code.google.com/archive/p/jrfonseca/issues/19
11 11
 # - http://docs.python.org/2/distutils/packageindex.html
12 12
 #
13 13