Fix example ToC links (#848)

This commit is contained in:
memoryruins 2020-11-11 21:57:13 -05:00 committed by GitHub
parent d846e46998
commit 5545585336
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,19 +21,19 @@ git checkout v0.3.0
### Table of Contents
- [Hello, World!](#hello--world-)
- [Hello, World!](#hello-world)
- [2D Rendering](#2d-rendering)
- [3D Rendering](#3d-rendering)
- [Application](#application)
- [Assets](#assets)
- [Audio](#audio)
- [Diagnostics](#diagnostics)
- [ECS (Entity Component System)](#ecs--entity-component-system-)
- [ECS (Entity Component System)](#ecs-entity-component-system)
- [Games](#games)
- [Input](#input)
- [Scene](#scene)
- [Shaders](#shaders)
- [UI (User Interface)](#ui--user-interface-)
- [UI (User Interface)](#ui-user-interface)
- [Window](#window)
- [WASM](#wasm)
- [iOS](#ios)