Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</p>

<p align="center">
<a href="https://nikcio-labs.github.io/openapi-code-generator">Documentation</a> •
<a href="https://openapi.nikcio.com">Documentation</a> •
<a href="#installation">Installation</a> •
<a href="#quick-start">Quick Start</a> •
<a href="CHANGELOG.md">Changelog</a>
Expand Down
4 changes: 2 additions & 2 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { defineConfig } from "astro/config";

// https://astro.build/config
export default defineConfig({
site: "https://nikcio-labs.github.io",
base: "/openapi-code-generator/",
site: "https://openapi.nikcio.com",
base: "/",
integrations: [
starlight({
title: "OpenAPI Code Generator",
Expand Down
2 changes: 1 addition & 1 deletion docs/public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
User-agent: *
Allow: /

Sitemap: https://nikcio-labs.github.io/openapi-code-generator/sitemap-index.xml
Sitemap: https://openapi.nikcio.com/sitemap-index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageTags>openapi;codegen;csharp;code-generator;swagger;rest-api;dotnet-tool</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>logo.png</PackageIcon>
<PackageProjectUrl>https://nikcio-labs.github.io/openapi-code-generator/</PackageProjectUrl>
<PackageProjectUrl>https://openapi.nikcio.com/</PackageProjectUrl>
<RepositoryUrl>https://github.com/Nikcio-labs/openapi-code-generator</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
Loading