From dc59736043741a6d5247cd8c5fea486daf16aab1 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Tue, 23 Jan 2018 19:25:34 -0800 Subject: [PATCH] README: Fix Table of Contents broken links --- README.md | 74 +++++++++++++++++++++++++++---------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 0690c01e..3f68726c 100644 --- a/README.md +++ b/README.md @@ -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