Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
suhothayan committed Jul 5, 2019
1 parent 338a45d commit 0881337
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Latest API Docs is <a target="_blank" href="https://siddhi-io.github.io/siddhi-e

## Features

* <a target="_blank" href="https://wso2-extensions.github.io/siddhi-execution-reorder/api/5.0.1/#akslack-stream-processor">akslack</a> *<a target="_blank" href="https://siddhi.io/en/v5.0/docs/query-guide/#stream-processor">(Stream Processor)</a>*<br><div style="padding-left: 1em;"><p>This stream processor extension performs reordering of an event stream which is out of order.<br>&nbsp;It implements the AQ-K-Slack based out-of-order handling algorithm which is originally described in <br>'http://dl.acm.org/citation.cfm?doid=2675743.2771828'.</p></div>
* <a target="_blank" href="https://wso2-extensions.github.io/siddhi-execution-reorder/api/5.0.1/#kslack-stream-processor">kslack</a> *<a target="_blank" href="https://siddhi.io/en/v5.0/docs/query-guide/#stream-processor">(Stream Processor)</a>*<br><div style="padding-left: 1em;"><p>This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the K-Slack based out-of-order handling algorithm which is originally described in <br>'https://www2.informatik.uni-erlangen.de/publication/download/IPDPS2013.pdf'.)</p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-reorder/api/5.0.1/#akslack-stream-processor">akslack</a> *<a target="_blank" href="https://siddhi.io/en/v5.0/docs/query-guide/#stream-processor">(Stream Processor)</a>*<br><div style="padding-left: 1em;"><p>This stream processor extension performs reordering of an event stream which is out of order.<br>&nbsp;It implements the AQ-K-Slack based out-of-order handling algorithm which is originally described in <br>'http://dl.acm.org/citation.cfm?doid=2675743.2771828'.</p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-reorder/api/5.0.1/#kslack-stream-processor">kslack</a> *<a target="_blank" href="https://siddhi.io/en/v5.0/docs/query-guide/#stream-processor">(Stream Processor)</a>*<br><div style="padding-left: 1em;"><p>This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the K-Slack based out-of-order handling algorithm which is originally described in <br>'https://www2.informatik.uni-erlangen.de/publication/download/IPDPS2013.pdf'.)</p></div>

## Dependencies

Expand Down
4 changes: 2 additions & 2 deletions docs/api/4.0.20.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Reorder

### akslack *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### akslack *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the AQ-K-Slack based out-of-order handling algorithm (originally described in <br>http://dl.acm.org/citation.cfm?doid=2675743.2771828)</p>

Expand Down Expand Up @@ -146,7 +146,7 @@ insert into outputStream;
```
<p style="word-wrap: break-word">This query performs reordering based on the 'eventtt' attribute values. In this example, 20 represents the batch size</p>

### kslack *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### kslack *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the K-Slack based out-of-order handling algorithm (originally described in <br>https://www2.informatik.uni-erlangen.de/publication/download/IPDPS2013.pdf)</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/api/4.0.21.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Reorder

### akslack *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### akslack *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the AQ-K-Slack based out-of-order handling algorithm (originally described in <br>http://dl.acm.org/citation.cfm?doid=2675743.2771828)</p>

Expand Down Expand Up @@ -146,7 +146,7 @@ insert into outputStream;
```
<p style="word-wrap: break-word">This query performs reordering based on the 'eventtt' attribute values. In this example, 20 represents the batch size</p>

### kslack *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### kslack *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the K-Slack based out-of-order handling algorithm (originally described in <br>https://www2.informatik.uni-erlangen.de/publication/download/IPDPS2013.pdf)</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/api/4.0.22.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Reorder

### akslack *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### akslack *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the AQ-K-Slack based out-of-order handling algorithm (originally described in <br>http://dl.acm.org/citation.cfm?doid=2675743.2771828)</p>

Expand Down Expand Up @@ -146,7 +146,7 @@ insert into outputStream;
```
<p style="word-wrap: break-word">This query performs reordering based on the 'eventtt' attribute values. In this example, 20 represents the batch size</p>

### kslack *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### kslack *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the K-Slack based out-of-order handling algorithm (originally described in <br>https://www2.informatik.uni-erlangen.de/publication/download/IPDPS2013.pdf)</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/api/4.0.23.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Reorder

### akslack *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### akslack *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the AQ-K-Slack based out-of-order handling algorithm (originally described in <br>http://dl.acm.org/citation.cfm?doid=2675743.2771828)</p>

Expand Down Expand Up @@ -146,7 +146,7 @@ insert into outputStream;
```
<p style="word-wrap: break-word">This query performs reordering based on the 'eventtt' attribute values. In this example, 20 represents the batch size</p>

### kslack *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### kslack *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the K-Slack based out-of-order handling algorithm (originally described in <br>https://www2.informatik.uni-erlangen.de/publication/download/IPDPS2013.pdf)</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/api/4.0.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Kslack

### reorder *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### reorder *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the K-Slack based out-of-order handling algorithm (originally described in <br>https://www2.informatik.uni-erlangen.de/publication/download/IPDPS2013.pdf)</p>

Expand Down Expand Up @@ -68,7 +68,7 @@ insert into outputStream;

## Akslack

### reorder *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### reorder *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the Alpha K-Slack based out-of-order handling algorithm (originally described in <br>http://dl.acm.org/citation.cfm?doid=2675743.2771828)</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/api/4.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Reorder

### akslack *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### akslack *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the AQ-K-Slack based out-of-order handling algorithm (originally described in <br>http://dl.acm.org/citation.cfm?doid=2675743.2771828)</p>

Expand Down Expand Up @@ -146,7 +146,7 @@ insert into outputStream;
```
<p style="word-wrap: break-word">This query performs reordering based on the 'eventtt' attribute values. In this example, 20 represents the batch size</p>

### kslack *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### kslack *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the K-Slack based out-of-order handling algorithm (originally described in <br>https://www2.informatik.uni-erlangen.de/publication/download/IPDPS2013.pdf)</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/api/4.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Reorder

### akslack *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### akslack *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an event stream which is out of order.<br>&nbsp;It implements the AQ-K-Slack based out-of-order handling algorithm which is originally described in <br>'http://dl.acm.org/citation.cfm?doid=2675743.2771828'.</p>

Expand Down Expand Up @@ -146,7 +146,7 @@ insert into OutputStream;
```
<p style="word-wrap: break-word">This query performs reordering based on the 'eventtt' attribute values. In this example, 20 represents the batch size.</p>

### kslack *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### kslack *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the K-Slack based out-of-order handling algorithm which is originally described in <br>'https://www2.informatik.uni-erlangen.de/publication/download/IPDPS2013.pdf'.)</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/api/4.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Reorder

### akslack *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### akslack *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an event stream which is out of order.<br>&nbsp;It implements the AQ-K-Slack based out-of-order handling algorithm which is originally described in <br>'http://dl.acm.org/citation.cfm?doid=2675743.2771828'.</p>

Expand Down Expand Up @@ -146,7 +146,7 @@ insert into OutputStream;
```
<p style="word-wrap: break-word">This query performs reordering based on the 'eventtt' attribute values. In this example, 20 represents the batch size.</p>

### kslack *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### kslack *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the K-Slack based out-of-order handling algorithm which is originally described in <br>'https://www2.informatik.uni-erlangen.de/publication/download/IPDPS2013.pdf'.)</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/api/4.2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Reorder

### akslack *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### akslack *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an event stream which is out of order.<br>&nbsp;It implements the AQ-K-Slack based out-of-order handling algorithm which is originally described in <br>'http://dl.acm.org/citation.cfm?doid=2675743.2771828'.</p>

Expand Down Expand Up @@ -146,7 +146,7 @@ insert into OutputStream;
```
<p style="word-wrap: break-word">This query performs reordering based on the 'eventtt' attribute values. In this example, 20 represents the batch size.</p>

### kslack *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### kslack *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the K-Slack based out-of-order handling algorithm which is originally described in <br>'https://www2.informatik.uni-erlangen.de/publication/download/IPDPS2013.pdf'.)</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/api/4.2.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Reorder

### akslack *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### akslack *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an event stream which is out of order.<br>&nbsp;It implements the AQ-K-Slack based out-of-order handling algorithm which is originally described in <br>'http://dl.acm.org/citation.cfm?doid=2675743.2771828'.</p>

Expand Down Expand Up @@ -146,7 +146,7 @@ insert into OutputStream;
```
<p style="word-wrap: break-word">This query performs reordering based on the 'eventtt' attribute values. In this example, 20 represents the batch size.</p>

### kslack *<a target="_blank" href="https://wso2.github.io/siddhi/documentation/siddhi-4.0/#stream-processor">(Stream Processor)</a>*
### kslack *<a target="_blank" href="https://siddhi.io/en/v4.x/docs/query-guide/#stream-processor">(Stream Processor)</a>*

<p style="word-wrap: break-word">This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the K-Slack based out-of-order handling algorithm which is originally described in <br>'https://www2.informatik.uni-erlangen.de/publication/download/IPDPS2013.pdf'.)</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Latest API Docs is <a target="_blank" href="https://siddhi-io.github.io/siddhi-e

## Features

* <a target="_blank" href="https://wso2-extensions.github.io/siddhi-execution-reorder/api/5.0.1/#akslack-stream-processor">akslack</a> *<a target="_blank" href="https://siddhi.io/en/v5.0/docs/query-guide/#stream-processor">(Stream Processor)</a>*<br><div style="padding-left: 1em;"><p>This stream processor extension performs reordering of an event stream which is out of order.<br>&nbsp;It implements the AQ-K-Slack based out-of-order handling algorithm which is originally described in <br>'http://dl.acm.org/citation.cfm?doid=2675743.2771828'.</p></div>
* <a target="_blank" href="https://wso2-extensions.github.io/siddhi-execution-reorder/api/5.0.1/#kslack-stream-processor">kslack</a> *<a target="_blank" href="https://siddhi.io/en/v5.0/docs/query-guide/#stream-processor">(Stream Processor)</a>*<br><div style="padding-left: 1em;"><p>This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the K-Slack based out-of-order handling algorithm which is originally described in <br>'https://www2.informatik.uni-erlangen.de/publication/download/IPDPS2013.pdf'.)</p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-reorder/api/5.0.1/#akslack-stream-processor">akslack</a> *<a target="_blank" href="https://siddhi.io/en/v5.0/docs/query-guide/#stream-processor">(Stream Processor)</a>*<br><div style="padding-left: 1em;"><p>This stream processor extension performs reordering of an event stream which is out of order.<br>&nbsp;It implements the AQ-K-Slack based out-of-order handling algorithm which is originally described in <br>'http://dl.acm.org/citation.cfm?doid=2675743.2771828'.</p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-reorder/api/5.0.1/#kslack-stream-processor">kslack</a> *<a target="_blank" href="https://siddhi.io/en/v5.0/docs/query-guide/#stream-processor">(Stream Processor)</a>*<br><div style="padding-left: 1em;"><p>This stream processor extension performs reordering of an out-of-order event stream.<br>&nbsp;It implements the K-Slack based out-of-order handling algorithm which is originally described in <br>'https://www2.informatik.uni-erlangen.de/publication/download/IPDPS2013.pdf'.)</p></div>

## Dependencies

Expand Down

0 comments on commit 0881337

Please sign in to comment.