diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 136f9d1..d7b1c9a 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -3,4 +3,4 @@ github: JulianPrieber patreon: JulianPrieber liberapay: LittleLink-Custom -custom: [paypal.me/JulianPrieber, buymeacoffee.com/JulianPrieber, llc.bio] +custom: [paypal.me/JulianPrieber, buymeacoffee.com/JulianPrieber, llc.ovh] diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md index 8b2a3b2..3d85fd0 100644 --- a/.github/ISSUE_TEMPLATE/issue-template.md +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -13,4 +13,4 @@ Platform: `Ubuntu 22.04 LTS` Server type: `NGINX/Apache2 ...` PHP version: `8.1` -[//]: # (Please make sure you have read the system requirements at https://llc.bio/req before submitting your issue.) +[//]: # (Please make sure you have read the system requirements at https://llc.ovh/req before submitting your issue.) diff --git a/README.md b/README.md index 6a889d4..0afd19f 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,7 @@ LittleLink Admin is in itself a fork of [LittleLink](https://github.com/sethcott
## Supporters -You can support LittleLink Custom [here](https://littlelink-custom.com/sponsor). If you choose to support LittleLink Custom, you will get exclusive rewards such as access to a private LittleLink Custom instance hosted by us at [llc.bio](https://llc.bio) for free. +You can support LittleLink Custom [here](https://littlelink-custom.com/sponsor). If you choose to support LittleLink Custom, you will get exclusive rewards such as access to a private LittleLink Custom instance hosted by us at [llc.ovh](https://llc.ovh) for free. **💖 Thank you:** diff --git a/config/advanced-config.php.example b/config/advanced-config.php.example index 5cf0182..464521e 100644 --- a/config/advanced-config.php.example +++ b/config/advanced-config.php.example @@ -202,7 +202,7 @@ return [ | In the 'title' field, changes the text on a button, such as 'custom' and 'custom_website'. | | In the 'icon' field, uses the same syntax as the Button Editor on the Admin Panel. - | This allows you to add your own icons to 'custom' buttons. You can find a list of available icons on llc.bio/fa. + | This allows you to add your own icons to 'custom' buttons. You can find a list of available icons on llc.ovh/fa. | | In the 'custom_css' field, here you can enter custom CSS to change the color of your button. | If you don't feel comfortable working with CSS, diff --git a/storage/backups/default_settings b/storage/backups/default_settings index 2de7e2a..e04eb78 100644 --- a/storage/backups/default_settings +++ b/storage/backups/default_settings @@ -69,13 +69,13 @@ SESSION_DRIVER=file SESSION_LIFETIME=120 #Updater Settings=Changes settings regarding the built-in updater. -#=JOIN_BETA either true or false. Learn more about this setting at llc.bio/beta. +#=JOIN_BETA either true or false. Learn more about this setting at llc.ovh/beta. JOIN_BETA=false #=SKIP_UPDATE_BACKUP either true or false. Skips backup before updating. Use at your own risk. SKIP_UPDATE_BACKUP=false #=CUSTOM_META_TAGS either true or false. Used to enable setting in advanced config file (config/advanced-config.php). -#=You can read more about this config at https://llc.bio/advanced-config. +#=You can read more about this config at https://llc.ovh/advanced-config. CUSTOM_META_TAGS=false #=FORCE_HTTPS either true or false. Used to redirect any request to HTTPS. diff --git a/storage/templates/advanced-config.php b/storage/templates/advanced-config.php index a107e82..7ea8215 100644 --- a/storage/templates/advanced-config.php +++ b/storage/templates/advanced-config.php @@ -193,7 +193,7 @@ return [ | In the 'title' field, changes the text on a button, such as 'custom' and 'custom_website'. | | In the 'icon' field, uses the same syntax as the Button Editor on the Admin Panel. - | This allows you to add your own icons to 'custom' buttons. You can find a list of available icons on llc.bio/fa. + | This allows you to add your own icons to 'custom' buttons. You can find a list of available icons on llc.ovh/fa. | | In the 'custom_css' field, here you can enter custom CSS to change the color of your button. | If you don't feel comfortable working with CSS,