README: Fix Table of Contents broken links

This commit is contained in:
Mark Pizzolato 2018-01-23 19:25:34 -08:00
parent fe47ba6324
commit dc59736043

View file

@ -1,43 +1,43 @@
# SIMH v4.0 - Beta [![Coverity Scan Build Status](https://scan.coverity.com/projects/11982/badge.svg)](https://scan.coverity.com/projects/simh)
## Table of Contents:
[WHAT'S NEW](whats-new)
. . [New Simulators](new-simulators)
. . [Simulator Front Panel API](simulator-front-panel-api)
. . [New Functionality](new-functionality)
. . . . [Remote Console Facility](remote-console-facility)
. . . . [VAX/PDP11 Enhancements](vaxpdp11-enhancements)
. . . . [PDP10 Enhancements](pdp10-enhancements)
. . . . [SDS 940 Enhancements](sds-940-enhancements)
. . . . [Terminal Multiplexer additions](terminal-multiplexer-additions)
. . . . [Video Display Capabilities](video-display-capabilities)
. . . . [Asynchronous I/O](asynchronous-io)
. . . . [Clock/Timer Enhancements](clocktimer-enhancements)
. . . . [Ethernet Transport Enhancements](ethernet-transport-enhancements)
. . . . [Disk Extensions](disk-extensions)
. . . . [Embedded ROM support](embedded-rom-support)
. . . . [Control Flow](control-flow)
. . . . [Scriptable interactions with running simulators](scriptable-interactions-with-running-simulators)
. . . . [Help](help)
. . . . [Generic SCP support Clock Coscheduling as opposed to per simulator implementations](generic-scp-support-clock-coscheduling-as-opposed-to-per-simulator-implementations)
. . . . [New SCP Commands](new-scp-commands)
. . . . [Command Processing Enhancements](command-[rocessing-enhancements)
. . . . . . [Environment variable insertion](environment-variable-insertion)
. . . . . . [Command aliases](command-aliases)
. . . . . . [Do command argument manipulation](do-command-argument-manipulation)
. . [Building and running a simulator](building-and-running-a-simulator)
. . . . [Use Prebuilt Windows Simulators](use-prebuilt-sindows-simulators)
. . . . [Building simulators yourself](building-simulators-yourself)
. . . . . . [Linux/OSX other *nix platforms](linuxosx-other-nix-platforms)
. . . . . . . . [Build Dependencies](build-dependencies)
. . . . . . . . . . [OS X - Dependencies](os-x--dependencies)
. . . . . . . . . . [Linux - Dependencies](linux--dependencies)
. . . . . . [Windows](windows)
. . . . . . . . [Required related files](required-related-files)
. . . . . . . . [Visual Studio (Standard or Express) 2008, 2010, 2012, 2013 or Visual Studio Community 2015](visual-studio-standard-or-express-2008-2010-2012-2013-or-visual-studio-community-2015)
. . . . . . . . [MinGW](mingw)
. . . . . . [VMS](vms)
. . [Problem Reports](problem-reports)
[WHAT'S NEW](#whats-new)
. . [New Simulators](#new-simulators)
. . [Simulator Front Panel API](#simulator-front-panel-api)
. . [New Functionality](#new-functionality)
. . . . [Remote Console Facility](#remote-console-facility)
. . . . [VAX/PDP11 Enhancements](#vax-pdp11-enhancements)
. . . . [PDP10 Enhancements](#pdp10-enhancements)
. . . . [SDS 940 Enhancements](#sds-940-enhancements)
. . . . [Terminal Multiplexer additions](#terminal-multiplexer-additions)
. . . . [Video Display Capabilities](#video-display-capabilities)
. . . . [Asynchronous I/O](#asynchronous-io)
. . . . [Clock/Timer Enhancements](#clock-timer-enhancements)
. . . . [Ethernet Transport Enhancements](#ethernet-transport-enhancements)
. . . . [Disk Extensions](#disk-extensions)
. . . . [Embedded ROM support](#embedded-rom-support)
. . . . [Control Flow](#control-flow)
. . . . [Scriptable interactions with running simulators](#scriptable-interactions-with-running-simulators)
. . . . [Help](#help)
. . . . [Generic SCP support Clock Coscheduling as opposed to per simulator implementations](#generic-scp-support-clock-coscheduling-as-opposed-to-per-simulator-implementations)
. . . . [New SCP Commands](#new-scp-commands)
. . . . [Command Processing Enhancements](#command-[rocessing-enhancements)
. . . . . . [Environment variable insertion](#environment-variable-insertion)
. . . . . . [Command aliases](#command-aliases)
. . . . . . [Do command argument manipulation](#do-command-argument-manipulation)
. . [Building and running a simulator](#building-and-running-a-simulator)
. . . . [Use Prebuilt Windows Simulators](#use-prebuilt-sindows-simulators)
. . . . [Building simulators yourself](#building-simulators-yourself)
. . . . . . [Linux/OSX other *nix platforms](#linuxosx-other-nix-platforms)
. . . . . . . . [Build Dependencies](#build-dependencies)
. . . . . . . . . . [OS X - Dependencies](#os-x--dependencies)
. . . . . . . . . . [Linux - Dependencies](#linux--dependencies)
. . . . . . [Windows](#windows)
. . . . . . . . [Required related files](#required-related-files)
. . . . . . . . [Visual Studio (Standard or Express) 2008, 2010, 2012, 2013 or Visual Studio Community 2015](#visual-studio-standard-or-express-2008-2010-2012-2013-or-visual-studio-community-2015)
. . . . . . . . [MinGW](#mingw)
. . . . . . [VMS](#vms)
. . [Problem Reports](#problem-reports)
## WHAT'S NEW