Skip to content

Commit 5ac52ae

Browse files
Linting and fix link
1 parent ab5c812 commit 5ac52ae

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

examples/connext_dds/distributed_logger/c++11/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ on the terminal.
114114
### Visualizing the log messages
115115

116116
Once the example application is running, open RTI Spy or
117-
RTI Admin Console as described in the top-level [README](../../README.md) file.
117+
RTI Admin Console as described in the top-level [README](../README.md) file.
118118

119119
## Customizing the Build
120120

examples/connext_dds/distributed_logger/py/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Example Code: Python Distributed Logger Application
22

3-
See the example description in the top-level [README](../../README.md) file.
3+
See the example description in the top-level [README](../README.md) file.
44

55
## Running the Example
66

@@ -20,7 +20,7 @@ on the terminal.
2020
### Visualizing the log messages
2121

2222
Once the example application is running, open RTI Spy or
23-
RTI Admin Console as described in the top-level [README](../../README.md) file.
23+
RTI Admin Console as described in the top-level [README](../README.md) file.
2424

2525
You should be able to visualize the logging messages being sent
26-
by the application.
26+
by the application.

examples/connext_dds/distributed_logger/py/dist_logger_example.py

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import rti.connextdds as dds
1515
import rti.logging.distlog as distlog
1616

17+
1718
def distlogger_example(application_kind, domain_id, sleep, iterations):
1819
# First, create the options to personalize Distributed Logger.
1920
# If no options are provided, default ones will be created.

0 commit comments

Comments
 (0)