Skip to content

Commit 4fce1dc

Browse files
committed
Merge pull request #8 from reactive-streams/wip-fix-links-v0.3
fix links and include Todd Montgomery
2 parents 06ddb3e + 1b5fac5 commit 4fce1dc

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

_includes/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ We anticipate that acceptance of this Reactive Streams specification and experie
2222

2323
Available immediately is a First Draft Specification covering:
2424

25-
* [Semantics](https://github.com/reactive-streams/reactive-streams/blob/master/tck/src/main/resources/spec.md)—a specification document
26-
* [API](https://github.com/reactive-streams/reactive-streams/tree/master/spi/src/main/java/org/reactivestreams/api/)—Java interfaces for end users
27-
* [SPI](https://github.com/reactive-streams/reactive-streams/tree/master/spi/src/main/java/org/reactivestreams/spi/)—Java interfaces for implementations
28-
* [TCK](https://github.com/reactive-streams/reactive-streams/tree/master/tck/src/main/java/org/reactivestreams/tck/)—a test harness to validate implementations and guide implementors
25+
* [Semantics](https://github.com/reactive-streams/reactive-streams/blob/v0.3/tck/src/main/resources/spec.md)—a specification document
26+
* [API](https://github.com/reactive-streams/reactive-streams/tree/v0.3/spi/src/main/java/org/reactivestreams/api/)—Java interfaces for end users
27+
* [SPI](https://github.com/reactive-streams/reactive-streams/tree/v0.3/spi/src/main/java/org/reactivestreams/spi/)—Java interfaces for implementations
28+
* [TCK](https://github.com/reactive-streams/reactive-streams/tree/v0.3/tck/src/main/java/org/reactivestreams/tck/)—a test harness to validate implementations and guide implementors
2929

3030
All of the parts of the Draft Proposal is released under [Creative Commons Zero](http://creativecommons.org/publicdomain/zero/1.0) (Public Domain).
3131

@@ -56,4 +56,4 @@ For feedback on
5656

5757
## Implementors
5858

59-
To get started implementing the draft specification, it is recommended to start by reading the [README](https://github.com/reactive-streams/reactive-streams/blob/master/README.md), then taking a look at the [Specification](https://github.com/reactive-streams/reactive-streams/blob/master/tck/src/main/resources/spec.md) then taking a look at the [TCK](https://github.com/reactive-streams/reactive-streams/tree/master/tck/src/main/java/org/reactivestreams/tck/). If you have an issue with any of the above, please take a look at [closed issues](https://github.com/reactive-streams/reactive-streams/issues?page=1&state=closed) and then open a [new issue](https://github.com/reactive-streams/reactive-streams/issues/new) if it has not already been answered.
59+
To get started implementing the draft specification, it is recommended to start by reading the [README](https://github.com/reactive-streams/reactive-streams/blob/v0.3/README.md), then taking a look at the [Specification](https://github.com/reactive-streams/reactive-streams/blob/v0.3/tck/src/main/resources/spec.md) then taking a look at the [TCK](https://github.com/reactive-streams/reactive-streams/tree/v0.3/tck/src/main/java/org/reactivestreams/tck/). If you have an issue with any of the above, please take a look at [closed issues](https://github.com/reactive-streams/reactive-streams/issues?page=1&state=closed) and then open a [new issue](https://github.com/reactive-streams/reactive-streams/issues/new) if it has not already been answered.

_layouts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<p><span class="person">Stephane Maldini</span> &ndash; <span class="company">Pivotal Software Inc.</span></p>
3131
<p><span class="person">Norman Maurer</span> &ndash; <span class="company">Red Hat Inc.</span></p>
3232
<p><span class="person">Erik Meijer</span> &ndash; <span class="company">Applied Duality Inc.</span></p>
33+
<p><span class="person">Todd Montgomery</span> &ndash; <span class="company">Kaazing Corp.</span></p>
3334
<p><span class="person">Patrik Nordwall</span> &ndash; <span class="company">Typesafe Inc.</span></p>
3435
<p><span class="person">Johannes Rudolph</span> &ndash; <span class="company">spray.io</span></p>
3536
<p><span class="person">Endre Varga</span> &ndash; <span class="company">Typesafe Inc.</span></p>

0 commit comments

Comments
 (0)