diff --git a/src/de/overlay/display-o-tron-hat.md b/src/de/overlay/display-o-tron-hat.md index 987221d..302afb1 100644 --- a/src/de/overlay/display-o-tron-hat.md +++ b/src/de/overlay/display-o-tron-hat.md @@ -50,7 +50,7 @@ Beide Busse können aber weiterhin noch mit anderen Komponenten genutzt werden. Mit diesem Einzeiler installierst Du den Display-o-Tron HAT: ```bash -curl get.pimoroni.com/dot3k | bash +curl -sS https://get.pimoroni.com/dot3k | bash ``` ...den Rest findest Du in der Anleitung auf Github :-) diff --git a/src/de/overlay/display-o-tron.md b/src/de/overlay/display-o-tron.md index c4e4e82..f28fa3e 100644 --- a/src/de/overlay/display-o-tron.md +++ b/src/de/overlay/display-o-tron.md @@ -56,7 +56,7 @@ pin: Mit diesem Einzeiler installierst Du das Display-o-Tron 3000: ```bash -curl get.pimoroni.com/dot3k | bash +curl -sS https://get.pimoroni.com/dot3k | bash ``` ...den Rest findest Du in der Anleitung auf Github :-) diff --git a/src/de/overlay/piano-hat.md b/src/de/overlay/piano-hat.md index d464086..3003d09 100644 --- a/src/de/overlay/piano-hat.md +++ b/src/de/overlay/piano-hat.md @@ -46,7 +46,7 @@ Der HAT benutzt zwei Microchip CAP1188 ICs mit den I2C Adressen 0x28 und 0x2b. Mit folgendem Einzeiler installierst Du die nötige Software: ```bash -curl get.pimoroni.com/pianohat | bash +curl -sS https://get.pimoroni.com/pianohat | bash ``` Den Rest findest Du in der Anleitung! diff --git a/src/de/overlay/unicorn-hat.md b/src/de/overlay/unicorn-hat.md index 0b7b943..d9acc87 100644 --- a/src/de/overlay/unicorn-hat.md +++ b/src/de/overlay/unicorn-hat.md @@ -35,7 +35,7 @@ analogen Audio-Ausgang erzeugen kann. Somit kannst Du nicht beides gleichzeitig Die Einrichtung des HATs ist einfach: ```bash -curl get.pimoroni.com/unicornhat | bash +curl -sS https://get.pimoroni.com/unicornhat | bash ``` Dann musst Du die Library nur noch in Dein Python-Skript importieren und kannst anfangen zu experimentieren: diff --git a/src/de/translate/automation-hat.md b/src/de/translate/automation-hat.md index 469c31d..8b588f0 100644 --- a/src/de/translate/automation-hat.md +++ b/src/de/translate/automation-hat.md @@ -90,7 +90,7 @@ Automation HAT is a home monitoring and automation controller for the Raspberry To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/automationhat | bash +curl -sS https://get.pimoroni.com/automationhat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/de/translate/blinkt.md b/src/de/translate/blinkt.md index 1d2b4f1..fcafbbc 100644 --- a/src/de/translate/blinkt.md +++ b/src/de/translate/blinkt.md @@ -33,7 +33,7 @@ Blinkt! is a super slimline Raspberry Pi Add-on board with 8 APA-102 LEDs. To get started you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/blinkt | bash +curl -sS https://get.pimoroni.com/blinkt | bash ``` ## Code diff --git a/src/de/translate/drum-hat.md b/src/de/translate/drum-hat.md index ce36571..f26cf2e 100644 --- a/src/de/translate/drum-hat.md +++ b/src/de/translate/drum-hat.md @@ -44,7 +44,7 @@ Features: 8 touch sensitive buttons and 8 LEDs. Works with Piano HAT (it uses a To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/drumhat | bash +curl -sS https://get.pimoroni.com/drumhat | bash ``` And follow the instructions! diff --git a/src/de/translate/enviro-phat.md b/src/de/translate/enviro-phat.md index 5287339..af843db 100644 --- a/src/de/translate/enviro-phat.md +++ b/src/de/translate/enviro-phat.md @@ -61,7 +61,7 @@ Features: To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/envirophat | bash +curl -sS https://get.pimoroni.com/envirophat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/de/translate/espiot-phat.md b/src/de/translate/espiot-phat.md index 534551b..225dabd 100644 --- a/src/de/translate/espiot-phat.md +++ b/src/de/translate/espiot-phat.md @@ -45,5 +45,5 @@ The ESP IoT pHAT is an ESP8266 based add-on for the Raspberry Pi. It provides so To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/iotphat | bash +curl -sS https://get.pimoroni.com/iotphat | bash ``` diff --git a/src/de/translate/explorer-phat.md b/src/de/translate/explorer-phat.md index e2b3643..7f4d945 100644 --- a/src/de/translate/explorer-phat.md +++ b/src/de/translate/explorer-phat.md @@ -101,7 +101,7 @@ install: To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/explorerhat | bash +curl -sS https://get.pimoroni.com/explorerhat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/de/translate/microdot-phat.md b/src/de/translate/microdot-phat.md index b2f5d83..3928940 100644 --- a/src/de/translate/microdot-phat.md +++ b/src/de/translate/microdot-phat.md @@ -42,7 +42,7 @@ The board uses three IS31FL3730 matrix driver chips, each driving two of the mat To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/microdotphat | bash +curl -sS https://get.pimoroni.com/microdotphat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/de/translate/mote-phat.md b/src/de/translate/mote-phat.md index 195228c..ae55b1a 100644 --- a/src/de/translate/mote-phat.md +++ b/src/de/translate/mote-phat.md @@ -57,5 +57,5 @@ Sports four Mote channels with microUSB connectors that can drive up to 64 RGB L To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/motephat | bash +curl -sS https://get.pimoroni.com/motephat | bash ``` diff --git a/src/de/translate/pantilt-hat.md b/src/de/translate/pantilt-hat.md index 603518a..b609b0c 100644 --- a/src/de/translate/pantilt-hat.md +++ b/src/de/translate/pantilt-hat.md @@ -43,7 +43,7 @@ Pan Tilt HAT uses a PIC16F1503 with custom firmware, and talks over i2c. To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/pantilthat | bash +curl -sS https://get.pimoroni.com/pantilthat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/de/translate/phat-dac.md b/src/de/translate/phat-dac.md index 3063da0..cddbf9e 100644 --- a/src/de/translate/phat-dac.md +++ b/src/de/translate/phat-dac.md @@ -41,5 +41,5 @@ Though designed to match the format of the Raspberry Pi Zero it is compatible wi To get the pHAT DAC set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/phatdac | bash +curl -sS https://get.pimoroni.com/phatdac | bash ``` diff --git a/src/de/translate/piglow.md b/src/de/translate/piglow.md index b440b11..5df30e6 100644 --- a/src/de/translate/piglow.md +++ b/src/de/translate/piglow.md @@ -33,7 +33,7 @@ The board uses the SN3218 8-bit 18-channel PWM chip to drive surface mount LEDs. To get the module set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/piglow | bash +curl -sS https://get.pimoroni.com/piglow | bash ``` And follow the instructions! diff --git a/src/de/translate/scroll-phat.md b/src/de/translate/scroll-phat.md index 4fc363e..414b7bb 100644 --- a/src/de/translate/scroll-phat.md +++ b/src/de/translate/scroll-phat.md @@ -50,7 +50,7 @@ The Scroll pHAT provides a matrix of 55 white LED pixels that is ideal for writi To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/scrollphat | bash +curl -sS https://get.pimoroni.com/scrollphat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/de/translate/unicorn-phat.md b/src/de/translate/unicorn-phat.md index 8b147d5..92eb260 100644 --- a/src/de/translate/unicorn-phat.md +++ b/src/de/translate/unicorn-phat.md @@ -48,7 +48,7 @@ Note: Unicorn pHAT uses some special PWM trickery, performed with the same hardw To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/unicornhat | bash +curl -sS https://get.pimoroni.com/unicornhat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/en/overlay/automation-hat.md b/src/en/overlay/automation-hat.md index 469c31d..8b588f0 100644 --- a/src/en/overlay/automation-hat.md +++ b/src/en/overlay/automation-hat.md @@ -90,7 +90,7 @@ Automation HAT is a home monitoring and automation controller for the Raspberry To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/automationhat | bash +curl -sS https://get.pimoroni.com/automationhat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/en/overlay/blinkt.md b/src/en/overlay/blinkt.md index 1d2b4f1..fcafbbc 100644 --- a/src/en/overlay/blinkt.md +++ b/src/en/overlay/blinkt.md @@ -33,7 +33,7 @@ Blinkt! is a super slimline Raspberry Pi Add-on board with 8 APA-102 LEDs. To get started you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/blinkt | bash +curl -sS https://get.pimoroni.com/blinkt | bash ``` ## Code diff --git a/src/en/overlay/display-o-tron-hat.md b/src/en/overlay/display-o-tron-hat.md index e0c65a4..02279e3 100644 --- a/src/en/overlay/display-o-tron-hat.md +++ b/src/en/overlay/display-o-tron-hat.md @@ -55,7 +55,7 @@ Display-o-Tron HAT uses both SPI and I2c to drive the LCD display, backlight and To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/displayotron | bash +curl -sS https://get.pimoroni.com/displayotron | bash ``` And follow the instructions! diff --git a/src/en/overlay/display-o-tron.md b/src/en/overlay/display-o-tron.md index a792666..9133ddf 100644 --- a/src/en/overlay/display-o-tron.md +++ b/src/en/overlay/display-o-tron.md @@ -65,7 +65,7 @@ The Display-o-Tron 3000 is a 3-line character LCD with an RGB backlight and joys To get the module set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/displayotron | bash +curl -sS https://get.pimoroni.com/displayotron | bash ``` And follow the instructions! diff --git a/src/en/overlay/drum-hat.md b/src/en/overlay/drum-hat.md index ce36571..f26cf2e 100644 --- a/src/en/overlay/drum-hat.md +++ b/src/en/overlay/drum-hat.md @@ -44,7 +44,7 @@ Features: 8 touch sensitive buttons and 8 LEDs. Works with Piano HAT (it uses a To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/drumhat | bash +curl -sS https://get.pimoroni.com/drumhat | bash ``` And follow the instructions! diff --git a/src/en/overlay/enviro-phat.md b/src/en/overlay/enviro-phat.md index 5287339..af843db 100644 --- a/src/en/overlay/enviro-phat.md +++ b/src/en/overlay/enviro-phat.md @@ -61,7 +61,7 @@ Features: To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/envirophat | bash +curl -sS https://get.pimoroni.com/envirophat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/en/overlay/espiot-phat.md b/src/en/overlay/espiot-phat.md index 534551b..225dabd 100644 --- a/src/en/overlay/espiot-phat.md +++ b/src/en/overlay/espiot-phat.md @@ -45,5 +45,5 @@ The ESP IoT pHAT is an ESP8266 based add-on for the Raspberry Pi. It provides so To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/iotphat | bash +curl -sS https://get.pimoroni.com/iotphat | bash ``` diff --git a/src/en/overlay/explorer-hat-pro.md b/src/en/overlay/explorer-hat-pro.md index 06b21e9..64d622e 100644 --- a/src/en/overlay/explorer-hat-pro.md +++ b/src/en/overlay/explorer-hat-pro.md @@ -118,7 +118,7 @@ install: To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/explorerhat | bash +curl -sS https://get.pimoroni.com/explorerhat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/en/overlay/explorer-hat.md b/src/en/overlay/explorer-hat.md index ef467aa..d5b165d 100644 --- a/src/en/overlay/explorer-hat.md +++ b/src/en/overlay/explorer-hat.md @@ -99,7 +99,7 @@ install: To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/explorerhat | bash +curl -sS https://get.pimoroni.com/explorerhat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/en/overlay/explorer-phat.md b/src/en/overlay/explorer-phat.md index e2b3643..7f4d945 100644 --- a/src/en/overlay/explorer-phat.md +++ b/src/en/overlay/explorer-phat.md @@ -101,7 +101,7 @@ install: To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/explorerhat | bash +curl -sS https://get.pimoroni.com/explorerhat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/en/overlay/microdot-phat.md b/src/en/overlay/microdot-phat.md index b2f5d83..3928940 100644 --- a/src/en/overlay/microdot-phat.md +++ b/src/en/overlay/microdot-phat.md @@ -42,7 +42,7 @@ The board uses three IS31FL3730 matrix driver chips, each driving two of the mat To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/microdotphat | bash +curl -sS https://get.pimoroni.com/microdotphat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/en/overlay/mote-phat.md b/src/en/overlay/mote-phat.md index 195228c..ae55b1a 100644 --- a/src/en/overlay/mote-phat.md +++ b/src/en/overlay/mote-phat.md @@ -57,5 +57,5 @@ Sports four Mote channels with microUSB connectors that can drive up to 64 RGB L To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/motephat | bash +curl -sS https://get.pimoroni.com/motephat | bash ``` diff --git a/src/en/overlay/pantilt-hat.md b/src/en/overlay/pantilt-hat.md index 603518a..b609b0c 100644 --- a/src/en/overlay/pantilt-hat.md +++ b/src/en/overlay/pantilt-hat.md @@ -43,7 +43,7 @@ Pan Tilt HAT uses a PIC16F1503 with custom firmware, and talks over i2c. To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/pantilthat | bash +curl -sS https://get.pimoroni.com/pantilthat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/en/overlay/phat-dac.md b/src/en/overlay/phat-dac.md index 3063da0..cddbf9e 100644 --- a/src/en/overlay/phat-dac.md +++ b/src/en/overlay/phat-dac.md @@ -41,5 +41,5 @@ Though designed to match the format of the Raspberry Pi Zero it is compatible wi To get the pHAT DAC set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/phatdac | bash +curl -sS https://get.pimoroni.com/phatdac | bash ``` diff --git a/src/en/overlay/piano-hat.md b/src/en/overlay/piano-hat.md index 9679770..0e0d01d 100644 --- a/src/en/overlay/piano-hat.md +++ b/src/en/overlay/piano-hat.md @@ -53,7 +53,7 @@ It uses two Microchip CAP1188 chips with the i2c addresses 0x28 and 0x2b. To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/pianohat | bash +curl -sS https://get.pimoroni.com/pianohat | bash ``` And follow the instructions! diff --git a/src/en/overlay/pibrella.md b/src/en/overlay/pibrella.md index 1154bb5..dae8a45 100644 --- a/src/en/overlay/pibrella.md +++ b/src/en/overlay/pibrella.md @@ -82,7 +82,7 @@ The all-in-one light, sound, input and output add-on board that uses lots of IO Pibrella is easy to use, first you should install the module using LXTerminal/Command Line: ```bash -curl -sS get.pimoroni.com/pibrella | bash +curl -sS https://get.pimoroni.com/pibrella | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/en/overlay/piglow.md b/src/en/overlay/piglow.md index b440b11..5df30e6 100644 --- a/src/en/overlay/piglow.md +++ b/src/en/overlay/piglow.md @@ -33,7 +33,7 @@ The board uses the SN3218 8-bit 18-channel PWM chip to drive surface mount LEDs. To get the module set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/piglow | bash +curl -sS https://get.pimoroni.com/piglow | bash ``` And follow the instructions! diff --git a/src/en/overlay/scroll-phat.md b/src/en/overlay/scroll-phat.md index 4fc363e..414b7bb 100644 --- a/src/en/overlay/scroll-phat.md +++ b/src/en/overlay/scroll-phat.md @@ -50,7 +50,7 @@ The Scroll pHAT provides a matrix of 55 white LED pixels that is ideal for writi To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/scrollphat | bash +curl -sS https://get.pimoroni.com/scrollphat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/en/overlay/skywriter-hat.md b/src/en/overlay/skywriter-hat.md index d16630c..a1ebc10 100644 --- a/src/en/overlay/skywriter-hat.md +++ b/src/en/overlay/skywriter-hat.md @@ -55,7 +55,7 @@ It also recognises gestures, including swipes and more. To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/skywriter | bash +curl -sS https://get.pimoroni.com/skywriter | bash ``` And follow the instructions! diff --git a/src/en/overlay/unicorn-hat.md b/src/en/overlay/unicorn-hat.md index ebebccd..5f887ef 100644 --- a/src/en/overlay/unicorn-hat.md +++ b/src/en/overlay/unicorn-hat.md @@ -41,7 +41,7 @@ Note: Unicorn HAT uses some special PWM trickery, performed with the same hardwa To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/unicornhat | bash +curl -sS https://get.pimoroni.com/unicornhat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/en/overlay/unicorn-phat.md b/src/en/overlay/unicorn-phat.md index 8b147d5..92eb260 100644 --- a/src/en/overlay/unicorn-phat.md +++ b/src/en/overlay/unicorn-phat.md @@ -48,7 +48,7 @@ Note: Unicorn pHAT uses some special PWM trickery, performed with the same hardw To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/unicornhat | bash +curl -sS https://get.pimoroni.com/unicornhat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/es/overlay/automation-hat.md b/src/es/overlay/automation-hat.md index 643ab43..b7ab848 100644 --- a/src/es/overlay/automation-hat.md +++ b/src/es/overlay/automation-hat.md @@ -90,7 +90,7 @@ Automatian HAT es una placa adicional de domótica para Raspberry Pi; con relés Para configurar el HAT puedes utilizar el instalador online de una línea. ```bash -curl -sS get.pimoroni.com/automationhat | bash +curl -sS https://get.pimoroni.com/automationhat | bash ``` Después importalo en tu programa de Python y empieza a experimentar: diff --git a/src/es/overlay/blinkt.md b/src/es/overlay/blinkt.md index 624e19e..d95e16d 100644 --- a/src/es/overlay/blinkt.md +++ b/src/es/overlay/blinkt.md @@ -33,7 +33,7 @@ Blinkt! es una placa adicional ultradelgada para Raspberry Pi con 8 LEDs APA-102 Para configurar puedes utilizar el instalador online de una línea: ```bash -curl -sS get.pimoroni.com/blinkt | bash +curl -sS https://get.pimoroni.com/blinkt | bash ``` ```python diff --git a/src/es/overlay/display-o-tron-hat.md b/src/es/overlay/display-o-tron-hat.md index be86eec..10b9560 100644 --- a/src/es/overlay/display-o-tron-hat.md +++ b/src/es/overlay/display-o-tron-hat.md @@ -50,7 +50,7 @@ Aún así ambos buses pueden ser compartidos con otros dispositivos Puedes usar la siguiente línea para instalar, preparar y dejar listo para el uso el Display-o-Tron 3000: ```bash -curl -sS get.pimoroni.com/dot3k | bash +curl -sS https://get.pimoroni.com/dot3k | bash ``` ¡Y sigue las instrucciones! diff --git a/src/es/overlay/display-o-tron.md b/src/es/overlay/display-o-tron.md index 389a2a7..6ed8fc3 100644 --- a/src/es/overlay/display-o-tron.md +++ b/src/es/overlay/display-o-tron.md @@ -56,7 +56,7 @@ pin: Puedes usar la siguiente línea para instalar, preparar y dejar listo para el uso el Display-o-Tron 3000: ```bash -curl -sS get.pimoroni.com/dot3k | bash +curl -sS https://get.pimoroni.com/dot3k | bash ``` ¡Y sigue las instrucciones! diff --git a/src/es/overlay/drum-hat.md b/src/es/overlay/drum-hat.md index 6ddab8c..f84cba8 100644 --- a/src/es/overlay/drum-hat.md +++ b/src/es/overlay/drum-hat.md @@ -44,6 +44,6 @@ Especificaciones: 8 botones sensibles al tacto y 8 LEDs. Funciona con Piano HAT Para configurar el HAT puedes utilizar el instalador online de una línea. ```bash -curl -sS get.pimoroni.com/drumhat | bash +curl -sS https://get.pimoroni.com/drumhat | bash ``` ¡Y sigue las instrucciones! diff --git a/src/es/overlay/enviro-phat.md b/src/es/overlay/enviro-phat.md index 0c9126b..e2f7ec0 100644 --- a/src/es/overlay/enviro-phat.md +++ b/src/es/overlay/enviro-phat.md @@ -60,7 +60,7 @@ ADC de 12-bit, 4-canales y 3.3v ADS1015 (0x48 en el bus i2c) Para configurar el pHAT puedes utilizar el instalador online de una línea. ```bash -curl -sS get.pimoroni.com/envirophat | bash +curl -sS https://get.pimoroni.com/envirophat | bash ``` Luego impórtalo en tu script Python y empieza a realizar proyectos: diff --git a/src/es/overlay/espiot-phat.md b/src/es/overlay/espiot-phat.md index 0c0defd..22caf65 100644 --- a/src/es/overlay/espiot-phat.md +++ b/src/es/overlay/espiot-phat.md @@ -45,5 +45,5 @@ ESP IoT pHAT es una placa adicional para Raspberry Pi basada en ESP8266. Cuenta Para configurar el pHAT puedes utilizar el instalador online de una línea. ```bash -curl -sS get.pimoroni.com/iotphat | bash +curl -sS https://get.pimoroni.com/iotphat | bash ``` diff --git a/src/es/overlay/explorer-hat-pro.md b/src/es/overlay/explorer-hat-pro.md index 6d7ad0c..c8bdfbd 100644 --- a/src/es/overlay/explorer-hat-pro.md +++ b/src/es/overlay/explorer-hat-pro.md @@ -96,7 +96,7 @@ Entradas y salidas de 5V, paneles táctiles, LEDs, entradas analógicas y un Pue Para preparar e instalar el HAT utiliza la siguiente línea: ```bash -curl -sS get.pimoroni.com/explorerhat | bash +curl -sS https://get.pimoroni.com/explorerhat | bash ``` Después importalo en tu programa de Python y empieza a experimentar: diff --git a/src/es/overlay/explorer-hat.md b/src/es/overlay/explorer-hat.md index d178051..ac5889e 100644 --- a/src/es/overlay/explorer-hat.md +++ b/src/es/overlay/explorer-hat.md @@ -69,7 +69,7 @@ Entradas y salidas de 5V, paneles táctiles y LEDs componen el Explorer HAT. Para preparar e instalar el HAT utiliza la siguiente línea: ```bash -curl -sS get.pimoroni.com/explorerhat | bash +curl -sS https://get.pimoroni.com/explorerhat | bash ``` Después importalo en tu programa de Python y empieza a experimentar: diff --git a/src/es/overlay/explorer-phat.md b/src/es/overlay/explorer-phat.md index b56aadc..b77058b 100644 --- a/src/es/overlay/explorer-phat.md +++ b/src/es/overlay/explorer-phat.md @@ -101,7 +101,7 @@ Entradas y salidas de 5V, entradas analógicas y un controlador de motores H-Bri Para configurar el pHAT puedes utilizar el instalador online de una línea. ```bash -curl -sS get.pimoroni.com/explorerhat | bash +curl -sS https://get.pimoroni.com/explorerhat | bash ``` Luego impórtalo en tu script Python y empieza a realizar proyectos: diff --git a/src/es/overlay/microdot-phat.md b/src/es/overlay/microdot-phat.md index 0aec84f..891ee5d 100644 --- a/src/es/overlay/microdot-phat.md +++ b/src/es/overlay/microdot-phat.md @@ -42,7 +42,7 @@ La placa utiliza tres chip IS31FL3730 para controlar la matriz, cada uno contro Para configurar el pHAT puedes utilizar el instalador online de una línea. ```bash -curl -sS get.pimoroni.com/microdotphat | bash +curl -sS https://get.pimoroni.com/microdotphat | bash ``` Luego impórtalo en tu script Python y empieza a realizar proyectos: diff --git a/src/es/overlay/phat-dac.md b/src/es/overlay/phat-dac.md index 9495c21..65b7ea5 100644 --- a/src/es/overlay/phat-dac.md +++ b/src/es/overlay/phat-dac.md @@ -41,5 +41,5 @@ Pese a ser diseñado para Raspberry Pi Zero es compatible con todas las Raspberr Para configurar pHAT DAC puedes utilizar el instalador online de una línea. ```bash -curl -sS get.pimoroni.com/phatdac | bash +curl -sS https://get.pimoroni.com/phatdac | bash ``` diff --git a/src/es/overlay/piano-hat.md b/src/es/overlay/piano-hat.md index b87ed86..6c3d642 100644 --- a/src/es/overlay/piano-hat.md +++ b/src/es/overlay/piano-hat.md @@ -46,7 +46,7 @@ Usa dos CAP1188 chips de Microchip, con las direcciones i2c 0x28 y 0x2b Puedes usar la siguiente línea para instalar y preparar el Piano HAT: ```bash -curl -sS get.pimoroni.com/pianohat | bash +curl -sS https://get.pimoroni.com/pianohat | bash ``` ¡Y sigue las instrucciones! diff --git a/src/es/overlay/pibrella.md b/src/es/overlay/pibrella.md index ed850d8..e4171ba 100644 --- a/src/es/overlay/pibrella.md +++ b/src/es/overlay/pibrella.md @@ -73,7 +73,7 @@ La placa todo en uno con luz, sonido, entradas y salidas de Pimoroni vs Cyntech Pibrella es fácil de usar, primero debes instalar el módulo usando LXTerminal/línea de comandos: ```bash -curl -sS get.pimoroni.com/pibrella | bash +curl -sS https://get.pimoroni.com/pibrella | bash ``` Después importalo en tu programa de Python y empieza a experimentar: diff --git a/src/es/overlay/piglow.md b/src/es/overlay/piglow.md index b060dc4..cc3f03d 100644 --- a/src/es/overlay/piglow.md +++ b/src/es/overlay/piglow.md @@ -35,7 +35,7 @@ The board uses the SN3218 8-bit 18-channel PWM chip to drive surface mount LEDs. Para configurar el módulo puedes utilizar el instalador online de una línea: ```bash -curl -sS get.pimoroni.com/piglow | bash +curl -sS https://get.pimoroni.com/piglow | bash ``` ¡Y sigue las instrucciones! diff --git a/src/es/overlay/scroll-phat.md b/src/es/overlay/scroll-phat.md index f2da6cb..ffe34f0 100644 --- a/src/es/overlay/scroll-phat.md +++ b/src/es/overlay/scroll-phat.md @@ -51,7 +51,7 @@ Scroll pHAT proporciona una matriz de 55 LED blancos en formato píxel que es id Para configurar el pHAT puedes utilizar el instalador online de una línea. ```bash -curl -sS get.pimoroni.com/scrollphat | bash +curl -sS https://get.pimoroni.com/scrollphat | bash ``` Luego impórtalo en tu script Python y empieza a realizar proyectos: diff --git a/src/es/overlay/skywriter-hat.md b/src/es/overlay/skywriter-hat.md index b030fc4..d570b87 100644 --- a/src/es/overlay/skywriter-hat.md +++ b/src/es/overlay/skywriter-hat.md @@ -36,7 +36,7 @@ También reconoce gestos, incluyendo swipes y más. Para instalar este HAT y dejarlo preparado para el uso, ejecuta: ```bash -curl -sS get.pimoroni.com/skywriter | bash +curl -sS https://get.pimoroni.com/skywriter | bash ``` ¡Y sigue las instrucciones! diff --git a/src/es/overlay/unicorn-hat.md b/src/es/overlay/unicorn-hat.md index cb70881..5118cdc 100644 --- a/src/es/overlay/unicorn-hat.md +++ b/src/es/overlay/unicorn-hat.md @@ -35,7 +35,7 @@ producir sonido a través del jack de audio ( audio analógico ), así que no pu La instalación es fácil, únicamente: ```bash -curl -sS get.pimoroni.com/unicornhat | bash +curl -sS https://get.pimoroni.com/unicornhat | bash ``` Después importa el módulo en tu programa de Python y empieza a experimentar: diff --git a/src/es/overlay/unicorn-phat.md b/src/es/overlay/unicorn-phat.md index 1eeabb3..d7158c6 100644 --- a/src/es/overlay/unicorn-phat.md +++ b/src/es/overlay/unicorn-phat.md @@ -48,7 +48,7 @@ Nota: Unicorn pHAT usa un truco PWM, la misma técnica que hace que tu Pi pueda Para configurar el pHAT puedes utilizar el instalador online de una línea. ```bash -curl -sS get.pimoroni.com/unicornhat | bash +curl -sS https://get.pimoroni.com/unicornhat | bash ``` Luego impórtalo en tu script Python y empieza a realizar proyectos: diff --git a/src/es/translate/mote-phat.md b/src/es/translate/mote-phat.md index 195228c..ae55b1a 100644 --- a/src/es/translate/mote-phat.md +++ b/src/es/translate/mote-phat.md @@ -57,5 +57,5 @@ Sports four Mote channels with microUSB connectors that can drive up to 64 RGB L To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/motephat | bash +curl -sS https://get.pimoroni.com/motephat | bash ``` diff --git a/src/es/translate/pantilt-hat.md b/src/es/translate/pantilt-hat.md index 603518a..b609b0c 100644 --- a/src/es/translate/pantilt-hat.md +++ b/src/es/translate/pantilt-hat.md @@ -43,7 +43,7 @@ Pan Tilt HAT uses a PIC16F1503 with custom firmware, and talks over i2c. To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/pantilthat | bash +curl -sS https://get.pimoroni.com/pantilthat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/fr/overlay/display-o-tron-hat.md b/src/fr/overlay/display-o-tron-hat.md index 2bd82ee..b03e955 100644 --- a/src/fr/overlay/display-o-tron-hat.md +++ b/src/fr/overlay/display-o-tron-hat.md @@ -49,5 +49,5 @@ Le chapeau Display-o-Tron est un LCD 3x16 caractères avec rétro-éclairage sur Pour l'installation et mise en route exécutez simplement les commandes ci-dessous et suivez les instructions présentées à l'écran: ```bash -curl -sS get.pimoroni.com/dot3k | bash +curl -sS https://get.pimoroni.com/dot3k | bash ``` diff --git a/src/fr/overlay/display-o-tron.md b/src/fr/overlay/display-o-tron.md index 2ead87d..11a22ed 100644 --- a/src/fr/overlay/display-o-tron.md +++ b/src/fr/overlay/display-o-tron.md @@ -58,5 +58,5 @@ Le Display-o-Tron 3000 est un écran LCD avec 3 lignes, rétro-éclairage et joy Pour l'installation et mise en route exécutez simplement les commandes ci-dessous et suivez les instructions présentées à l'écran: ```bash -curl -sS get.pimoroni.com/dot3k | bash +curl -sS https://get.pimoroni.com/dot3k | bash ``` diff --git a/src/fr/overlay/explorer-hat-pro.md b/src/fr/overlay/explorer-hat-pro.md index 607baca..e50e549 100644 --- a/src/fr/overlay/explorer-hat-pro.md +++ b/src/fr/overlay/explorer-hat-pro.md @@ -96,7 +96,7 @@ L'Explorer HAT pro est un chapeau à usage multiple avec entrées et sorties en Pour l'installation et mise en route exécutez simplement les commandes ci-dessous et suivez les instructions présentées à l'écran: ```bash -curl -sS get.pimoroni.com/explorerhat | bash +curl -sS https://get.pimoroni.com/explorerhat | bash ``` Puis, sous Python, en guise de test que tout fonctionne bien: diff --git a/src/fr/overlay/explorer-hat.md b/src/fr/overlay/explorer-hat.md index 324d7e3..fff59e2 100644 --- a/src/fr/overlay/explorer-hat.md +++ b/src/fr/overlay/explorer-hat.md @@ -73,7 +73,7 @@ L'Explorer HAT est un chapeau multi-usage avec entrées et sorties en 5V, LED et Pour l'installation et mise en route exécutez simplement les commandes ci-dessous et suivez les instructions présentées à l'écran: ```bash -curl -sS get.pimoroni.com/explorerhat | bash +curl -sS https://get.pimoroni.com/explorerhat | bash ``` Puis, sous Python, en guise de test que tout fonctionne bien: diff --git a/src/fr/overlay/piano-hat.md b/src/fr/overlay/piano-hat.md index 83fb2df..7c73133 100644 --- a/src/fr/overlay/piano-hat.md +++ b/src/fr/overlay/piano-hat.md @@ -46,5 +46,5 @@ Les microchips responsables de la gestion des touches tactiles sont deux CAP1188 Pour l'installation et mise en route exécutez simplement les commandes ci-dessous et suivez les instructions présentées à l'écran: ```bash -curl -sS get.pimoroni.com/pianohat | bash +curl -sS https://get.pimoroni.com/pianohat | bash ``` diff --git a/src/fr/overlay/pibrella.md b/src/fr/overlay/pibrella.md index 1672450..f4ed05d 100644 --- a/src/fr/overlay/pibrella.md +++ b/src/fr/overlay/pibrella.md @@ -73,7 +73,7 @@ La Pibrella est une carte à usage multiple avec son, lumière, entrées et sort Pour l'installation et mise en route exécutez simplement les commandes ci-dessous et suivez les instructions présentées à l'écran: ```bash -curl -sS get.pimoroni.com/pibrella | bash +curl -sS https://get.pimoroni.com/pibrella | bash ``` Puis, sous Python, en guise de test que tout fonctionne bien: diff --git a/src/fr/overlay/piglow.md b/src/fr/overlay/piglow.md index a4529b6..6fcbdeb 100644 --- a/src/fr/overlay/piglow.md +++ b/src/fr/overlay/piglow.md @@ -33,5 +33,5 @@ Le circuit intégré responsable de la gestion des LEDs est le SN3218, un microc Pour l'installation et mise en route exécutez simplement les commandes ci-dessous et suivez les instructions présentées à l'écran: ```bash -curl -sS get.pimoroni.com/piglow | bash +curl -sS https://get.pimoroni.com/piglow | bash ``` diff --git a/src/fr/overlay/skywriter-hat.md b/src/fr/overlay/skywriter-hat.md index b1414de..e4078a2 100644 --- a/src/fr/overlay/skywriter-hat.md +++ b/src/fr/overlay/skywriter-hat.md @@ -35,5 +35,5 @@ En analysant ces données dans le temps il est aussi possible de reconnaître to Pour l'installation et mise en route exécutez simplement les commandes ci-dessous et suivez les instructions présentées à l'écran: ```bash -curl -sS get.pimoroni.com/skywriter | bash +curl -sS https://get.pimoroni.com/skywriter | bash ``` diff --git a/src/fr/overlay/unicorn-hat.md b/src/fr/overlay/unicorn-hat.md index 061b091..296ed30 100644 --- a/src/fr/overlay/unicorn-hat.md +++ b/src/fr/overlay/unicorn-hat.md @@ -33,7 +33,7 @@ Important: l'opération de l'Unicorn au travers de la broche PWM n'est pas compa Pour l'installation et mise en route exécutez simplement les commandes ci-dessous et suivez les instructions présentées à l'écran: ```bash -curl -sS get.pimoroni.com/unicornhat | bash +curl -sS https://get.pimoroni.com/unicornhat | bash ``` Puis, sous Python, en guise de test que tout fonctionne bien: diff --git a/src/fr/translate/automation-hat.md b/src/fr/translate/automation-hat.md index 469c31d..8b588f0 100644 --- a/src/fr/translate/automation-hat.md +++ b/src/fr/translate/automation-hat.md @@ -90,7 +90,7 @@ Automation HAT is a home monitoring and automation controller for the Raspberry To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/automationhat | bash +curl -sS https://get.pimoroni.com/automationhat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/fr/translate/blinkt.md b/src/fr/translate/blinkt.md index 1d2b4f1..fcafbbc 100644 --- a/src/fr/translate/blinkt.md +++ b/src/fr/translate/blinkt.md @@ -33,7 +33,7 @@ Blinkt! is a super slimline Raspberry Pi Add-on board with 8 APA-102 LEDs. To get started you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/blinkt | bash +curl -sS https://get.pimoroni.com/blinkt | bash ``` ## Code diff --git a/src/fr/translate/drum-hat.md b/src/fr/translate/drum-hat.md index ce36571..f26cf2e 100644 --- a/src/fr/translate/drum-hat.md +++ b/src/fr/translate/drum-hat.md @@ -44,7 +44,7 @@ Features: 8 touch sensitive buttons and 8 LEDs. Works with Piano HAT (it uses a To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/drumhat | bash +curl -sS https://get.pimoroni.com/drumhat | bash ``` And follow the instructions! diff --git a/src/fr/translate/enviro-phat.md b/src/fr/translate/enviro-phat.md index 5287339..af843db 100644 --- a/src/fr/translate/enviro-phat.md +++ b/src/fr/translate/enviro-phat.md @@ -61,7 +61,7 @@ Features: To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/envirophat | bash +curl -sS https://get.pimoroni.com/envirophat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/fr/translate/espiot-phat.md b/src/fr/translate/espiot-phat.md index 534551b..225dabd 100644 --- a/src/fr/translate/espiot-phat.md +++ b/src/fr/translate/espiot-phat.md @@ -45,5 +45,5 @@ The ESP IoT pHAT is an ESP8266 based add-on for the Raspberry Pi. It provides so To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/iotphat | bash +curl -sS https://get.pimoroni.com/iotphat | bash ``` diff --git a/src/fr/translate/explorer-phat.md b/src/fr/translate/explorer-phat.md index e2b3643..7f4d945 100644 --- a/src/fr/translate/explorer-phat.md +++ b/src/fr/translate/explorer-phat.md @@ -101,7 +101,7 @@ install: To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/explorerhat | bash +curl -sS https://get.pimoroni.com/explorerhat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/fr/translate/microdot-phat.md b/src/fr/translate/microdot-phat.md index b2f5d83..3928940 100644 --- a/src/fr/translate/microdot-phat.md +++ b/src/fr/translate/microdot-phat.md @@ -42,7 +42,7 @@ The board uses three IS31FL3730 matrix driver chips, each driving two of the mat To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/microdotphat | bash +curl -sS https://get.pimoroni.com/microdotphat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/fr/translate/mote-phat.md b/src/fr/translate/mote-phat.md index 195228c..ae55b1a 100644 --- a/src/fr/translate/mote-phat.md +++ b/src/fr/translate/mote-phat.md @@ -57,5 +57,5 @@ Sports four Mote channels with microUSB connectors that can drive up to 64 RGB L To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/motephat | bash +curl -sS https://get.pimoroni.com/motephat | bash ``` diff --git a/src/fr/translate/pantilt-hat.md b/src/fr/translate/pantilt-hat.md index 603518a..b609b0c 100644 --- a/src/fr/translate/pantilt-hat.md +++ b/src/fr/translate/pantilt-hat.md @@ -43,7 +43,7 @@ Pan Tilt HAT uses a PIC16F1503 with custom firmware, and talks over i2c. To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/pantilthat | bash +curl -sS https://get.pimoroni.com/pantilthat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/fr/translate/phat-dac.md b/src/fr/translate/phat-dac.md index 3063da0..cddbf9e 100644 --- a/src/fr/translate/phat-dac.md +++ b/src/fr/translate/phat-dac.md @@ -41,5 +41,5 @@ Though designed to match the format of the Raspberry Pi Zero it is compatible wi To get the pHAT DAC set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/phatdac | bash +curl -sS https://get.pimoroni.com/phatdac | bash ``` diff --git a/src/fr/translate/scroll-phat.md b/src/fr/translate/scroll-phat.md index 4fc363e..414b7bb 100644 --- a/src/fr/translate/scroll-phat.md +++ b/src/fr/translate/scroll-phat.md @@ -50,7 +50,7 @@ The Scroll pHAT provides a matrix of 55 white LED pixels that is ideal for writi To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/scrollphat | bash +curl -sS https://get.pimoroni.com/scrollphat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/fr/translate/unicorn-phat.md b/src/fr/translate/unicorn-phat.md index 8b147d5..92eb260 100644 --- a/src/fr/translate/unicorn-phat.md +++ b/src/fr/translate/unicorn-phat.md @@ -48,7 +48,7 @@ Note: Unicorn pHAT uses some special PWM trickery, performed with the same hardw To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/unicornhat | bash +curl -sS https://get.pimoroni.com/unicornhat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/it/overlay/display-o-tron-hat.md b/src/it/overlay/display-o-tron-hat.md index 70df7cb..57141ba 100644 --- a/src/it/overlay/display-o-tron-hat.md +++ b/src/it/overlay/display-o-tron-hat.md @@ -50,7 +50,7 @@ Entrambi questi bus possono essere comunque condivisi con altre periferiche. Per preparare e impostare l'HAT puoi utilizzare l'installer fornito: ```bash -curl -sS get.pimoroni.com/dot3k | bash +curl -sS https://get.pimoroni.com/dot3k | bash ``` …e seguire le istruzioni! diff --git a/src/it/overlay/display-o-tron.md b/src/it/overlay/display-o-tron.md index 84b2121..ca138d4 100644 --- a/src/it/overlay/display-o-tron.md +++ b/src/it/overlay/display-o-tron.md @@ -58,7 +58,7 @@ Il Display-o-Tron 3000 è un LCD da 3 righe di caratteri retroilluminato RGB e c Per preparare e impostare il modulo puoi utilizzare l'installer fornito: ```bash -curl -sS get.pimoroni.com/dot3k | bash +curl -sS https://get.pimoroni.com/dot3k | bash ``` …e seguire le istruzioni! diff --git a/src/it/overlay/explorer-hat-pro.md b/src/it/overlay/explorer-hat-pro.md index cbaa784..aacf9f6 100644 --- a/src/it/overlay/explorer-hat-pro.md +++ b/src/it/overlay/explorer-hat-pro.md @@ -96,7 +96,7 @@ Input ed output a 5V, touch pad, LED, input analogici e un motore H-Bridge sono Per preparare e impostare il modulo puoi utilizzare l'installer fornito: ```bash -curl -sS get.pimoroni.com/explorerhat | bash +curl -sS https://get.pimoroni.com/explorerhat | bash ``` Importalo poi nel tuo script Python e inizia a smanettare: diff --git a/src/it/overlay/explorer-hat.md b/src/it/overlay/explorer-hat.md index fb194e9..9727b18 100644 --- a/src/it/overlay/explorer-hat.md +++ b/src/it/overlay/explorer-hat.md @@ -73,7 +73,7 @@ Input ed output a 5V, touch pad, LED sono le caratteristiche dell'Explorer HAT P Per preparare e impostare il modulo puoi utilizzare l'installer fornito: ```bash -curl -sS get.pimoroni.com/explorerhat | bash +curl -sS https://get.pimoroni.com/explorerhat | bash ``` Importalo poi nel tuo script Python e inizia a smanettare: diff --git a/src/it/overlay/piano-hat.md b/src/it/overlay/piano-hat.md index 56669bd..e692603 100644 --- a/src/it/overlay/piano-hat.md +++ b/src/it/overlay/piano-hat.md @@ -47,7 +47,7 @@ Utilizza due Microchip CAP1188 con indirizzi i2c 0x28 e 0x2b. Per preparare e impostare l'HAT puoi utilizzare l'installer fornito: ```bash -curl -sS get.pimoroni.com/pianohat | bash +curl -sS https://get.pimoroni.com/pianohat | bash ``` …e seguire le istruzioni! diff --git a/src/it/overlay/pibrella.md b/src/it/overlay/pibrella.md index 93b810a..a3e2594 100644 --- a/src/it/overlay/pibrella.md +++ b/src/it/overlay/pibrella.md @@ -74,7 +74,7 @@ del Raspberry, ma la seriale e l'I2C restano liberi, lasciando molto spazio alla Pibrella è facile da usare; innanzitutto devi installare il modulo usando un terminale (LXTerminal): ```bash -curl -sS get.pimoroni.com/pibrella | bash +curl -sS https://get.pimoroni.com/pibrella | bash ``` E poi lo importi nel tuo script Python per smanettare: diff --git a/src/it/overlay/skywriter-hat.md b/src/it/overlay/skywriter-hat.md index 1d941f4..3353ed1 100644 --- a/src/it/overlay/skywriter-hat.md +++ b/src/it/overlay/skywriter-hat.md @@ -36,7 +36,7 @@ che puoi usare nei tuoi script Python. Per preparare e impostare l'HAT puoi utilizzare l'installer fornito: ```bash -curl -sS get.pimoroni.com/skywriter | bash +curl -sS https://get.pimoroni.com/skywriter | bash ``` …e seguire le istruzioni! diff --git a/src/it/overlay/unicorn-hat.md b/src/it/overlay/unicorn-hat.md index f810d0a..3d0b691 100644 --- a/src/it/overlay/unicorn-hat.md +++ b/src/it/overlay/unicorn-hat.md @@ -35,7 +35,7 @@ suoni tramite il jack audio (analogico), per cui non puoi usare entrambi allo st Per preparare e impostare l'HAT puoi utilizzare l'installer fornito: ```bash -curl -sS get.pimoroni.com/unicornhat | bash +curl -sS https://get.pimoroni.com/unicornhat | bash ``` Importalo poi nel tuo script Python e inizia a smanettare: diff --git a/src/it/translate/automation-hat.md b/src/it/translate/automation-hat.md index 469c31d..8b588f0 100644 --- a/src/it/translate/automation-hat.md +++ b/src/it/translate/automation-hat.md @@ -90,7 +90,7 @@ Automation HAT is a home monitoring and automation controller for the Raspberry To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/automationhat | bash +curl -sS https://get.pimoroni.com/automationhat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/it/translate/blinkt.md b/src/it/translate/blinkt.md index 1d2b4f1..fcafbbc 100644 --- a/src/it/translate/blinkt.md +++ b/src/it/translate/blinkt.md @@ -33,7 +33,7 @@ Blinkt! is a super slimline Raspberry Pi Add-on board with 8 APA-102 LEDs. To get started you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/blinkt | bash +curl -sS https://get.pimoroni.com/blinkt | bash ``` ## Code diff --git a/src/it/translate/drum-hat.md b/src/it/translate/drum-hat.md index ce36571..f26cf2e 100644 --- a/src/it/translate/drum-hat.md +++ b/src/it/translate/drum-hat.md @@ -44,7 +44,7 @@ Features: 8 touch sensitive buttons and 8 LEDs. Works with Piano HAT (it uses a To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/drumhat | bash +curl -sS https://get.pimoroni.com/drumhat | bash ``` And follow the instructions! diff --git a/src/it/translate/enviro-phat.md b/src/it/translate/enviro-phat.md index 5287339..af843db 100644 --- a/src/it/translate/enviro-phat.md +++ b/src/it/translate/enviro-phat.md @@ -61,7 +61,7 @@ Features: To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/envirophat | bash +curl -sS https://get.pimoroni.com/envirophat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/it/translate/espiot-phat.md b/src/it/translate/espiot-phat.md index 534551b..225dabd 100644 --- a/src/it/translate/espiot-phat.md +++ b/src/it/translate/espiot-phat.md @@ -45,5 +45,5 @@ The ESP IoT pHAT is an ESP8266 based add-on for the Raspberry Pi. It provides so To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/iotphat | bash +curl -sS https://get.pimoroni.com/iotphat | bash ``` diff --git a/src/it/translate/explorer-phat.md b/src/it/translate/explorer-phat.md index e2b3643..7f4d945 100644 --- a/src/it/translate/explorer-phat.md +++ b/src/it/translate/explorer-phat.md @@ -101,7 +101,7 @@ install: To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/explorerhat | bash +curl -sS https://get.pimoroni.com/explorerhat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/it/translate/microdot-phat.md b/src/it/translate/microdot-phat.md index b2f5d83..3928940 100644 --- a/src/it/translate/microdot-phat.md +++ b/src/it/translate/microdot-phat.md @@ -42,7 +42,7 @@ The board uses three IS31FL3730 matrix driver chips, each driving two of the mat To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/microdotphat | bash +curl -sS https://get.pimoroni.com/microdotphat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/it/translate/mote-phat.md b/src/it/translate/mote-phat.md index 195228c..ae55b1a 100644 --- a/src/it/translate/mote-phat.md +++ b/src/it/translate/mote-phat.md @@ -57,5 +57,5 @@ Sports four Mote channels with microUSB connectors that can drive up to 64 RGB L To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/motephat | bash +curl -sS https://get.pimoroni.com/motephat | bash ``` diff --git a/src/it/translate/pantilt-hat.md b/src/it/translate/pantilt-hat.md index 603518a..b609b0c 100644 --- a/src/it/translate/pantilt-hat.md +++ b/src/it/translate/pantilt-hat.md @@ -43,7 +43,7 @@ Pan Tilt HAT uses a PIC16F1503 with custom firmware, and talks over i2c. To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/pantilthat | bash +curl -sS https://get.pimoroni.com/pantilthat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/it/translate/phat-dac.md b/src/it/translate/phat-dac.md index 3063da0..cddbf9e 100644 --- a/src/it/translate/phat-dac.md +++ b/src/it/translate/phat-dac.md @@ -41,5 +41,5 @@ Though designed to match the format of the Raspberry Pi Zero it is compatible wi To get the pHAT DAC set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/phatdac | bash +curl -sS https://get.pimoroni.com/phatdac | bash ``` diff --git a/src/it/translate/piglow.md b/src/it/translate/piglow.md index b440b11..5df30e6 100644 --- a/src/it/translate/piglow.md +++ b/src/it/translate/piglow.md @@ -33,7 +33,7 @@ The board uses the SN3218 8-bit 18-channel PWM chip to drive surface mount LEDs. To get the module set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/piglow | bash +curl -sS https://get.pimoroni.com/piglow | bash ``` And follow the instructions! diff --git a/src/it/translate/scroll-phat.md b/src/it/translate/scroll-phat.md index 4fc363e..414b7bb 100644 --- a/src/it/translate/scroll-phat.md +++ b/src/it/translate/scroll-phat.md @@ -50,7 +50,7 @@ The Scroll pHAT provides a matrix of 55 white LED pixels that is ideal for writi To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/scrollphat | bash +curl -sS https://get.pimoroni.com/scrollphat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/it/translate/unicorn-phat.md b/src/it/translate/unicorn-phat.md index 8b147d5..92eb260 100644 --- a/src/it/translate/unicorn-phat.md +++ b/src/it/translate/unicorn-phat.md @@ -48,7 +48,7 @@ Note: Unicorn pHAT uses some special PWM trickery, performed with the same hardw To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/unicornhat | bash +curl -sS https://get.pimoroni.com/unicornhat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/tr/overlay/display-o-tron.md b/src/tr/overlay/display-o-tron.md index a0aef1f..9217b2c 100644 --- a/src/tr/overlay/display-o-tron.md +++ b/src/tr/overlay/display-o-tron.md @@ -57,7 +57,7 @@ pin: Aşağıdaki tek satır kodla Display-o-Tron 3000'u kurup kullanmaya başlayabilirsiniz. Yapmanız gereken tek şey terminalde şu komutu çalıştırmak, ```bash -curl -sS get.pimoroni.com/dot3k | bash +curl -sS https://get.pimoroni.com/dot3k | bash ``` ve de karşınıza gelen yönergeleri takip etmek. \ No newline at end of file diff --git a/src/tr/overlay/explorer-hat-pro.md b/src/tr/overlay/explorer-hat-pro.md index 33fdda1..7ce2931 100644 --- a/src/tr/overlay/explorer-hat-pro.md +++ b/src/tr/overlay/explorer-hat-pro.md @@ -95,7 +95,7 @@ i2c: 5V giriş ve çıkışları, dokunmatik paneli, LEDler, analog girişler ve bir H-Bridge motor ile Explorer HAT Pro, Raspberry Pi'de prototipleme için tam teşekkürlü bir araç olarak teşkil etmekte. ```bash -curl -sS get.pimoroni.com/explorerhat | bash +curl -sS https://get.pimoroni.com/explorerhat | bash ``` Ardından Python scriptinize aşağıdaki kodları ekleyip prototipinizi kurcalamaya başlayabilirsiniz: diff --git a/src/tr/overlay/explorer-hat.md b/src/tr/overlay/explorer-hat.md index f70e923..6595c52 100644 --- a/src/tr/overlay/explorer-hat.md +++ b/src/tr/overlay/explorer-hat.md @@ -68,7 +68,7 @@ pin: 5V giriş ve çıkışları, dokunmatik paneli ve LEDler ile Explorer HAT, Raspberry Pi'de prototipleme için tam teşekkürlü bir araç olarak teşkil etmekte. ```bash -curl -sS get.pimoroni.com/explorerhat | bash +curl -sS https://get.pimoroni.com/explorerhat | bash ``` Ardından Python scriptinize aşağıdaki kodları ekleyip prototipinizi kurcalamaya başlayabilirsiniz: diff --git a/src/tr/overlay/pibrella.md b/src/tr/overlay/pibrella.md index 132a5ce..c61ef44 100644 --- a/src/tr/overlay/pibrella.md +++ b/src/tr/overlay/pibrella.md @@ -73,7 +73,7 @@ Pibrella Pimoroni tarafından hazırlanmış hepsi-bir-arada, hafif, ses, giriş Pibrella'yı kullanmak çok kolay. Öncelikle terminalden aşağıdaki komutları çalıştırıp kurulumu gerçekleştirin: ```bash -curl -sS get.pimoroni.com/pibrella | bash +curl -sS https://get.pimoroni.com/pibrella | bash ``` Ardından Python kodunuzda aşağıdaki gibi modülü ekleyip kurcalamaya başlayabilirsiniz: diff --git a/src/tr/overlay/skywriter-hat.md b/src/tr/overlay/skywriter-hat.md index 2cf630b..f203c61 100644 --- a/src/tr/overlay/skywriter-hat.md +++ b/src/tr/overlay/skywriter-hat.md @@ -33,5 +33,5 @@ Skywriter HAT X, Y ve Z ekseninde parmağınızın pozisyonunu algılamanızı, Ayrıca kaydırma (tıpkı telefonlardaki "swipe" hareketi gibi) gibi hareketleri de algılama yeteneğine sahiptir. ```bash -curl -sS get.pimoroni.com/skywriter | bash +curl -sS https://get.pimoroni.com/skywriter | bash ``` diff --git a/src/tr/overlay/unicorn-hat.md b/src/tr/overlay/unicorn-hat.md index bdefbaa..c9b0f2e 100644 --- a/src/tr/overlay/unicorn-hat.md +++ b/src/tr/overlay/unicorn-hat.md @@ -33,7 +33,7 @@ Not: Unicorn HAT bazı PWM kurnazlıkları kullanmakta. Bunun içnde analog ses Kurulumu çok basit, sadece aşağıdaki komutu çalıştırın: ```bash -curl -sS get.pimoroni.com/unicornhat | bash +curl -sS https://get.pimoroni.com/unicornhat | bash ``` Ardından Python scriptinize modülü ekleyip kurcalamaya başlayabilirsiniz: diff --git a/src/tr/translate/automation-hat.md b/src/tr/translate/automation-hat.md index 469c31d..8b588f0 100644 --- a/src/tr/translate/automation-hat.md +++ b/src/tr/translate/automation-hat.md @@ -90,7 +90,7 @@ Automation HAT is a home monitoring and automation controller for the Raspberry To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/automationhat | bash +curl -sS https://get.pimoroni.com/automationhat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/tr/translate/blinkt.md b/src/tr/translate/blinkt.md index 1d2b4f1..fcafbbc 100644 --- a/src/tr/translate/blinkt.md +++ b/src/tr/translate/blinkt.md @@ -33,7 +33,7 @@ Blinkt! is a super slimline Raspberry Pi Add-on board with 8 APA-102 LEDs. To get started you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/blinkt | bash +curl -sS https://get.pimoroni.com/blinkt | bash ``` ## Code diff --git a/src/tr/translate/display-o-tron-hat.md b/src/tr/translate/display-o-tron-hat.md index e0c65a4..02279e3 100644 --- a/src/tr/translate/display-o-tron-hat.md +++ b/src/tr/translate/display-o-tron-hat.md @@ -55,7 +55,7 @@ Display-o-Tron HAT uses both SPI and I2c to drive the LCD display, backlight and To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/displayotron | bash +curl -sS https://get.pimoroni.com/displayotron | bash ``` And follow the instructions! diff --git a/src/tr/translate/drum-hat.md b/src/tr/translate/drum-hat.md index ce36571..f26cf2e 100644 --- a/src/tr/translate/drum-hat.md +++ b/src/tr/translate/drum-hat.md @@ -44,7 +44,7 @@ Features: 8 touch sensitive buttons and 8 LEDs. Works with Piano HAT (it uses a To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/drumhat | bash +curl -sS https://get.pimoroni.com/drumhat | bash ``` And follow the instructions! diff --git a/src/tr/translate/enviro-phat.md b/src/tr/translate/enviro-phat.md index 5287339..af843db 100644 --- a/src/tr/translate/enviro-phat.md +++ b/src/tr/translate/enviro-phat.md @@ -61,7 +61,7 @@ Features: To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/envirophat | bash +curl -sS https://get.pimoroni.com/envirophat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/tr/translate/espiot-phat.md b/src/tr/translate/espiot-phat.md index 534551b..225dabd 100644 --- a/src/tr/translate/espiot-phat.md +++ b/src/tr/translate/espiot-phat.md @@ -45,5 +45,5 @@ The ESP IoT pHAT is an ESP8266 based add-on for the Raspberry Pi. It provides so To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/iotphat | bash +curl -sS https://get.pimoroni.com/iotphat | bash ``` diff --git a/src/tr/translate/explorer-phat.md b/src/tr/translate/explorer-phat.md index e2b3643..7f4d945 100644 --- a/src/tr/translate/explorer-phat.md +++ b/src/tr/translate/explorer-phat.md @@ -101,7 +101,7 @@ install: To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/explorerhat | bash +curl -sS https://get.pimoroni.com/explorerhat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/tr/translate/microdot-phat.md b/src/tr/translate/microdot-phat.md index b2f5d83..3928940 100644 --- a/src/tr/translate/microdot-phat.md +++ b/src/tr/translate/microdot-phat.md @@ -42,7 +42,7 @@ The board uses three IS31FL3730 matrix driver chips, each driving two of the mat To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/microdotphat | bash +curl -sS https://get.pimoroni.com/microdotphat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/tr/translate/mote-phat.md b/src/tr/translate/mote-phat.md index 195228c..ae55b1a 100644 --- a/src/tr/translate/mote-phat.md +++ b/src/tr/translate/mote-phat.md @@ -57,5 +57,5 @@ Sports four Mote channels with microUSB connectors that can drive up to 64 RGB L To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/motephat | bash +curl -sS https://get.pimoroni.com/motephat | bash ``` diff --git a/src/tr/translate/pantilt-hat.md b/src/tr/translate/pantilt-hat.md index 603518a..b609b0c 100644 --- a/src/tr/translate/pantilt-hat.md +++ b/src/tr/translate/pantilt-hat.md @@ -43,7 +43,7 @@ Pan Tilt HAT uses a PIC16F1503 with custom firmware, and talks over i2c. To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/pantilthat | bash +curl -sS https://get.pimoroni.com/pantilthat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/tr/translate/phat-dac.md b/src/tr/translate/phat-dac.md index 3063da0..cddbf9e 100644 --- a/src/tr/translate/phat-dac.md +++ b/src/tr/translate/phat-dac.md @@ -41,5 +41,5 @@ Though designed to match the format of the Raspberry Pi Zero it is compatible wi To get the pHAT DAC set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/phatdac | bash +curl -sS https://get.pimoroni.com/phatdac | bash ``` diff --git a/src/tr/translate/piano-hat.md b/src/tr/translate/piano-hat.md index 9679770..0e0d01d 100644 --- a/src/tr/translate/piano-hat.md +++ b/src/tr/translate/piano-hat.md @@ -53,7 +53,7 @@ It uses two Microchip CAP1188 chips with the i2c addresses 0x28 and 0x2b. To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/pianohat | bash +curl -sS https://get.pimoroni.com/pianohat | bash ``` And follow the instructions! diff --git a/src/tr/translate/piglow.md b/src/tr/translate/piglow.md index b440b11..5df30e6 100644 --- a/src/tr/translate/piglow.md +++ b/src/tr/translate/piglow.md @@ -33,7 +33,7 @@ The board uses the SN3218 8-bit 18-channel PWM chip to drive surface mount LEDs. To get the module set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/piglow | bash +curl -sS https://get.pimoroni.com/piglow | bash ``` And follow the instructions! diff --git a/src/tr/translate/scroll-phat.md b/src/tr/translate/scroll-phat.md index 4fc363e..414b7bb 100644 --- a/src/tr/translate/scroll-phat.md +++ b/src/tr/translate/scroll-phat.md @@ -50,7 +50,7 @@ The Scroll pHAT provides a matrix of 55 white LED pixels that is ideal for writi To get the pHAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/scrollphat | bash +curl -sS https://get.pimoroni.com/scrollphat | bash ``` Then import it into your Python script and start tinkering: diff --git a/src/tr/translate/unicorn-phat.md b/src/tr/translate/unicorn-phat.md index 8b147d5..92eb260 100644 --- a/src/tr/translate/unicorn-phat.md +++ b/src/tr/translate/unicorn-phat.md @@ -48,7 +48,7 @@ Note: Unicorn pHAT uses some special PWM trickery, performed with the same hardw To get the HAT set up and ready to go you can use the one-line product installer: ```bash -curl -sS get.pimoroni.com/unicornhat | bash +curl -sS https://get.pimoroni.com/unicornhat | bash ``` Then import it into your Python script and start tinkering: