Skip to content

Commit cf120c3

Browse files
authored
Correct relative links (#1867)
Fix #1866
1 parent e66fa6a commit cf120c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
## v4.0.0 - 24 Nov, 2021
3636

37-
This version is a major change and refactor, adding modern JavaScript capabilities and multiple breaking changes. See the [migration guide](../../docs/v3-to-v4.md) for tips on how to upgrade.
37+
This version is a major change and refactor, adding modern JavaScript capabilities and multiple breaking changes. See the [migration guide](./docs/v3-to-v4.md) for tips on how to upgrade.
3838

3939
### Breaking Changes
4040

@@ -49,10 +49,10 @@ This version is a major change and refactor, adding modern JavaScript capabiliti
4949

5050
- Added support for Promises
5151
- Added built-in TypeScript declaration files enabling code completion
52-
- Added support for [clustering](../../README.md#cluster)
53-
- Added idiomatic arguments and responses to [Redis commands](../../README.md#redis-commands)
54-
- Added full support for [Lua Scripts](../../README.md#lua-scripts)
55-
- Added support for [SCAN iterators](../../README.md#scan-iterator)
52+
- Added support for [clustering](./README.md#cluster)
53+
- Added idiomatic arguments and responses to [Redis commands](./README.md#redis-commands)
54+
- Added full support for [Lua Scripts](./README.md#lua-scripts)
55+
- Added support for [SCAN iterators](./README.md#scan-iterator)
5656
- Added the ability to extend Node Redis with Redis Module commands
5757

5858
## v3.1.2
@@ -450,7 +450,7 @@ No code change
450450

451451
## v2.2.0 - 12 Oct, 2015 - The peregrino falcon
452452

453-
The peregrino falcon is the fasted bird on earth and this is what this release is all about: Increased performance for heavy usage by up to **400%** [sic!] and increased overall performance for any command as well. Please check the benchmarks in the [README.md](README.md) for further details.
453+
The peregrino falcon is the fasted bird on earth and this is what this release is all about: Increased performance for heavy usage by up to **400%** [sic!] and increased overall performance for any command as well. Please check the benchmarks in the [README.md](./README.md) for further details.
454454

455455
Features
456456

0 commit comments

Comments
 (0)