Skip to content

Commit 40a6687

Browse files
authored
Update URLs for new TinyPilot org (#724)
* Update URLs for new TinyPilot org I've moved tinypilot from mtlynch/tinypilot to tiny-pilot/tinypilot, so this makes all the URLs match the new location. * Fix spelling of tiny
1 parent 63f8716 commit 40a6687

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ TinyPilot uses automated linters and formatters as much as possible to automate
8888
## Proposing changes
8989

9090
* If you're making a small change, submit a PR to show your proposal.
91-
* If you're making a large change (over 100 LOC or three hours of dev time), [file an issue](https://github.com/mtlynch/tinypilot/issues/new/choose) first to talk through the proposed change. This prevents you from wasting time on a change that has a low chance of being accepted.
91+
* If you're making a large change (over 100 LOC or three hours of dev time), [file an issue](https://github.com/tiny-pilot/tinypilot/issues/new/choose) first to talk through the proposed change. This prevents you from wasting time on a change that has a low chance of being accepted.
9292

9393
## How to get your PR merged quickly
9494

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# TinyPilot
22

33
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](LICENSE)
4-
[![Contributors](https://img.shields.io/github/contributors/mtlynch/tinypilot)](https://github.com/mtlynch/tinypilot/graphs/contributors)
5-
[![CircleCI](https://circleci.com/gh/mtlynch/tinypilot.svg?style=svg)](https://circleci.com/gh/mtlynch/tinypilot)
4+
[![Contributors](https://img.shields.io/github/contributors/tiny-pilot/tinypilot)](https://github.com/tiny-pilot/tinypilot/graphs/contributors)
5+
[![CircleCI](https://circleci.com/gh/tiny-pilot/tinypilot.svg?style=svg)](https://circleci.com/gh/tiny-pilot/tinypilot)
66
[![Reddit](https://img.shields.io/badge/reddit-join-orange?logo=reddit)](https://www.reddit.com/r/tinypilot)
77
[![Twitter](https://img.shields.io/twitter/follow/tinypilotkvm?label=Twitter&style=social)](https://twitter.com/tinypilotkvm)
88

99
## Overview
1010

1111
Turn your Raspberry Pi into a browser-based KVM.
1212

13-
[![TinyPilot demo](https://raw.githubusercontent.com/mtlynch/tinypilot/master/readme-assets/demo-800w.gif)](https://raw.githubusercontent.com/mtlynch/tinypilot/master/readme-assets/demo.gif)
13+
[![TinyPilot demo](https://raw.githubusercontent.com/tiny-pilot/tinypilot/master/readme-assets/demo-800w.gif)](https://raw.githubusercontent.com/tiny-pilot/tinypilot/master/readme-assets/demo.gif)
1414

1515
<https://tinypilotkvm.com>
1616

@@ -28,13 +28,13 @@ TinyPilot official hardware packages give you everything you need to run TinyPil
2828

2929
### [TinyPilot Voyager](https://tinypilotkvm.com/product/tinypilot-voyager)
3030

31-
[![Photo of TinyPilot Voyager](https://raw.githubusercontent.com/mtlynch/tinypilot/master/readme-assets/voyager-side-cables.jpg)](https://tinypilotkvm.com/product/tinypilot-voyager)
31+
[![Photo of TinyPilot Voyager](https://raw.githubusercontent.com/tiny-pilot/tinypilot/master/readme-assets/voyager-side-cables.jpg)](https://tinypilotkvm.com/product/tinypilot-voyager)
3232

3333
Voyager is TinyPilot's professional-grade KVM over IP device. Its quiet, compact design makes it a great fit for professional environments such as offices, data centers, and server rooms.
3434

3535
### [TinyPilot Hobbyist Kit](https://tinypilotkvm.com/product/tinypilot-hobbyist-kit)
3636

37-
[![Photo of TinyPilot Voyager](https://raw.githubusercontent.com/mtlynch/tinypilot/master/readme-assets/hobbyist-kit.jpg)](https://tinypilotkvm.com/product/tinypilot-hobbyist-kit)
37+
[![Photo of TinyPilot Voyager](https://raw.githubusercontent.com/tiny-pilot/tinypilot/master/readme-assets/hobbyist-kit.jpg)](https://tinypilotkvm.com/product/tinypilot-hobbyist-kit)
3838

3939
The TinyPilot Hobbyist Kit is a great fit for home users who want a low-cost, DIY KVM over IP device.
4040

@@ -56,7 +56,7 @@ All-in-one kits are available from [tinypilotkvm.com](https://tinypilotkvm.com/o
5656
* Requires two additional [USB-A to microUSB cables](https://smile.amazon.com/dp/B01JPDTZXK/) and a [3 Amp power adapter](https://smile.amazon.com/dp/B0728HB18G).
5757
* If you're using this split connector, choose a USB-C to USB-A cable that's [12" or shorter](https://smile.amazon.com/dp/B012V56D2A/) to minimize voltage drop along the cable.
5858
* (Optional) [VGA to HDMI Adapter](https://smile.amazon.com/dp/B07121Y1Z3/)
59-
* If your target computer has VGA output, the above adapter is [confirmed to work](https://github.com/mtlynch/tinypilot/issues/76#issuecomment-664736402) with TinyPilot.
59+
* If your target computer has VGA output, the above adapter is [confirmed to work](https://github.com/tiny-pilot/tinypilot/issues/76#issuecomment-664736402) with TinyPilot.
6060

6161
See ["TinyPilot: Build a KVM Over IP for Under $100"](https://mtlynch.io/tinypilot/#how-to-build-your-own-tinypilot) for a more detailed tutorial on how to assemble these parts to create a TinyPilot.
6262

@@ -73,7 +73,7 @@ You can install TinyPilot on a compatible Raspberry Pi in just two commands.
7373
curl \
7474
--silent \
7575
--show-error \
76-
https://raw.githubusercontent.com/mtlynch/tinypilot/master/quick-install | \
76+
https://raw.githubusercontent.com/tiny-pilot/tinypilot/master/quick-install | \
7777
bash - && \
7878
sudo reboot
7979
```
@@ -95,8 +95,8 @@ See the [CONTRIBUTING](CONTRIBUTING.md) file.
9595

9696
## Other installation options
9797

98-
* [Advanced installation options](https://github.com/mtlynch/tinypilot/wiki/Installation-Options#advanced-installation)
99-
* [Remote installation via Ansible](https://github.com/mtlynch/tinypilot/wiki/Installation-Options#remote-installation)
98+
* [Advanced installation options](https://github.com/tiny-pilot/tinypilot/wiki/Installation-Options#advanced-installation)
99+
* [Remote installation via Ansible](https://github.com/tiny-pilot/tinypilot/wiki/Installation-Options#remote-installation)
100100

101101
## Updates
102102

@@ -116,9 +116,9 @@ If you can't access the web dashboard, you can retrieve the logs by SSHing into
116116
/opt/tinypilot/dev-scripts/dump-logs
117117
```
118118

119-
This log is useful if you [file a bug report](https://github.com/mtlynch/tinypilot/issues/new?assignees=&labels=&template=bug_report.md&title=).
119+
This log is useful if you [file a bug report](https://github.com/tiny-pilot/tinypilot/issues/new?assignees=&labels=&template=bug_report.md&title=).
120120

121-
You can read more details about the logs [in the wiki](https://github.com/mtlynch/tinypilot/wiki/Troubleshooting-and-Diagnostics).
121+
You can read more details about the logs [in the wiki](https://github.com/tiny-pilot/tinypilot/wiki/Troubleshooting-and-Diagnostics).
122122

123123
## Security considerations
124124

@@ -142,7 +142,7 @@ If you're interested in seeing what's happening with the project at a granular l
142142

143143
## See also
144144

145-
* [TinyPilot Wiki](https://github.com/mtlynch/tinypilot/wiki): Guides for tasks related to TinyPilot.
145+
* [TinyPilot Wiki](https://github.com/tiny-pilot/tinypilot/wiki): Guides for tasks related to TinyPilot.
146146
* [TinyPilot Ansible Role](https://github.com/tiny-pilot/ansible-role-tinypilot): Use [Ansible](https://docs.ansible.com/ansible/latest/index.html) to install TinyPilot and all dependencies as a systemd service.
147147

148148
## Acknowledgments

app/js_to_hid.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def _map_modifier_keys(keystroke):
169169
# limited information about which modifiers are pressed. We can't detect
170170
# left + right, so if the current key press is a right modifier, we assume
171171
# its righthand modifier is not also pressed.
172-
# https://github.com/mtlynch/tinypilot/issues/364
172+
# https://github.com/tiny-pilot/tinypilot/issues/364
173173
if keystroke.code == 'ControlRight':
174174
modifier_bitmask &= ~hid.MODIFIER_LEFT_CTRL
175175
modifier_bitmask |= hid.MODIFIER_RIGHT_CTRL

app/templates/custom-elements/menu-bar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228

229229
<div class="spacer"></div>
230230
<div class="header-item nav-icon">
231-
<a href="https://github.com/mtlynch/tinypilot" target="_blank">
231+
<a href="https://github.com/tiny-pilot/tinypilot" target="_blank">
232232
<img src="/img/GitHub-Mark-Light-120px-plus.png" />
233233
</a>
234234
</div>

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
setup(
55
name="TinyPilot",
66
version="0.0.1",
7-
url="https://github.com/mtlynch/tinypilot",
7+
url="https://github.com/tiny-pilot/tinypilot",
88
author="Michael Lynch",
99
description="Use your Raspberry Pi as a browser-based KVM.",
1010
packages=find_packages(),

0 commit comments

Comments
 (0)