Skip to content

Commit 91fee3e

Browse files
authored
[refactor doc] Complete rename to http-party org. (#1362)
1 parent 235f0aa commit 91fee3e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at <https://github.com/nodejitsu/node-http-proxy>. All
58+
reported by contacting the project team at <https://github.com/http-party/node-http-proxy>. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<p align="center">
2-
<img src="https://raw.github.com/nodejitsu/node-http-proxy/master/doc/logo.png"/>
2+
<img src="https://raw.github.com/http-party/node-http-proxy/master/doc/logo.png"/>
33
</p>
44

5-
# node-http-proxy [![Build Status](https://travis-ci.org/nodejitsu/node-http-proxy.svg?branch=master)](https://travis-ci.org/nodejitsu/node-http-proxy) [![codecov](https://codecov.io/gh/nodejitsu/node-http-proxy/branch/master/graph/badge.svg)](https://codecov.io/gh/nodejitsu/node-http-proxy)
5+
# node-http-proxy [![Build Status](https://travis-ci.org/http-party/node-http-proxy.svg?branch=master)](https://travis-ci.org/http-party/node-http-proxy) [![codecov](https://codecov.io/gh/http-party/node-http-proxy/branch/master/graph/badge.svg)](https://codecov.io/gh/http-party/node-http-proxy)
66

77
`node-http-proxy` is an HTTP programmable proxying library that supports
88
websockets. It is suitable for implementing components such as reverse
@@ -534,7 +534,7 @@ Logo created by [Diego Pasquali](http://dribbble.com/diegopq)
534534

535535
### Contributing and Issues
536536

537-
* Read carefully our [Code Of Conduct](https://github.com/nodejitsu/node-http-proxy/blob/master/CODE_OF_CONDUCT.md)
537+
* Read carefully our [Code Of Conduct](https://github.com/http-party/node-http-proxy/blob/master/CODE_OF_CONDUCT.md)
538538
* Search on Google/Github
539539
* If you can't find anything, open an issue
540540
* If you feel comfortable about fixing the issue, fork the repo

UPGRADING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ httpProxy.createServer({
1212
}).listen(8003);
1313
```
1414

15-
Check the [README.md](https://github.com/nodejitsu/node-http-proxy/blob/caronte/README.md) for a more detailed explanation of the parameters.
15+
Check the [README.md](https://github.com/http-party/node-http-proxy/blob/caronte/README.md) for a more detailed explanation of the parameters.
1616

1717
## Proxying
1818

19-
Web proxying is done by calling the `.web()` method on a Proxy instance. You can check among some use cases in the [examples folder](https://github.com/nodejitsu/node-http-proxy/tree/caronte/examples/http)
19+
Web proxying is done by calling the `.web()` method on a Proxy instance. You can check among some use cases in the [examples folder](https://github.com/http-party/node-http-proxy/tree/caronte/examples/http)
2020

2121
```javascript
2222
//
@@ -32,7 +32,7 @@ httpProxy.createProxyServer({
3232

3333
```
3434

35-
Websockets are proxied by the `.ws()` method. The [examples folder](https://github.com/nodejitsu/node-http-proxy/tree/caronte/examples/websocket) again provides a lot of useful snippets!
35+
Websockets are proxied by the `.ws()` method. The [examples folder](https://github.com/http-party/node-http-proxy/tree/caronte/examples/websocket) again provides a lot of useful snippets!
3636

3737
```javascript
3838
var proxy = new httpProxy.createProxyServer({
@@ -90,7 +90,7 @@ which were in the core and delegate them to eventual "userland" modules.
9090

9191
### Middleware API
9292

93-
The new API makes it really easy to implement code that behaves like the old Middleware API. You can check some examples [here](https://github.com/nodejitsu/node-http-proxy/tree/caronte/examples/middleware)
93+
The new API makes it really easy to implement code that behaves like the old Middleware API. You can check some examples [here](https://github.com/http-party/node-http-proxy/tree/caronte/examples/middleware)
9494

9595
### ProxyTable API
9696

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.17.0",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/nodejitsu/node-http-proxy.git"
6+
"url": "https://github.com/http-party/node-http-proxy.git"
77
},
88
"description": "HTTP proxying for the masses",
99
"author": "Charlie Robbins <[email protected]>",

0 commit comments

Comments
 (0)