Skip to content

Commit 8b2619b

Browse files
committed
docs(TopGG): update API docs URL
1 parent fe7866b commit 8b2619b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/Interface/Lists/TopGG.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { IDResolvable } from '../../Utils/Util';
33
import { Query } from '../../Utils/Constants';
44
/**
55
* Represents the Top.gg service.
6-
* @see https://top.gg/api/docs
6+
* @see https://docs.top.gg/
77
*/
88
export default class TopGG extends Service {
99
/** The values that can be used to select the service. */

lib/Interface/Lists/TopGG.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var Service_1 = require("../Service");
1717
var Util_1 = require("../../Utils/Util");
1818
/**
1919
* Represents the Top.gg service.
20-
* @see https://top.gg/api/docs
20+
* @see https://docs.top.gg/
2121
*/
2222
var TopGG = /** @class */ (function (_super) {
2323
__extends(TopGG, _super);

src/Interface/Lists/TopGG.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Query } from '../../Utils/Constants'
44

55
/**
66
* Represents the Top.gg service.
7-
* @see https://top.gg/api/docs
7+
* @see https://docs.top.gg/
88
*/
99
export default class TopGG extends Service {
1010
/** The values that can be used to select the service. */

0 commit comments

Comments
 (0)