From cfe7ffc5d0ed35d7fb162a07b2cd2d6c670a6260 Mon Sep 17 00:00:00 2001 From: "Curt J. Sampson" Date: Mon, 9 Sep 2019 15:48:54 +0900 Subject: [PATCH] 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 --- docs/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 65fa84b..437220c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -33,10 +33,10 @@ The monitor is started using the ``py65mon`` command:: Once the monitor has started, it will display a register dump and the dot prompt. You can then enter commands for the monitor at this prompt. -Py65Mon uses commands that are very similar to those used by the monitor -included with the `VICE emulator `_ for Commodore -computers. You can get a list of available commands with ``help`` or -help on a specific command with ``help command``. +Py65Mon uses commands that are very similar to those used by the +`VICE emulator's monitor `_ +for Commodore computers. You can get a list of available commands +with ``help`` or help on a specific command with ``help command``. Number Systems --------------