Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update link to GitHub project #43

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/javascript/Buffer_.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h2>
<dt class="tag-see">See:</dt>
<dd class="tag-see">
<ul>
<li><a href="https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/buffer/Buffer.java">https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/buffer/Buffer.java</a></li>
<li><a href="https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/buffer/Buffer.java">https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/buffer/Buffer.java</a></li>
</ul>
</dd>

Expand Down
2 changes: 1 addition & 1 deletion api/javascript/SockJSSocket.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2>
<dt class="tag-see">See:</dt>
<dd class="tag-see">
<ul>
<li><a href="https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/sockjs/SockJSSocket.java">https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/sockjs/SockJSSocket.java</a></li>
<li><a href="https://github.com/eclipse/vert.x/blob/master/vertx-ext/src/main/java/io/vertx/ext/sockjs/SockJSServer.java">https://github.com/eclipse/vert.x/blob/master/vertx-ext/src/main/java/io/vertx/ext/sockjs/SockJSServer.java</a></li>
</ul>
</dd>

Expand Down
2 changes: 1 addition & 1 deletion api/javascript/buffer-Buffer.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h4 class="name" id="Buffer"><span class="type-signature"></span>new Buffer<span
<dt class="tag-see">See:</dt>
<dd class="tag-see">
<ul>
<li><a href="https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/buffer/Buffer.java">https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/buffer/Buffer.java</a></li>
<li><a href="https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/buffer/Buffer.java">https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/buffer/Buffer.java</a></li>
</ul>
</dd>

Expand Down
2 changes: 1 addition & 1 deletion api/javascript/buffer.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2>
<dt class="tag-see">See:</dt>
<dd class="tag-see">
<ul>
<li><a href="https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/buffer/Buffer.java">https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/buffer/Buffer.java</a></li>
<li><a href="https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/buffer/Buffer.java">https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/buffer/Buffer.java</a></li>
</ul>
</dd>

Expand Down
6 changes: 3 additions & 3 deletions api/javascript/buffer.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1 class="page-title">Source: vertx/buffer.js</h1>
}

/**
* @see https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/buffer/Buffer.java
* @see https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/buffer/Buffer.java
* @external org.vertx.java.core.buffer.Buffer
*/

Expand All @@ -61,7 +61,7 @@ <h1 class="page-title">Source: vertx/buffer.js</h1>
* vert.x Java documents. The methods documented for the Java Buffer objects
* are applicable to Javascript Buffer instances as well.
*
* @see https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/buffer/Buffer.java
* @see https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/buffer/Buffer.java
*
* @example
* var Buffer = require('vertx/buffer');
Expand All @@ -88,7 +88,7 @@ <h1 class="page-title">Source: vertx/buffer.js</h1>
* instances directly to Javascript. See the Java documentation for
* information on the public API.
*
* @see https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/buffer/Buffer.java
* @see https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/buffer/Buffer.java
* @module vertx/buffer
*/
module.exports = Buffer;
Expand Down
2 changes: 1 addition & 1 deletion api/javascript/parse_tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2>
<dt class="tag-see">See:</dt>
<dd class="tag-see">
<ul>
<li><a href="https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/parsetools/RecordParser.java">https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/parsetools/RecordParser.java</a></li>
<li><a href="https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/parsetools/RecordParser.java">https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/parsetools/RecordParser.java</a></li>
</ul>
</dd>

Expand Down
2 changes: 1 addition & 1 deletion api/javascript/parse_tools.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h1 class="page-title">Source: vertx/parse_tools.js</h1>
* is encoded with something other than a 1-1 byte-char mapping.
* &lt;/p>
*
* @see https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/parsetools/RecordParser.java
* @see https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/parsetools/RecordParser.java
*
* @exports vertx/parse_tools
* */
Expand Down
2 changes: 1 addition & 1 deletion api/javascript/shared_data.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2>
<dt class="tag-see">See:</dt>
<dd class="tag-see">
<ul>
<li><a href="https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/shareddata/SharedData.java">https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/shareddata/SharedData.java</a></li>
<li><a href="https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/shareddata/SharedData.java">https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/shareddata/SharedData.java</a></li>
</ul>
</dd>

Expand Down
2 changes: 1 addition & 1 deletion api/javascript/shared_data.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1 class="page-title">Source: vertx/shared_data.js</h1>
* retrieved from the shared data, so different verticle instances never see
* the same object instance.
* &lt;/p>
* @see https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/shareddata/SharedData.java
* @see https://github.com/eclipse/vert.x/blob/master/vertx-core/src/main/java/io/vertx/core/shareddata/SharedData.java
*
* @exports vertx/shared_data
*/
Expand Down
2 changes: 1 addition & 1 deletion api/javascript/sockjs.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ <h1 class="page-title">Source: vertx/sockjs.js</h1>
* {@linkcode WriteStream} so it can be used with
* {@linkcode module:vertx/pump~Pump} to pump data with flow control.
*
* @see https://github.com/vert-x/vert.x/blob/master/vertx-core/src/main/java/org/vertx/java/core/sockjs/SockJSSocket.java
* @see https://github.com/eclipse/vert.x/blob/master/vertx-ext/src/main/java/io/vertx/ext/sockjs/SockJSServer.java
* @external org.vertx.java.core.sockjs.SockJSSocket
*/

Expand Down
4 changes: 2 additions & 2 deletions community.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<li><a href="docs.html">Documentation</a></li>
<li><a href="examples.html">Examples</a></li>
<li><a href="community.html">Project Info</a></li>
<li><a href="https://github.com/vert-x/vert.x">Github</a></li>
<li><a href="https://github.com/eclipse/vert.x">Github</a></li>
<li><a href="http://modulereg.vertx.io/">Module Registry</a></li>
<li><a href="http://groups.google.com/group/vertx">Google Group</a></li>
<li><a href="http://vertxproject.wordpress.com/">Blog</a></li>
Expand Down Expand Up @@ -102,7 +102,7 @@ <h2>Media Articles</h2>
<p>Some <a href="https://github.com/eclipse/vert.x/wiki/Vert.x-Media-Articles">media articles</a> about Vert.x</p>

<h2>Presentations</h2>
<p>Some <a href="https://github.com/vert-x/vert.x/wiki/Vert.x-Presentations">presentations</a> about Vert.x</p>
<p>Some <a href="https://github.com/eclipse/vert.x/wiki/Vert.x-Presentations">presentations</a> about Vert.x</p>

<h2>Useful Vert.x modules and other components</h2>
<p>A catalogue of <a href="https://github.com/eclipse/vert.x/wiki/Useful-Vert.x-components-and-modules">useful Vert.x related components</a>
Expand Down
2 changes: 1 addition & 1 deletion community_templ.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2>Media Articles</h2>
<p>Some <a href="https://github.com/eclipse/vert.x/wiki/Vert.x-Media-Articles">media articles</a> about Vert.x</p>

<h2>Presentations</h2>
<p>Some <a href="https://github.com/vert-x/vert.x/wiki/Vert.x-Presentations">presentations</a> about Vert.x</p>
<p>Some <a href="https://github.com/eclipse/vert.x/wiki/Vert.x-Presentations">presentations</a> about Vert.x</p>

<h2>Useful Vert.x modules and other components</h2>
<p>A catalogue of <a href="https://github.com/eclipse/vert.x/wiki/Useful-Vert.x-components-and-modules">useful Vert.x related components</a>
Expand Down
2 changes: 1 addition & 1 deletion core_manual_clojure.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<li><a href="docs.html">Documentation</a></li>
<li><a href="examples.html">Examples</a></li>
<li><a href="community.html">Project Info</a></li>
<li><a href="https://github.com/vert-x/vert.x">Github</a></li>
<li><a href="https://github.com/eclipse/vert.x">Github</a></li>
<li><a href="http://modulereg.vertx.io/">Module Registry</a></li>
<li><a href="http://groups.google.com/group/vertx">Google Group</a></li>
<li><a href="http://vertxproject.wordpress.com/">Blog</a></li>
Expand Down
4 changes: 2 additions & 2 deletions core_manual_groovy.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<li><a href="docs.html">Documentation</a></li>
<li><a href="examples.html">Examples</a></li>
<li><a href="community.html">Project Info</a></li>
<li><a href="https://github.com/vert-x/vert.x">Github</a></li>
<li><a href="https://github.com/eclipse/vert.x">Github</a></li>
<li><a href="http://modulereg.vertx.io/">Module Registry</a></li>
<li><a href="http://groups.google.com/group/vertx">Google Group</a></li>
<li><a href="http://vertxproject.wordpress.com/">Blog</a></li>
Expand Down Expand Up @@ -441,7 +441,7 @@ <h2 id="logging-from-a-verticle">Logging from a Verticle</h2><br/>
<li>fatal</li>
</ul>
<p>Which have the normal meanings you would expect.</p>
<p>The log files by default go in a file called <code>vertx.log</code> in the system temp directory. On my Linux box this is <code>\tmp</code>.</p>
<p>The log files by default go in a file called <code>vertx.log</code> in the system temp directory. On my Linux box this is <code>/tmp</code>.</p>
<p>For more information on configuring logging, please see the main manual.</p>
<h2 id="accessing-environment-variables-from-a-verticle">Accessing environment variables from a Verticle</h2><br/>
<p>You can access the map of environment variables from a Verticle with the <code>env</code> property on the <code>container</code> object.</p>
Expand Down
4 changes: 2 additions & 2 deletions core_manual_java.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<li><a href="docs.html">Documentation</a></li>
<li><a href="examples.html">Examples</a></li>
<li><a href="community.html">Project Info</a></li>
<li><a href="https://github.com/vert-x/vert.x">Github</a></li>
<li><a href="https://github.com/eclipse/vert.x">Github</a></li>
<li><a href="http://modulereg.vertx.io/">Module Registry</a></li>
<li><a href="http://groups.google.com/group/vertx">Google Group</a></li>
<li><a href="http://vertxproject.wordpress.com/">Blog</a></li>
Expand Down Expand Up @@ -448,7 +448,7 @@ <h2 id="logging-from-a-verticle">Logging from a Verticle</h2><br/>
<li>fatal</li>
</ul>
<p>Which have the normal meanings you would expect.</p>
<p>The log files by default go in a file called <code>vertx.log</code> in the system temp directory. On my Linux box this is <code>\tmp</code>.</p>
<p>The log files by default go in a file called <code>vertx.log</code> in the system temp directory. On my Linux box this is <code>/tmp</code>.</p>
<p>For more information on configuring logging, please see the <a href="manual.html#logging">main manual</a>.</p>
<h2 id="accessing-environment-variables-from-a-verticle">Accessing environment variables from a Verticle</h2><br/>
<p>You can access the map of environment variables from a Verticle with the <code>env()</code> method on the <code>container</code> object.</p>
Expand Down
4 changes: 2 additions & 2 deletions core_manual_js.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<li><a href="docs.html">Documentation</a></li>
<li><a href="examples.html">Examples</a></li>
<li><a href="community.html">Project Info</a></li>
<li><a href="https://github.com/vert-x/vert.x">Github</a></li>
<li><a href="https://github.com/eclipse/vert.x">Github</a></li>
<li><a href="http://modulereg.vertx.io/">Module Registry</a></li>
<li><a href="http://groups.google.com/group/vertx">Google Group</a></li>
<li><a href="http://vertxproject.wordpress.com/">Blog</a></li>
Expand Down Expand Up @@ -441,7 +441,7 @@ <h2 id="logging-from-a-verticle">Logging from a Verticle</h2><br/>
<li>fatal </li>
</ul>
<p>Which have the normal meanings you would expect.</p>
<p>The log files by default go in a file called <code>vertx.log</code> in the system temp directory. On my Linux box this is <code>\tmp</code>.</p>
<p>The log files by default go in a file called <code>vertx.log</code> in the system temp directory. On my Linux box this is <code>/tmp</code>.</p>
<p>For more information on configuring logging, please see the <a href="manual.html#logging">main manual</a>.</p>
<h2 id="accessing-environment-variables-from-a-verticle">Accessing environment variables from a Verticle</h2><br/>
<p>You can access a hash of environment variables from a Verticle with the <code>env</code> property on the <code>container</code> object.</p>
Expand Down
4 changes: 2 additions & 2 deletions core_manual_python.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<li><a href="docs.html">Documentation</a></li>
<li><a href="examples.html">Examples</a></li>
<li><a href="community.html">Project Info</a></li>
<li><a href="https://github.com/vert-x/vert.x">Github</a></li>
<li><a href="https://github.com/eclipse/vert.x">Github</a></li>
<li><a href="http://modulereg.vertx.io/">Module Registry</a></li>
<li><a href="http://groups.google.com/group/vertx">Google Group</a></li>
<li><a href="http://vertxproject.wordpress.com/">Blog</a></li>
Expand Down Expand Up @@ -404,7 +404,7 @@ <h2 id="logging-from-a-verticle">Logging from a Verticle</h2><br/>
<li>fatal</li>
</ul>
<p>Which have the normal meanings you would expect.</p>
<p>The log files by default go in a file called <code>vertx.log</code> in the system temp directory. On my Linux box this is <code>\tmp</code>.</p>
<p>The log files by default go in a file called <code>vertx.log</code> in the system temp directory. On my Linux box this is <code>/tmp</code>.</p>
<p>For more information on configuring logging, please see the <a href="manual.html#logging">main manual</a>.</p>
<h2 id="accessing-environment-variables-from-a-verticle">Accessing environment variables from a Verticle</h2><br/>
<p>You can access the map of environment variables from a Verticle with the <code>vertx.env()</code> function.</p>
Expand Down
4 changes: 2 additions & 2 deletions core_manual_ruby.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<li><a href="docs.html">Documentation</a></li>
<li><a href="examples.html">Examples</a></li>
<li><a href="community.html">Project Info</a></li>
<li><a href="https://github.com/vert-x/vert.x">Github</a></li>
<li><a href="https://github.com/eclipse/vert.x">Github</a></li>
<li><a href="http://modulereg.vertx.io/">Module Registry</a></li>
<li><a href="http://groups.google.com/group/vertx">Google Group</a></li>
<li><a href="http://vertxproject.wordpress.com/">Blog</a></li>
Expand Down Expand Up @@ -398,7 +398,7 @@ <h2 id="logging-from-a-verticle">Logging from a Verticle</h2><br/>
<li>fatal</li>
</ul>
<p>Which have the normal meanings you would expect.</p>
<p>The log files by default go in a file called <code>vertx.log</code> in the system temp directory. On my Linux box this is <code>\tmp</code>.</p>
<p>The log files by default go in a file called <code>vertx.log</code> in the system temp directory. On my Linux box this is <code>/tmp</code>.</p>
<p>For more information on configuring logging, please see the <a href="manual.html#logging">main manual</a>.</p>
<h2 id="accessing-environment-variables-from-a-verticle">Accessing environment variables from a Verticle</h2><br/>
<p>You can access a <code>Hash</code> of environment variables from a Verticle with the method <code>Vertx.env</code>.</p>
Expand Down
4 changes: 2 additions & 2 deletions core_manual_scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<li><a href="docs.html">Documentation</a></li>
<li><a href="examples.html">Examples</a></li>
<li><a href="community.html">Project Info</a></li>
<li><a href="https://github.com/vert-x/vert.x">Github</a></li>
<li><a href="https://github.com/eclipse/vert.x">Github</a></li>
<li><a href="http://modulereg.vertx.io/">Module Registry</a></li>
<li><a href="http://groups.google.com/group/vertx">Google Group</a></li>
<li><a href="http://vertxproject.wordpress.com/">Blog</a></li>
Expand Down Expand Up @@ -456,7 +456,7 @@ <h2 id="logging-from-a-verticle">Logging from a Verticle</h2><br/>
<li>fatal </li>
</ul>
<p>Which have the normal meanings you would expect.</p>
<p>The log files by default go in a file called <code>vertx.log</code> in the system temp directory. On my Linux box this is <code>\tmp</code>.</p>
<p>The log files by default go in a file called <code>vertx.log</code> in the system temp directory. On my Linux box this is <code>/tmp</code>.</p>
<p>For more information on configuring logging, please see the <a href="manual.html#logging">main manual</a>.</p>
<h2 id="accessing-environment-variables-from-a-verticle">Accessing environment variables from a Verticle</h2><br/>
<p>You can access the map of environment variables from a Verticle with the <code>env()</code> method on the <code>container</code> object.</p>
Expand Down
2 changes: 1 addition & 1 deletion dev_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<li><a href="docs.html">Documentation</a></li>
<li><a href="examples.html">Examples</a></li>
<li><a href="community.html">Project Info</a></li>
<li><a href="https://github.com/vert-x/vert.x">Github</a></li>
<li><a href="https://github.com/eclipse/vert.x">Github</a></li>
<li><a href="http://modulereg.vertx.io/">Module Registry</a></li>
<li><a href="http://groups.google.com/group/vertx">Google Group</a></li>
<li><a href="http://vertxproject.wordpress.com/">Blog</a></li>
Expand Down
4 changes: 2 additions & 2 deletions docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<li><a href="docs.html">Documentation</a></li>
<li><a href="examples.html">Examples</a></li>
<li><a href="community.html">Project Info</a></li>
<li><a href="https://github.com/vert-x/vert.x">Github</a></li>
<li><a href="https://github.com/eclipse/vert.x">Github</a></li>
<li><a href="http://modulereg.vertx.io/">Module Registry</a></li>
<li><a href="http://groups.google.com/group/vertx">Google Group</a></li>
<li><a href="http://vertxproject.wordpress.com/">Blog</a></li>
Expand Down Expand Up @@ -146,7 +146,7 @@ <h2>Documentation Library</h2>
<p>Some other Vert.x resources</p>
<ul>
<li>Some <a href="https://github.com/eclipse/vert.x/wiki/Vert.x-Media-Articles">media articles</a> about Vert.x</li>
<li>Some <a href="https://github.com/vert-x/vert.x/wiki/Vert.x-Presentations">presentations</a> about Vert.x</li>
<li>Some <a href="https://github.com/eclipse/vert.x/wiki/Vert.x-Presentations">presentations</a> about Vert.x</li>
</ul>

<h3>Documentation for older Vert.x versions:</h3>
Expand Down
2 changes: 1 addition & 1 deletion docs_md/core_manual_groovy.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ The logger is an instance of the class `org.vertx.core.logging.Logger` and has t

Which have the normal meanings you would expect.

The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `\tmp`.
The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `/tmp`.

For more information on configuring logging, please see the main manual.

Expand Down
2 changes: 1 addition & 1 deletion docs_md/core_manual_java.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ The logger is an instance of the class `org.vertx.java.core.logging.Logger` and

Which have the normal meanings you would expect.

The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `\tmp`.
The log files by default go in a file called `vertx.log` in the system temp directory. On my Linux box this is `/tmp`.

For more information on configuring logging, please see the [main manual](manual.html#logging).

Expand Down
Loading