From 644b6994c15a29738b0a9295d3ab283fbc751c13 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 12 Oct 2016 12:56:39 -0500 Subject: [PATCH 1/2] Fix kernel.org link to prevent redirect --- docs/kernel-hackers-notebook/ev3-uart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kernel-hackers-notebook/ev3-uart.md b/docs/kernel-hackers-notebook/ev3-uart.md index 0f9cd9bcd..cd32b5c2b 100644 --- a/docs/kernel-hackers-notebook/ev3-uart.md +++ b/docs/kernel-hackers-notebook/ev3-uart.md @@ -36,6 +36,6 @@ detected on a given input port. When the sensor is removed, the line discipline is detached (process killed). [UART]: https://en.wikipedia.org/wiki/Universal_asynchronous_receiver/transmitter -[line discipline]: http://kernel.org/doc/Documentation/serial/tty.txt +[line discipline]: https://www.kernel.org/doc/Documentation/serial/tty.txt [ev3.rules]: https://github.com/ev3dev/ev3-systemd/blob/ev3dev-jessie/debian/ev3.udev#L19 [ev3-uart@.service]: https://github.com/ev3dev/ev3-systemd/blob/ev3dev-jessie/systemd/ev3-uart%40.service From bb7f97b3505adc1a52c21a14c4f74820ab4d36c0 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 12 Oct 2016 12:42:17 -0500 Subject: [PATCH 2/2] Squelch kernel.org ssl errors on travis Hopefully this is temporary and we can revert this since there are many links. --- cibuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cibuild.sh b/cibuild.sh index a53fbee6b..6c3a66b82 100755 --- a/cibuild.sh +++ b/cibuild.sh @@ -36,6 +36,7 @@ IGNORE_HREFS=$(ruby -e 'puts %w{ robosnap.net 01.org alldatasheet.com + kernel\.org }.map{|h| "/#{h}/"}.join(",")') # Explanation of ignored sites: