Skip to content

Commit 0e4dc8e

Browse files
committed
fix broken links in readme
Signed-off-by: dvishal485 <dvishal485@gmail.com>
1 parent 56c23fc commit 0e4dc8e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leetcode-runner-cli"
3-
version = "0.2.7"
3+
version = "0.2.71"
44
edition = "2021"
55
authors = ["Vishal Das"]
66
description = "A tool to execute and submit leetcode problems from the command line"

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Executes leetcode testcases and submits your solution through CLI interface
44

55
![Crates.io](https://img.shields.io/crates/v/leetcode-runner-cli)
6-
[![GitHub license](https://img.shields.io/github/license/dvishal485/leetcode-runner-cli)](./LICENSE)
7-
[![GitHub issues](https://img.shields.io/github/issues/dvishal485/leetcode-runner-cli)](./issues)
6+
[![GitHub license](https://img.shields.io/github/license/dvishal485/leetcode-runner-cli)](/LICENSE)
7+
[![GitHub issues](https://img.shields.io/github/issues/dvishal485/leetcode-runner-cli)](https://github.com/dvishal485/leetcode-runner-cli/issues)
88

99
![Leetcode Runner CLI Banner](cli-banner.png)
1010

@@ -24,9 +24,9 @@ Executes leetcode testcases and submits your solution through CLI interface
2424

2525
### Using pre-built binaries
2626

27-
1. Go to the [Releases section](/releases) and download the appropriate binary for your system.
27+
1. Go to the [Releases section](https://github.com/dvishal485/leetcode-runner-cli/releases) and download the appropriate binary for your system.
2828

29-
1. Place the binary in appropriate location and add the location in your PATH environment variable.
29+
2. Place the binary in appropriate location and add the location in your PATH environment variable.
3030

3131
### Building from source
3232

@@ -74,12 +74,12 @@ Depending on your platform you may need to install certain tools to be able to c
7474
7575
---
7676
77+
### Commands
78+
7779
```bash
7880
leetcode-runner-cli [COMMAND] [OPTIONS <option>]
7981
```
8082
81-
### Commands
82-
8383
| Commands | Description | Arguments |
8484
| :----------------- | :--------------------------------------------- | :--------------------------- |
8585
| `-h, --help` | Prints help information | - |

0 commit comments

Comments
 (0)