Update README.md

Fix links in index
This commit is contained in:
Mark Knol
2017-11-30 10:56:14 +01:00
committed by GitHub
parent 7586b54ece
commit 4eb9729f0e

View File

@@ -17,18 +17,17 @@ The library is build on top of the haxe macro API and `tink_core`, having three
<!-- START INDEX --> <!-- START INDEX -->
- [Macro API](#macro-api) - [Macro API](#macro-api)
- - [Expression Tools](#expression-tools)
- [Expression Tools](#expression-tools) - [Basic Helpers](#basic-helpers)
- [Basic Helpers](#basic-helpers) - [Extracting Constants](#extracting-constants)
- [Extracting Constants](#extracting-constants) - [Shortcuts](#shortcuts)
- [Shortcuts](#shortcuts) - [Type Inspection](#type-inspection)
- [Type Inspection](#type-inspection) - [Advanced Transformations](#advanced-transformations)
- [Advanced Transformations](#advanced-transformations) - [Position Tools](#position-tools)
- [Position Tools](#position-tools) - [Type Tools](#type-tools)
- [Type Tools](#type-tools) - [Function Tools](#function-tools)
- [Function Tools](#function-tools) - [Operation Tools](#operation-tools)
- [Operation Tools](#operation-tools) - [Metadata Tools](#metadata-tools)
- [Metadata Tools](#metadata-tools)
- [Build Infrastructure](#build-infrastructure) - [Build Infrastructure](#build-infrastructure)
- [Member](#member) - [Member](#member)
- [ClassBuilder](#classbuilder) - [ClassBuilder](#classbuilder)