Skip to content

Commit df8d7fe

Browse files
committed
fixes link to http-duplex, removes dates from docs and updates landing page
1 parent 3a1ebb2 commit df8d7fe

File tree

12 files changed

+18
-27733
lines changed

12 files changed

+18
-27733
lines changed

docs/code/Git.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h2>push.on('response', function(response, done) { ... })</h2><p> Emitted when
142142
<p> If you create a response listener then you must either call the <code>done</code> function or execute the following end sequence when you want to end the response:</p>
143143
<pre class="prettyprint source lang-js"><code> response.queue(new Buffer('0000'))
144144
response.queue(null)</code></pre><p> If you never use the response event then the above data will be sent by default. Binding a listener to the response event will prevent the end sequence those from being sent, so you must send them yourself after sending any other messages.</p>
145-
<h1>http duplex objects</h1><p> The arguments to each of the events <code>'push'</code>, <code>'fetch'</code>, <code>'info'</code>, and <code>'head'</code> are <a href="http://github.com/gabrielcsapo/http-duplex">http duplex</a> that act as both http
145+
<h1>http duplex objects</h1><p> The arguments to each of the events <code>'push'</code>, <code>'fetch'</code>, <code>'info'</code>, and <code>'head'</code> are <a href="http://github.com/substack/http-duplex">http duplex</a> that act as both http
146146
server request and http server response objects so you can pipe to and from them.</p>
147147
<p> For every event if there are no listeners <code>dup.accept()</code> will be called
148148
automatically.</p>
@@ -553,7 +553,7 @@ <h4 class="name" id="Git"><span class="type-signature"></span>new Git<span class
553553
<br class="clear">
554554

555555
<footer>
556-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Oct 12 2017 22:09:50 GMT-0700 (PDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
556+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
557557
</footer>
558558

559559
<script>prettyPrint();</script>

docs/code/Service.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h3 class="subsection-title">Extends</h3>
171171
<br class="clear">
172172

173173
<footer>
174-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Oct 12 2017 22:09:50 GMT-0700 (PDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
174+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
175175
</footer>
176176

177177
<script>prettyPrint();</script>

docs/code/git.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h1 class="page-title">git.js</h1>
153153

154154
# http duplex objects
155155

156-
The arguments to each of the events `'push'`, `'fetch'`, `'info'`, and `'head'` are [http duplex](http://github.com/gabrielcsapo/http-duplex) that act as both http
156+
The arguments to each of the events `'push'`, `'fetch'`, `'info'`, and `'head'` are [http duplex](http://github.com/substack/http-duplex) that act as both http
157157
server request and http server response objects so you can pipe to and from them.
158158

159159
For every event if there are no listeners `dup.accept()` will be called
@@ -463,7 +463,7 @@ <h1 class="page-title">git.js</h1>
463463
<br class="clear">
464464

465465
<footer>
466-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Oct 12 2017 22:09:50 GMT-0700 (PDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
466+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
467467
</footer>
468468

469469
<script>prettyPrint();</script>

docs/code/global.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ <h5>Parameters:</h5>
945945
<br class="clear">
946946

947947
<footer>
948-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Oct 12 2017 22:09:50 GMT-0700 (PDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
948+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
949949
</footer>
950950

951951
<script>prettyPrint();</script>

docs/code/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h1>Thanks</h1><p>This is a hard fork from <a href="https://github.com/substack/
104104
<br class="clear">
105105

106106
<footer>
107-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Oct 12 2017 22:09:50 GMT-0700 (PDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
107+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
108108
</footer>
109109

110110
<script>prettyPrint();</script>

docs/code/module-lib_util.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ <h5>Returns:</h5>
907907
<br class="clear">
908908

909909
<footer>
910-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Oct 12 2017 22:09:50 GMT-0700 (PDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
910+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
911911
</footer>
912912

913913
<script>prettyPrint();</script>

docs/code/service.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ <h1 class="page-title">service.js</h1>
210210
<br class="clear">
211211

212212
<footer>
213-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Oct 12 2017 22:09:50 GMT-0700 (PDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
213+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
214214
</footer>
215215

216216
<script>prettyPrint();</script>

docs/code/util.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ <h1 class="page-title">util.js</h1>
213213
<br class="clear">
214214

215215
<footer>
216-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Oct 12 2017 22:09:50 GMT-0700 (PDT) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
216+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
217217
</footer>
218218

219219
<script>prettyPrint();</script>

0 commit comments

Comments
 (0)