Skip to content

Commit 14d905d

Browse files
authored
Merge pull request #870 from kudlav/patch-1
Update links to documentation in README
2 parents 076228a + f508b30 commit 14d905d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [supertest](https://ladjs.github.io/superagent/)
1+
# [supertest](https://forwardemail.github.io/superagent/)
22

33
[![build status](https://github.com/forwardemail/supertest/actions/workflows/ci.yml/badge.svg)](https://github.com/forwardemail/supertest/actions/workflows/ci.yml)
44
[![code coverage](https://img.shields.io/codecov/c/github/ladjs/supertest.svg)](https://codecov.io/gh/ladjs/supertest)
@@ -12,7 +12,7 @@
1212
## About
1313

1414
The motivation with this module is to provide a high-level abstraction for testing
15-
HTTP, while still allowing you to drop down to the [lower-level API](https://ladjs.github.io/superagent/) provided by superagent.
15+
HTTP, while still allowing you to drop down to the [lower-level API](https://forwardemail.github.io/superagent/) provided by superagent.
1616

1717
## Getting Started
1818

@@ -98,7 +98,7 @@ describe('GET /user', function() {
9898
});
9999
```
100100

101-
You can use `auth` method to pass HTTP username and password in the same way as in the [superagent](http://ladjs.github.io/superagent/#authentication):
101+
You can use `auth` method to pass HTTP username and password in the same way as in the [superagent](https://forwardemail.github.io/superagent/#authentication):
102102

103103
```js
104104
describe('GET /user', function() {

0 commit comments

Comments
 (0)