Change some Sourceforge URLs to bitbucket URLs

This commit is contained in:
Gregory Nutt
2015-06-26 17:29:32 -06:00
parent ea685dda8b
commit 973eae7a5a
9 changed files with 321 additions and 321 deletions
+2 -2
View File
@@ -667,7 +667,7 @@
The Z80 port was released in nuttx-0.3.6 has been verified using only a
z80 instruction simulator.
The set simulator can be found in the NuttX GIT at
http://sourceforge.net/p/nuttx/git/ci/master/tree/misc/sims/z80sim.
https://bitbucket.org/patacongo/nuttx/src/master/misc/sims/z80sim.
This port also uses the SDCC toolchain (http://sdcc.sourceforge.net/)
(verified with version 2.6.0 and 2.7.0).
</li>
@@ -1060,7 +1060,7 @@
<li><code>configs/z80sim</code>:
z80 Microcontroller. This port uses a Z80 instruction set simulator.
That simulator can be found in the NuttX GIT
<a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/misc/sims/z80sim" target="_blank">here</a>.
<a href="https://bitbucket.org/patacongo/nuttx/src/master/misc/sims/z80sim" target="_blank">here</a>.
This port also the <a href="http://sdcc.sourceforge.net/">SDCC</a> toolchain
under Linux or Cygwin(verified with version 2.6.0).
</li>