[Releases3DS/Switch] Update URL (#3910)

Adjust domain name due to "www." variant having invalid TLS certificate.
This commit is contained in:
ORelio 2024-01-22 13:44:28 +01:00 committed by GitHub
parent 6ac976b92e
commit b6909942c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ class Releases3DSBridge extends BridgeAbstract
{
const MAINTAINER = 'ORelio';
const NAME = '3DS Scene Releases';
const URI = 'http://www.3dsdb.com/';
const URI = 'http://3dsdb.com/';
const CACHE_TIMEOUT = 10800; // 3h
const DESCRIPTION = 'Returns the newest scene releases for Nintendo 3DS.';

View file

@ -8,7 +8,7 @@ if (!class_exists('Releases3DSBridge')) {
class ReleasesSwitchBridge extends Releases3DSBridge
{
const NAME = 'Switch Scene Releases';
const URI = 'http://www.nswdb.com/';
const URI = 'http://nswdb.com/';
const DESCRIPTION = 'Returns the newest scene releases for Nintendo Switch.';
public function collectData()