Skip to content

Commit 2220a2c

Browse files
authored
Update website URL
1 parent d33c4bb commit 2220a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/siteConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const baseUrl = '/';
1313
const siteConfig = {
1414
title: 'OpenAPI Generator', // Title for your website.
1515
tagline: 'Generate clients, servers, and documentation from OpenAPI 2.0/3.x documents',
16-
url: 'https://OpenAPITools.github.io', // Your website URL
16+
url: 'https://openapi-generator.tech', // Your website URL
1717
baseUrl: baseUrl, // Base URL for your project */
1818
// For github.io type URLs, you would set the url and baseUrl like:
1919
// url: 'https://facebook.github.io',

0 commit comments

Comments
 (0)