diff options
Diffstat (limited to 'icebox')
| -rwxr-xr-x | icebox/icebox_html.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/icebox/icebox_html.py b/icebox/icebox_html.py index 3785a45..879cc1e 100755 --- a/icebox/icebox_html.py +++ b/icebox/icebox_html.py @@ -153,7 +153,7 @@ def print_index(): print("<title>Project IceStorm – %s Overview</title>" % chipname) print("<h1>Project IceStorm – %s Overview</h1>" % chipname) - print("""<i><a href="http://www.clifford.at/icestorm/">Project IceStorm</a> aims at documenting the bitstream format of Lattice iCE40 FPGAs + print("""<i><a href="https://prjicestorm.readthedocs.io/">Project IceStorm</a> aims at documenting the bitstream format of Lattice iCE40 FPGAs and providing simple tools for analyzing and creating bitstream files. This is work in progress.</i>""") print("""<p>This documentation is auto-generated by <tt>icebox_html.py</tt> from IceBox.<br/> @@ -203,7 +203,7 @@ def print_tile(tx, ty): print("<title>Project IceStorm – %s %s Tile (%d %d)</title>" % (chipname, tile_type, tx, ty)) print("<h1>Project IceStorm – %s %s Tile (%d %d)</h1>" % (chipname, tile_type, tx, ty)) - print("""<i><a href="http://www.clifford.at/icestorm/">Project IceStorm</a> aims at documenting the bitstream format of Lattice iCE40 FPGAs + print("""<i><a href="https://prjicestorm.readthedocs.io/">Project IceStorm</a> aims at documenting the bitstream format of Lattice iCE40 FPGAs and providing simple tools for analyzing and creating bitstream files. This is work in progress.</i>""") print("""<p>This page describes the %s Tile (%d %d), what nets and |
