Skip to content

Commit 5213c5f

Browse files
committed
some wiki links still hanging around that are removed
1 parent 00db775 commit 5213c5f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

cflib/drivers/crazyradio.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
CRADIO_PID = 0x7777
5050

5151
# Dongle configuration requests
52-
# See http://wiki.bitcraze.se/projects:crazyradio:protocol for documentation
52+
# See https://www.bitcraze.io/documentation/repository/crazyradio-firmware/master/functional-areas/usb_radio_protocol/
53+
# for documentation
5354
SET_RADIO_CHANNEL = 0x01
5455
SET_RADIO_ADDRESS = 0x02
5556
SET_DATA_RATE = 0x03

docs/installation/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This will run the lint checkers defined in `.pre-commit-config-yaml` on your pro
5353
### With docker and the toolbelt
5454

5555
For information and installation of the
56-
[toolbelt.](https://wiki.bitcraze.io/projects:dockerbuilderimage:index)
56+
[toolbelt.](https://github.com/bitcraze/toolbelt)
5757

5858
* Check to see if you pass tests: `tb test`
5959
* Check to see if you pass style guidelines: `tb verify`

setup_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# by the current user immediately
44
# Caution! This installs the Crazyflie PC client as root to your Python
55
# site-packages directory. If you wish to install it as a normal user, use the
6-
# instructions on the Wiki at
7-
# http://wiki.bitcraze.se/projects:crazyflie:pc_utils:install
6+
# instructions in the documentation at
7+
# https://www.bitcraze.io/documentation/repository/crazyflie-clients-python/master/
88
# After installation, the Crazyflie PC client can be started with `cfclient`.
99
# @author Daniel Lee 2013
1010

0 commit comments

Comments
 (0)