Skip to content

Commit 126bb92

Browse files
committed
Fixed dead URLs
1 parent 96f06b4 commit 126bb92

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config/config-legends.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
{"value": "JOIN_BETA",
132132
"title": "Join the Beta Program",
133-
"description": "Enables the use of beta versions when updating. Read more about this <a target='_blank' href='https://s.llc.ovh/b'>here</a>."
133+
"description": "Enables the use of beta versions when updating. Read more about this <a target='_blank' href='https://linkstack.org/b'>here</a>."
134134
},
135135

136136
{"value": "SKIP_UPDATE_BACKUP",
@@ -160,7 +160,7 @@
160160

161161
{"value": "ENABLE_SOCIAL_LOGIN",
162162
"title": "Enable social login",
163-
"description": "Enables social login. This option requires further setup. Read more about this <a target='_blank' href='https://s.llc.ovh/social-login'>here</a>."
163+
"description": "Enables social login. This option requires further setup. Read more about this <a target='_blank' href='https://linkstack.org/social-login'>here</a>."
164164
},
165165

166166
{"value": "USE_THEME_PREVIEW_IFRAME",

storage/backups/default_settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ ALLOW_CUSTOM_CODE_IN_THEMES=true
9090
ENABLE_THEME_UPDATER=true
9191

9292
#Needs to be configured first.
93-
#Read more at: https://s.llc.ovh/social-login
93+
#Read more at: https://linkstack.org/social-login
9494
ENABLE_SOCIAL_LOGIN=false
9595

9696
#Sets if a plain PNG or iframe should be used for the theme preview image

storage/templates/advanced-config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
| In the 'title' field, changes the text on a button, such as 'custom' and 'custom_website'.
168168
|
169169
| In the 'icon' field, uses the same syntax as the Button Editor on the Admin Panel.
170-
| This allows you to add your own icons to 'custom' buttons. You can find a list of available icons on s.llc.ovh/fa.
170+
| This allows you to add your own icons to 'custom' buttons. You can find a list of available icons on linkstack.org/fa.
171171
|
172172
| In the 'custom_css' field, here you can enter custom CSS to change the color of your button.
173173
| If you don't feel comfortable working with CSS,

0 commit comments

Comments
 (0)