Skip to content

Commit f6255fd

Browse files
committed
chore: fix links
1 parent cf35c0f commit f6255fd

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

changelog.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [v3.1.0](https://github.com/wyattjoh/rate-limit-redis/releases/tag/v3.1.0)
9+
## [v3.1.0](https://github.com/express-rate-limit/rate-limit-redis/releases/tag/v3.1.0)
1010

1111
### Changed
1212

1313
- Retry the `EVALSHA` command if it fails the first time.
1414

15-
## [v3.0.2](https://github.com/wyattjoh/rate-limit-redis/releases/tag/v3.0.2)
15+
## [v3.0.2](https://github.com/express-rate-limit/rate-limit-redis/releases/tag/v3.0.2)
1616

1717
### Changed
1818

1919
- Added the `types` field to the `export` map in `package.json`.
2020

21-
## [v3.0.1](https://github.com/wyattjoh/rate-limit-redis/releases/tag/v3.0.1)
21+
## [v3.0.1](https://github.com/express-rate-limit/rate-limit-redis/releases/tag/v3.0.1)
2222

2323
### Changed
2424

2525
- Updated documentation related to `ioredis` integration.
2626

27-
## [v3.0.0](https://github.com/wyattjoh/rate-limit-redis/releases/tag/v3.0.0)
27+
## [v3.0.0](https://github.com/express-rate-limit/rate-limit-redis/releases/tag/v3.0.0)
2828

2929
### Added
3030

@@ -54,7 +54,7 @@ and this project adheres to
5454
- [BREAKING] Removed the `passIfNotConnected` option, as developers now need to
5555
handle connection using a client of their choice
5656

57-
## [v2.1.0](https://github.com/wyattjoh/rate-limit-redis/releases/tag/v2.1.0)
57+
## [v2.1.0](https://github.com/express-rate-limit/rate-limit-redis/releases/tag/v2.1.0)
5858

5959
### Added
6060

@@ -66,27 +66,27 @@ and this project adheres to
6666

6767
- Dropped support for Node 6.
6868

69-
## [v2.0.0](https://github.com/wyattjoh/rate-limit-redis/releases/tag/v2.0.0)
69+
## [v2.0.0](https://github.com/express-rate-limit/rate-limit-redis/releases/tag/v2.0.0)
7070

7171
### Changed
7272

7373
- [BREAKING] Bumped `node-redis` version from `2.8.0` to `3.0.2`.
7474

75-
## [v1.7.0](https://github.com/wyattjoh/rate-limit-redis/releases/tag/v1.7.0)
75+
## [v1.7.0](https://github.com/express-rate-limit/rate-limit-redis/releases/tag/v1.7.0)
7676

7777
### Added
7878

7979
- Added support for passing a redis connection string instead of a client
8080
instance to the constructor.
8181

82-
## [v1.6.0](https://github.com/wyattjoh/rate-limit-redis/releases/tag/v1.6.0)
82+
## [v1.6.0](https://github.com/express-rate-limit/rate-limit-redis/releases/tag/v1.6.0)
8383

8484
### Added
8585

8686
- Added example of connecting to a UDP socket to the readme.
8787
- Added support for returning the reset date to the rate limit middleware.
8888

89-
## [v1.5.0](https://github.com/wyattjoh/rate-limit-redis/releases/tag/v1.5.0)
89+
## [v1.5.0](https://github.com/express-rate-limit/rate-limit-redis/releases/tag/v1.5.0)
9090

9191
### Added
9292

@@ -96,20 +96,20 @@ and this project adheres to
9696
in the rate limiting middleware displays the time in the `Retry-After`
9797
header.
9898

99-
## [v1.4.0](https://github.com/wyattjoh/rate-limit-redis/releases/tag/v1.4.0)
99+
## [v1.4.0](https://github.com/express-rate-limit/rate-limit-redis/releases/tag/v1.4.0)
100100

101101
### Added
102102

103103
- Added support for the `decrement` and `reset` functions (see
104104
https://github.com/nfriedly/express-rate-limit/commit/c9194780b6826d9cdb14b3395907cf7fb93e59f6)
105105

106-
## [v1.3.0](https://github.com/wyattjoh/rate-limit-redis/releases/tag/v1.3.0)
106+
## [v1.3.0](https://github.com/express-rate-limit/rate-limit-redis/releases/tag/v1.3.0)
107107

108108
### Added
109109

110110
- Added support for millisecond precision in the `expiry` option.
111111

112-
## [v1.1.0](https://github.com/wyattjoh/rate-limit-redis/releases/tag/v1.1.0)
112+
## [v1.1.0](https://github.com/express-rate-limit/rate-limit-redis/releases/tag/v1.1.0)
113113

114114
### Added
115115

contributing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Once you have installed the above, follow
2121
to
2222
[`fork`](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks)
2323
and [`clone`](https://github.com/git-guides/git-clone) the repository
24-
(`wyattjoh/rate-limit-redis`).
24+
(`express-rate-limit/rate-limit-redis`).
2525

2626
Once you have forked and cloned the repository, you can
27-
[pick out an issue](https://github.com/wyattjoh/rate-limit-redis/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
27+
[pick out an issue](https://github.com/express-rate-limit/rate-limit-redis/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
2828
you want to fix/implement!
2929

3030
## Making Changes
@@ -153,18 +153,18 @@ changes to GitHub) your commits. To push your changes to your fork:
153153
```
154154

155155
If there are changes made to the `main` branch of the
156-
`wyattjoh/rate-limit-redis` repository, you may wish to
156+
`express-rate-limit/rate-limit-redis` repository, you may wish to
157157
[`rebase`](https://docs.github.com/en/get-started/using-git/about-git-rebase)
158158
your branch to include those changes. To rebase, or include the changes from the
159-
`main` branch of the `wyattjoh/rate-limit-redis` repository:
159+
`main` branch of the `express-rate-limit/rate-limit-redis` repository:
160160

161161
```
162162
> git fetch upstream main
163163
> git rebase upstream/main
164164
```
165165

166166
This will automatically add the changes from `main` branch of the
167-
`wyattjoh/rate-limit-redis` repository to the current branch. If you encounter
167+
`express-rate-limit/rate-limit-redis` repository to the current branch. If you encounter
168168
any merge conflicts, follow
169169
[this guide](https://docs.github.com/en/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase)
170170
to resolve them.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"url": "https://github.com/wyattjoh"
88
},
99
"license": "MIT",
10-
"homepage": "https://github.com/wyattjoh/rate-limit-redis",
11-
"repository": "https://github.com/wyattjoh/rate-limit-redis",
10+
"homepage": "https://github.com/express-rate-limit/rate-limit-redis",
11+
"repository": "https://github.com/express-rate-limit/rate-limit-redis",
1212
"type": "module",
1313
"exports": {
1414
".": {

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# <div align="center"> `rate-limit-redis` </div>
22

33
<div align="center">
4-
<img alt="Github Workflow Status" src="https://img.shields.io/github/workflow/status/wyattjoh/rate-limit-redis/CI"/>
4+
<img alt="Github Workflow Status" src="https://github.com/express-rate-limit/rate-limit-redis/actions/workflows/ci.yml/badge.svg"/>
55
<img alt="npm version" src="https://img.shields.io/npm/v/rate-limit-redis.svg"/>
6-
<img alt="GitHub Stars" src="https://img.shields.io/github/stars/wyattjoh/rate-limit-redis"/>
6+
<img alt="GitHub Stars" src="https://img.shields.io/github/stars/express-rate-limit/rate-limit-redis"/>
77
<img alt="npm downloads" src="https://img.shields.io/npm/dm/rate-limit-redis"/>
88
</div>
99

@@ -32,9 +32,9 @@ From Github Releases:
3232

3333
```sh
3434
# Using npm
35-
> npm install https://github.com/wyattjoh/rate-limit-redis/releases/download/v{version}/rate-limit-redis.tgz
35+
> npm install https://github.com/express-rate-limit/rate-limit-redis/releases/download/v{version}/rate-limit-redis.tgz
3636
# Using yarn or pnpm
37-
> yarn/pnpm add https://github.com/wyattjoh/rate-limit-redis/releases/download/v{version}/rate-limit-redis.tgz
37+
> yarn/pnpm add https://github.com/express-rate-limit/rate-limit-redis/releases/download/v{version}/rate-limit-redis.tgz
3838
```
3939

4040
Replace `{version}` with the version of the package that you want to your, e.g.:

0 commit comments

Comments
 (0)