Skip to content

Commit c5292e2

Browse files
committed
fixed error caused by VSCode .md TOC extension
1 parent 4469471 commit c5292e2

File tree

1 file changed

+20
-25
lines changed

1 file changed

+20
-25
lines changed

README.md

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
<!-- title -->
44

5-
<!--lint ignore no-dead-urls-->
6-
75
# Awesome Romhacking
86
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
9-
[![lint](https://github.com/btelwy/awesome-romhacking/actions/workflows/main.yml/badge.svg)](https://github.com/btelwy/awesome-romhacking/actions/workflows/main.yml)
7+
[![CI](https://github.com/btelwy/awesome-romhacking/actions/workflows/main.yml/badge.svg)](https://github.com/btelwy/awesome-romhacking/actions/workflows/main.yml)
108

119
<!-- subtitle -->
1210

@@ -27,27 +25,24 @@ Romhacking is the practice of editing a video game's code — located in its *re
2725
<!-- TOC -->
2826

2927
## Contents
30-
31-
- [Awesome Romhacking](#awesome-romhacking)
32-
- [Contents](#contents)
33-
- [Where to Start](#where-to-start)
34-
- [Romhacking's Subfields](#romhackings-subfields)
35-
- [Consoles](#consoles)
36-
- [Places to Share or Find Romhacks](#places-to-share-or-find-romhacks)
37-
- [General Communities](#general-communities)
38-
- [Game-Specific Communities](#game-specific-communities)
39-
- [Assembly](#assembly)
40-
- [6502](#6502)
41-
- [65816](#65816)
42-
- [ARM](#arm)
43-
- [MIPS](#mips)
44-
- [Tools](#tools)
45-
- [Patchers](#patchers)
46-
- [Debugging Emulators](#debugging-emulators)
47-
- [Translation](#translation)
48-
- [Follow](#follow)
49-
- [Contributing](#contributing)
50-
- [Contributors](#contributors)
28+
- [Where to Start](#where-to-start)
29+
- [Romhacking's Subfields](#subfields)
30+
- [Consoles](#consoles)
31+
- [Places to Share or Find Romhacks](#places-to-share-or-find-romhacks)
32+
- [General Communities](#general-communities)
33+
- [Game-Specific Communities](#game-specific-communities)
34+
- [Assembly](#assembly)
35+
- [6502](#6502)
36+
- [65816](#65816)
37+
- [ARM](#arm)
38+
- [MIPS](#mips)
39+
- [Tools](#tools)
40+
- [Patchers](#patchers)
41+
- [Debugging Emulators](#debugging-emulators)
42+
- [Translation](#translation)
43+
- [Follow](#follow)
44+
- [Contributing](#contributing)
45+
- [Contributors](#contributors)
5146

5247
<!-- CONTENT -->
5348

@@ -56,7 +51,7 @@ Romhacking is the practice of editing a video game's code — located in its *re
5651
- [GBA and DS Romhacking Guide (2016 Edition)](https://gbatemp.net/download/gba-and-ds-rom-hacking-guide.33419/)
5752
- [The Definitive Guide to Romhacking for Complete Beginners](https://www.scribd.com/document/383812637/The-Definitive-Guide-to-Rom-Hacking-for-Complete-Beginners)
5853

59-
## Romhacking's Subfields
54+
## Subfields
6055

6156
## Consoles
6257
Game Boy (GB)

0 commit comments

Comments
 (0)