Skip to content

Commit 41e750f

Browse files
authored
#620 doc: Corrected ambiguous links to files (#619)
* doc: Corrected ambiguous links to files * doc: Corrected ambiguous links not caught by Marksman
1 parent a5a36f3 commit 41e750f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

examples/connext_dds/real_time_wan_transport/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private IP address:port (192.168.1.1:1234 in the figure below) and a public
7070
IP address:port (50.10.23.45:2345 in the figure below).
7171

7272
![Internal to External Participant](
73-
resources/images/InternalToExternal.png?raw=true
73+
./resources/images/InternalToExternal.png?raw=true
7474
"Internal to External Participant")
7575

7676
Scenarios 3 and 4 require that both Internal Participants are behind a
@@ -79,7 +79,7 @@ reachable in a public address (60.10.23.45:2345 in the Figure below) to
7979
facilitate the NAT traversal process.
8080

8181
![Internal to Internal Participant](
82-
resources/images/InternalToInternal.png?raw=true
82+
./resources/images/InternalToInternal.png?raw=true
8383
"Internal to Internal Participant").
8484

8585
## Prerequisites before running example

examples/routing_service/monitoring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ See the RSConfig.xml file for more details.
3333
When monitoring is enable, you can use Admin Console to see valuable monitoring
3434
data in a visual way.
3535

36-
![Routing Service in Admin Console for Monitoring](images/AdminConsoleMonitoringRS.png "Admin Console RS view")
36+
![Routing Service in Admin Console for Monitoring](./images/AdminConsoleMonitoringRS.png "Admin Console RS view")
3737

3838
The configuration applied to Routing Service in the xml file to enable
3939
the monitoring framework is the following:

examples/routing_service/remote_admin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ We describe here some examples of how to use the Remote Administration
3535
Platform.
3636

3737
First of all, you have to build the Requester application. So, please follow
38-
this [guide](c++11/README.md).
38+
this [guide](./c++11/README.md).
3939

4040
After building the Requester application, we will open two Shapes Demo:
4141

examples/web_integration_service/rest/long_polling/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ samples are read:
3333
Instructions on how to run _Web Integration Service_ and the client
3434
applications for each specific language are available under:
3535

36-
- [js/README.md](js/README.md)
37-
- [python/README.md](python/README.md)
36+
- [js/README.md](./js/README.md)
37+
- [python/README.md](./python/README.md)
3838

3939
![Alt text](../../resources/img/long_polling.png "Long Polling Example Screenshot")

examples/web_integration_service/rest/simple_shapes_demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Integration Service_.
66
Instructions on how to run _Web Integration Service_ and the client applications
77
for each specific language are available under:
88

9-
- [js/README.md](js/README.md)
9+
- [js/README.md](./js/README.md)
1010

1111
![Alt text](../../resources/img/web_shapes.png "Web Shapes Demo Screenshot")

examples/web_integration_service/websockets/simple_shapes_demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ communication _RTI Web Integration Service_ WebSockets API instead of Rest reque
66
Instructions on how to run _Web Integration Service_ and the client applications
77
for each specific language are available under:
88

9-
- [js/README.md](js/README.md)
9+
- [js/README.md](./js/README.md)
1010

1111
![Alt text](../../resources/img/web_shapes.png "Web Shapes Demo Screenshot")

0 commit comments

Comments
 (0)