Skip to content

Commit 4ea98fa

Browse files
fix: local links to public ones (max)
1 parent 43a2d1b commit 4ea98fa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/02-development.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ Copy the roverd bootspec JSON schema from https://github.com/VU-ASE/rover/blob/m
2424
- Name = Service
2525
- Source type = JSON Schema
2626

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)
2828

2929
# What to do when rovercom updates
3030

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.
3232

33-
#
3433

0 commit comments

Comments
 (0)