Skip to content

Commit b8fd2ee

Browse files
committed
elinux.org has moved to https
1 parent e3453b3 commit b8fd2ee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Now it's time to write the image to the card.
124124
{% include /style/icon.html type="info" %}
125125
For more detailed information and flashing utility alternatives, check out
126126
[our other tutorials](/docs/tutorials/#group-administration-and-setup-sd-card-image){: .alert-link }.
127-
You can also check out [this page for RaspberryPi](http://elinux.org/RPi_Easy_SD_Card_Setup){: .alert-link }.
127+
You can also check out [this page for RaspberryPi](https://elinux.org/RPi_Easy_SD_Card_Setup){: .alert-link }.
128128
Much of the information there is applicable to ev3dev.
129129
{: .alert .alert-info }
130130

docs/kernel-hackers-notebook/ev3-lcd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The EV3 uses a custom? LCD display and Sitronix ST7586 Controller/Driver.
1212

1313
It appears that TI wrote the LCD driver for LEGO. Here is some info from the person that did the work.
1414

15-
- [Passing Time with the SPI Framebuffer Driver](http://elinux.org/images/1/19/Passing_Time_With_SPI_Framebuffer_Driver.pdf)
15+
- [Passing Time with the SPI Framebuffer Driver](https://elinux.org/images/1/19/Passing_Time_With_SPI_Framebuffer_Driver.pdf)
1616
- [Matt Porter's ST7586S Board Support Changes](https://github.com/ohporter/linux/commits/st7586fb)
1717
- [Matt Porter's comments on the ST7586S Controller](https://plus.google.com/+JamesKasper/posts/EtTj24hBao3)
1818
- [Matt Porter's Google+ Circle](https://plus.google.com/108244279740379322507/posts/KfWiuzGRRKx)

docs/kernel-hackers-notebook/ev3-sound.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ The driver is implemented as an [ALSA](https://www.kernel.org/doc/html/latest/so
1717
## Notes
1818

1919
* We use the PWM in 2 different ways to produce sound. In __Tone__ mode, the PWM is set to an audible frequency (< 20kHz). The sound you hear is the square wave produced by the PWM output. In __PCM Playback__ mode, the PWM is set to a ultrasonic frequency (>20kHz). The output is passed through a low-pass filter, so the input to the amplifier is a voltage proportional to the duty cycle of the PWM.
20-
* There is a Google Summer of Code project where a [student uses PWM to drive a speaker](http://elinux.org/BeagleBoard/GSoC/2010_Projects/Pulse_Width_Modulation).
20+
* There is a Google Summer of Code project where a [student uses PWM to drive a speaker](https://elinux.org/BeagleBoard/GSoC/2010_Projects/Pulse_Width_Modulation).

docs/tutorials/using-rpi-camera.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Since we don't have `raspi-config` you have to do this manually. Edit
1919
Remove the comment (`#`) before `start_x=1` and `gpu_mem=128` (and optionally
2020
`disable_camera_led=1`).
2121

22-
See <http://elinux.org/RPiconfig#Camera> for slightly more info on these options.
22+
See <http://selinux.org/RPiconfig#Camera> for slightly more info on these options.
2323

2424
Save the changes, then reboot the Raspberry Pi.
2525

0 commit comments

Comments
 (0)