Skip to content

Commit

Permalink
Merge pull request #2549 from markheger/develop
Browse files Browse the repository at this point in the history
reference to streamsdev replaced
  • Loading branch information
markheger committed Aug 18, 2020
2 parents 139dc02 + 3625759 commit 0e53f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
Publish-subscribe provides the abiltity to connect streams between independent
IBM Streams applications regardless of their implementation language.
This allows a `microservice approach <https://developer.ibm.com/streamsdev/2016/09/02/analytics-microservice-architecture-with-ibm-streams/>`_
This allows a `microservice approach <https://community.ibm.com/community/user/cloudpakfordata/viewdocument/analytics-microservice-architecture>`_
where a Streams application acting as a service publishes one
or more streams. Subscriber services then subscribe to those streams
without requiring any knowledge of how a stream is published.
Expand Down
3 changes: 1 addition & 2 deletions java/src/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,5 @@ <H2>Integration with SPL</H2>
from existing toolkits and use
{@link com.ibm.streamsx.topology.spl.SPLStream streams that have SPL schemas}.
<BR>
@see <a href="https://developer.ibm.com/streamsdev/new-to-streams/">New to IBM Streams</a>
@see com.ibm.streamsx.topology.tester.Tester Testing support for topologies
@see <a href="https://ibmstreams.github.io/streamsx.documentation/docs/java/java-appapi-devguide/#integrating-spl-operators-with-the-java-application-api">Integrating SPL operators</a>
</body>

0 comments on commit 0e53f91

Please sign in to comment.