8000 Fix README.md links in github flavor? · aaaahern/leetcode-cli@9e6362a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e6362a

Browse files
committed
Fix README.md links in github flavor?
Signed-off-by: Eric Wang <skygragon@gmail.com>
1 parent a4f6a68 commit 9e6362a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ A cli tool to enjoy leetcode!
55
Thanks leetcode.com, an really awesome website!
66

77
* [Install](#install)
8-
* [Quick Start](#quick_start)
9-
* [Login](#login)
10-
* [List](#list)
11-
* [Analyse](#analyse)
12-
* [Coding](#coding)
13-
* [Test](#test)
14-
* [Submit](#submit)
8+
* [Quick Start](#quick-start)
9+
* [Login](#1-login)
10+
* [List](#2-list)
11+
* [Analyse](#3-analyse)
12+
* [Coding](#4-coding)
13+
* [Test](#5-test)
14+
* [Submit](#6-submit)
1515

16-
## [Install](id:install)
16+
## Install
1717

1818
From source code:
1919

2020
$ git clone http://github.com/skygragon/leetcode-cli
2121
$ cd leetcode-cli/
2222
$ sudo npm install -g .
2323

24-
## [Quick Start](id:quick_start)
24+
## Quick Start
2525

2626
### 1. Login
2727

@@ -36,7 +36,7 @@ Login with your leetcode account (username or email).
3636
* `-L` to logout.
3737
* `lc user` to show current account.
3838

39-
### 2. [List](id:list)
39+
### 2. List
4040

4141
Navigate all the problems. The heading `` means you have AC-ed the problem.
4242

@@ -54,7 +54,7 @@ Navigate all the problems. The heading `✔` means you have AC-ed the problem.
5454

5555
* `-D` to only show undone problems.
5656

57-
### 3. [Analyse](id:analyse)
57+
### 3. Analyse
5858

5959
Select one problem to fight. With `-g`+`-l`, the code template could be auto generated for you.
6060

@@ -97,15 +97,15 @@ Select one problem to fight. With `-g`+`-l`, the code template could be auto gen
9797
* `lc show "Two Sum"`
9898
* `lc show two-sum`
9999

100-
### 4. [Coding](id:coding)
100+
### 4. Coding
101101

102102
No trick, it's all your showtime!
103103

104-
### 5. [Test](id:test)
104+
### 5. Test
105105

106106
TBD
107107

108-
### 6. [Submit](id:submit)
108+
### 6. Submit
109109

110110
TBD
111111

0 commit comments

Comments
 (0)
0