Skip to content

Commit

Permalink
[Releases3DS/Switch] Update URL (#3910)
Browse files Browse the repository at this point in the history
Adjust domain name due to "www." variant having invalid TLS certificate.
  • Loading branch information
ORelio authored Jan 22, 2024
1 parent 6ac976b commit b690994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bridges/Releases3DSBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.';

Expand Down
2 changes: 1 addition & 1 deletion bridges/ReleasesSwitchBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
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()
Expand Down

0 comments on commit b690994

Please sign in to comment.