Skip to content

Commit 58a5b05

Browse files
author
joergboe
committed
Correct Sample doc
1 parent 830c289 commit 58a5b05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/HTTPXMLView/com.ibm.streamsx.inet.sample.rest/HTTPXMLViewSample.spl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ use com.ibm.streamsx.inet.rest::HTTPXMLView;
1212
/**
1313
* Simple example of an using `com.ibm.streamsx.inet.rest.HTTPXMLView` to view xml tuples
1414
*
15-
* Open the browser and enter url [https://localhost:8080]
15+
* Open the browser and enter url [http://localhost:8080]
1616
*
1717
* Tuples are periodically injected from the beacon operator
1818
*
19-
* And then are visible as a XML document [https://localhost:8080/InjectView/ports/input/0/attribute]
19+
* And then are visible as a XML document [http://localhost:8080/InjectView/ports/input/0/attribute]
2020
*
2121
* This fixed URL shows information for all ports available through URLs
22-
* in the HTTP server [https://localhost:8080/ports/info]
22+
* in the HTTP server [http://localhost:8080/ports/info]
2323
*
2424
* To run this example execute:
2525
*
2626
* make
2727
* output/bin/standalone
28-
* Point browser to [https://localhost:8080]
28+
* Point browser to [http://localhost:8080]
2929
*
3030
*/
3131
public composite HTTPXMLViewSample {

0 commit comments

Comments
 (0)