mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 18:14:44 +02:00
[Releases3DS/Switch] Update URL (#3910)
Adjust domain name due to "www." variant having invalid TLS certificate.
This commit is contained in:
parent
6ac976b92e
commit
b6909942c8
2 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue