Skip to content

Commit 2da5ea3

Browse files
Fixup broken links and references in README (commaai#661)
* Fixup broken links and remove references to now-defunct eon gold dashcam devkit * Update README.md * Update README.md Co-authored-by: Adeeb Shihadeh <[email protected]>
1 parent d7a82ef commit 2da5ea3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To install the library:
2222
pip install pandacan
2323
```
2424

25-
See [this class](https://github.com/commaai/panda/blob/master/python/__init__.py#L80) for how to interact with the panda.
25+
See [the Panda class](https://github.com/commaai/panda/blob/master/python/__init__.py) for how to interact with the panda.
2626

2727
For example, to receive CAN messages:
2828
``` python
@@ -34,7 +34,7 @@ And to send one on bus 0:
3434
``` python
3535
>>> panda.can_send(0x1aa, "message", 0)
3636
```
37-
Note that you may have to setup [udev rules](https://community.comma.ai/wiki/index.php/Panda#Linux_udev_rules) for Linux, such as
37+
Note that you may have to setup [udev rules](https://github.com/commaai/panda/tree/master/drivers/linux) for Linux, such as
3838
``` bash
3939
sudo tee /etc/udev/rules.d/11-panda.rules <<EOF
4040
SUBSYSTEM=="usb", ATTRS{idVendor}=="bbaa", ATTRS{idProduct}=="ddcc", MODE="0666"
@@ -79,7 +79,7 @@ Safety modes optionally supports `controls_allowed`, which allows or blocks a su
7979

8080
## Code Rigor
8181

82-
When compiled from the [EON](https://comma.ai/shop/products/eon-gold-dashcam-devkit) or [comma two](https://comma.ai/shop/products/comma-two-devkit) dev kits, the panda FW is configured and optimized (at compile time) for its use in
82+
When compiled from a comma device, the panda FW is configured and optimized (at compile time) for its use in
8383
conjuction with [openpilot](https://github.com/commaai/openpilot). The panda FW, through its safety model, provides and enforces the
8484
[openpilot safety](https://github.com/commaai/openpilot/blob/devel/SAFETY.md). Due to its critical function, it's important that the application code rigor within the `board` folder is held to high standards.
8585

drivers/windows/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ the panda for you.
4444

4545
A simple tool for testing J2534 drivers is DrewTech's 'J2534-1 Bus Analysis
4646
Tool' available in the 'Other Support Applications' section of their
47-
[Download Page](http://www.drewtech.com/downloads/).
47+
[Download Page](http://www.drewtech.com/downloads/#OtherSupportApplications).
4848

4949
# What is J2534?
5050

0 commit comments

Comments
 (0)