Skip to content

Commit f5369ca

Browse files
committed
fix: Change http to https in comment
1 parent fdde2de commit f5369ca

File tree

148 files changed

+159
-159
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+159
-159
lines changed

lgsm/modules/alert.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# LinuxGSM alert.sh module
33
# Author: Daniel Gibbs
4-
# Contributors: http://linuxgsm.com/contrib
4+
# Contributors: https://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
66
# Description: Overall module for managing alerts.
77

lgsm/modules/alert_discord.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# LinuxGSM alert_discord.sh module
33
# Author: Daniel Gibbs
4-
# Contributors: http://linuxgsm.com/contrib
4+
# Contributors: https://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
66
# Description: Sends Discord alert.
77

lgsm/modules/alert_email.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# LinuxGSM alert_email.sh module
33
# Author: Daniel Gibbs
4-
# Contributors: http://linuxgsm.com/contrib
4+
# Contributors: https://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
66
# Description: Sends email alert.
77

lgsm/modules/alert_gotify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# LinuxGSM alert_gotify.sh module
33
# Author: Daniel Gibbs
4-
# Contributors: http://linuxgsm.com/contrib
4+
# Contributors: https://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
66
# Description: Sends Gotify alert.
77

lgsm/modules/alert_ifttt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# LinuxGSM alert_ifttt.sh module
33
# Author: Daniel Gibbs
4-
# Contributors: http://linuxgsm.com/contrib
4+
# Contributors: https://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
66
# Description: Sends IFTTT alert.
77

lgsm/modules/alert_pushbullet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# LinuxGSM alert_pushbullet.sh module
33
# Author: Daniel Gibbs
4-
# Contributors: http://linuxgsm.com/contrib
4+
# Contributors: https://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
66
# Description: Sends Pushbullet Messenger alert.
77

lgsm/modules/alert_pushover.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# LinuxGSM alert_pushover.sh module
33
# Author: Daniel Gibbs
4-
# Contributors: http://linuxgsm.com/contrib
4+
# Contributors: https://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
66
# Description: Sends Pushover alert.
77

lgsm/modules/alert_rocketchat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# LinuxGSM alert_rocketchat.sh module
33
# Author: Daniel Gibbs
4-
# Contributors: http://linuxgsm.com/contrib
4+
# Contributors: https://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
66
# Description: Sends Rocketchat alert.
77

lgsm/modules/alert_slack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# LinuxGSM alert_slack.sh module
33
# Author: Daniel Gibbs
4-
# Contributors: http://linuxgsm.com/contrib
4+
# Contributors: https://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
66
# Description: Sends Slack alert.
77

lgsm/modules/alert_telegram.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# LinuxGSM alert_telegram.sh module
33
# Author: Daniel Gibbs
4-
# Contributors: http://linuxgsm.com/contrib
4+
# Contributors: https://linuxgsm.com/contrib
55
# Website: https://linuxgsm.com
66
# Description: Sends Telegram Messenger alert.
77

0 commit comments

Comments
 (0)