Skip to content

Commit

Permalink
Fix anchors in .md files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfru committed Nov 28, 2017
1 parent 6db1875 commit 4a6f19d
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 32 deletions.
1 change: 0 additions & 1 deletion v0100/doc/lib.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Smaller C Standard Library
 

## Table of contents

Expand Down
29 changes: 14 additions & 15 deletions v0100/doc/smlrc.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,34 @@
# Smaller C Core Compiler
 

## Table of contents

[About this document](#wiki-about-this-document)
[About this document](#about-this-document)

[What is Smaller C?](#wiki-what-is-smaller-c)
[What is Smaller C?](#what-is-smaller-c)

[Why yet another compiler?](#wiki-why-yet-another-compiler)
[Why yet another compiler?](#why-yet-another-compiler)

[What features are supported by Smaller C?](#wiki-what-features-are-supported-by-smaller-c)
[What features are supported by Smaller C?](#what-features-are-supported-by-smaller-c)

[What features are NOT supported by Smaller C?](#wiki-what-features-are-not-supported-by-smaller-c)
[What features are NOT supported by Smaller C?](#what-features-are-not-supported-by-smaller-c)

[Calling conventions](#wiki-calling-conventions)
[Calling conventions](#calling-conventions)

[Limitations and implementation details](#wiki-limitations-and-implementation-details)
[Limitations and implementation details](#limitations-and-implementation-details)

[How do I compile Smaller C on/for x86?](#wiki-how-do-i-compile-smaller-c-onfor-x86)
[How do I compile Smaller C on/for x86?](#how-do-i-compile-smaller-c-onfor-x86)

[How do I compile Smaller C for MIPS?](#wiki-how-do-i-compile-smaller-c-for-mips)
[How do I compile Smaller C for MIPS?](#how-do-i-compile-smaller-c-for-mips)

[How do I compile Smaller C for TR3200?](#wiki-how-do-i-compile-smaller-c-for-tr3200)
[How do I compile Smaller C for TR3200?](#how-do-i-compile-smaller-c-for-tr3200)

[How do I run Smaller C?](#wiki-how-do-i-run-smaller-c)
[How do I run Smaller C?](#how-do-i-run-smaller-c)

[How do I compile Smaller C with itself?](#wiki-how-do-i-compile-smaller-c-with-itself)
[How do I compile Smaller C with itself?](#how-do-i-compile-smaller-c-with-itself)

[Miscellaneous](#wiki-miscellaneous)
[Miscellaneous](#miscellaneous)

[TODO](#wiki-todo)
[TODO](#todo)

## About this document

Expand Down
11 changes: 5 additions & 6 deletions v0100/doc/smlrcc.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Smaller C Compiler Driver
 

## Table of contents

[What is Smaller C Compiler Driver?](#wiki-what-is-smaller-c-compiler-driver)
[What is Smaller C Compiler Driver?](#what-is-smaller-c-compiler-driver)

[What features does Smaller C Compiler Driver have?](#wiki-what-features-does-smaller-c-compiler-driver-have)
[What features does Smaller C Compiler Driver have?](#what-features-does-smaller-c-compiler-driver-have)

[How do I compile Smaller C Compiler Driver?](#wiki-how-do-i-compile-smaller-c-compiler-driver)
[How do I compile Smaller C Compiler Driver?](#how-do-i-compile-smaller-c-compiler-driver)

[How do I run Smaller C Compiler Driver?](#wiki-how-do-i-run-smaller-c-compiler-driver)
[How do I run Smaller C Compiler Driver?](#how-do-i-run-smaller-c-compiler-driver)

[Limitations and implementation details](#wiki-limitations-and-implementation-details)
[Limitations and implementation details](#limitations-and-implementation-details)

## What is Smaller C Compiler Driver?

Expand Down
11 changes: 5 additions & 6 deletions v0100/doc/smlrl.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Smaller C Linker
 

## Table of contents

[What is Smaller C linker?](#wiki-what-is-smaller-c-linker)
[What is Smaller C linker?](#what-is-smaller-c-linker)

[What features does the linker have?](#wiki-what-features-does-the-linker-have)
[What features does the linker have?](#what-features-does-the-linker-have)

[How do I compile the linker?](#wiki-how-do-i-compile-the-linker)
[How do I compile the linker?](#how-do-i-compile-the-linker)

[How do I run the linker?](#wiki-how-do-i-run-the-linker)
[How do I run the linker?](#how-do-i-run-the-linker)

[Limitations and implementation details](#wiki-limitations-and-implementation-details)
[Limitations and implementation details](#limitations-and-implementation-details)

## What is Smaller C linker?

Expand Down
7 changes: 3 additions & 4 deletions v0100/doc/smlrpp.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Smaller C Preprocessor
 

## Table of contents

[What is Smaller C Preprocessor?](#wiki-what-is-smaller-c-preprocessor)
[What is Smaller C Preprocessor?](#what-is-smaller-c-preprocessor)

[What features does Smaller C Preprocessor have?](#wiki-what-features-does-smaller-c-preprocessor-have)
[What features does Smaller C Preprocessor have?](#what-features-does-smaller-c-preprocessor-have)

[How do I compile Smaller C Preprocessor?](#wiki-how-do-i-compile-smaller-c-preprocessor)
[How do I compile Smaller C Preprocessor?](#how-do-i-compile-smaller-c-preprocessor)

## What is Smaller C Preprocessor?

Expand Down

0 comments on commit 4a6f19d

Please sign in to comment.