You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/02-development.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,10 @@ Copy the roverd bootspec JSON schema from https://github.com/VU-ASE/rover/blob/m
24
24
- Name = Service
25
25
- Source type = JSON Schema
26
26
27
-
Paste it into [`src/roverlib/bootinfo.py`](src/roverlib/bootinfo.py)
27
+
Paste it into [`src/roverlib/bootinfo.py`](https://github.com/VU-ASE/roverlib-python/blob/main/src/roverlib/bootinfo.py)
28
28
29
29
# What to do when rovercom updates
30
30
31
-
Copy and paste the contents from the [rovercom definitions](https://github.com/VU-ASE/rovercom/blob/main/packages/python/gen/protobuf_msgs.py) to the [`src/roverlib/rovercom.py`](src/roverlib/rovercom.py) file.
31
+
Copy and paste the contents from the [rovercom definitions](https://github.com/VU-ASE/rovercom/blob/main/packages/python/gen/protobuf_msgs.py) to the [`src/roverlib/rovercom.py`](https://github.com/VU-ASE/roverlib-python/blob/main/src/roverlib/rovercom.py) file.
0 commit comments