Skip to content

Commit 4d3a4e1

Browse files
committed
[fix] readme
1 parent dd0f7b8 commit 4d3a4e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://raw.github.com/yawnt/caronte/master/doc/logo.png"/>
2+
<img src="master/doc/logo.png"/>
33
</p>
44

55
Caronte
@@ -12,7 +12,7 @@ proxies and load balancers.
1212
### Core Concept
1313

1414
A new proxy is created by calling `createProxyServer` and passing
15-
an `options` object as argument ([valid properties are available here](https://github.com/yawnt/caronte/blob/master/lib/caronte.js#L26-L39))
15+
an `options` object as argument ([valid properties are available here](tree/master/lib/caronte.js#L26-L39))
1616

1717
```javascript
1818
var caronte = require('caronte');
@@ -35,7 +35,7 @@ require('http').createServer(function(req, res) {
3535
});
3636
```
3737

38-
When a request is proxied it follows two different pipelines ([available here](https://github.com/yawnt/caronte/tree/master/lib/caronte/passes))
38+
When a request is proxied it follows two different pipelines ([available here](tree/master/lib/caronte/passes))
3939
which apply transformations to both the `req` and `res` object.
4040
The first pipeline (ingoing) is responsible for the creation and manipulation of the stream that connects your client to the target.
4141
The second pipeline (outgoing) is responsible for the creation and manipulation of the stream that, from your target, returns data

0 commit comments

Comments
 (0)