Skip to content

Commit 21ce770

Browse files
committed
Fix markdown linter
1 parent 957be64 commit 21ce770

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ros/content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ $ docker-compose rm
204204
205205
### ROS1 Bridge
206206

207-
To ease ROS2 migration, [`ros1_bridge`](https://index.ros.org/p/ros1_bridge/github-ros2-ros1_bridge) is a ROS2 package that provides bidirectional communication between ROS1 and ROS2. As a minimal example, given the ROS2 Dockerfile above, we'll create the ROS1 equivalent below, and name the Dockerfile appropriately.
207+
To ease ROS2 migration, [`ros1_bridge`](https://index.ros.org/p/ros1_bridge/github-ros2-ros1_bridge) is a ROS2 package that provides bidirectional communication between ROS1 and ROS2. As a minimal example, given the ROS2 Dockerfile above, we'll create the ROS1 equivalent below, and name the Dockerfile appropriately.
208208

209209
```dockerfile
210210
FROM ros:melodic
@@ -255,8 +255,8 @@ services:
255255
## ROS2
256256
257257
[Index](https://index.ros.org/doc/ros2/): ROS2 Documentation
258-
[Design](https://design.ros2.org/): ROS2 Design Articles
258+
[Design](https://design.ros2.org/): ROS2 Design Articles
259259
260260
## ROS1
261261
262-
[Wiki](http://wiki.ros.org/Documentation): ROS1 Documentation
262+
[Wiki](http://wiki.ros.org/Documentation): ROS1 Documentation

0 commit comments

Comments
 (0)