diff --git a/src/services/api.ts b/src/services/api.ts index 67969a6..d7f5cd5 100644 --- a/src/services/api.ts +++ b/src/services/api.ts @@ -308,7 +308,7 @@ export class HttpClient { * @version 1.0.0 * @license MIT License (https://opensource.org/licenses/MIT) * @baseUrl https://api.realworld.io/api - * @contact RealWorld (https://realworld.how) + * @contact RealWorld (https://www.realworld.how) * * Conduit API documentation */ diff --git a/src/services/openapi.yml b/src/services/openapi.yml index b233b8a..16159a4 100644 --- a/src/services/openapi.yml +++ b/src/services/openapi.yml @@ -4,7 +4,7 @@ info: description: Conduit API documentation contact: name: RealWorld - url: https://realworld.how + url: https://www.realworld.how license: name: MIT License url: https://opensource.org/licenses/MIT