Skip to content

Commit cfe7ffc

Browse files
committed
docs/index.rst: Fix URL for VICE
The viceteam.org domain was lost to a domain squatter in 2014[[1]], and is now the site of a law firm. The curent site is vice-emu.sourceforge.net. Also, we deep link directly into the VICE monitor documentation, since that's likely what people will want to see when following this link. It's easy from there to get back to the top page (just delete `vice_12.html` in the URL bar) if that's what the user wants. [1]: https://web.archive.org/web/20140601000000*/viceteam.org
1 parent 34fc7c1 commit cfe7ffc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ The monitor is started using the ``py65mon`` command::
3333
Once the monitor has started, it will display a register dump and the
3434
dot prompt. You can then enter commands for the monitor at this prompt.
3535

36-
Py65Mon uses commands that are very similar to those used by the monitor
37-
included with the `VICE emulator <http://viceteam.org>`_ for Commodore
38-
computers. You can get a list of available commands with ``help`` or
39-
help on a specific command with ``help command``.
36+
Py65Mon uses commands that are very similar to those used by the
37+
`VICE emulator's monitor <http://vice-emu.sourceforge.net/vice_12.html>`_
38+
for Commodore computers. You can get a list of available commands
39+
with ``help`` or help on a specific command with ``help command``.
4040

4141
Number Systems
4242
--------------

0 commit comments

Comments
 (0)