diff --git a/README.md b/README.md index 44bfa44d..ac9cadb0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +
@@ -37,7 +37,7 @@ Bootsharp streamlines consuming .NET C# apps and libraries in web projects. It's ## 🎬 Get Started -https://bootsharp.com/guide/getting-started +https://sharp.elringus.com/guide/getting-started ### Why not Blazor? diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 66809e27..4c415b63 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -74,5 +74,5 @@ export default defineConfig({ "/api/": [{ text: "Reference", items: (await import("./../api/typedoc-sidebar.json")).default }] } }, - sitemap: { hostname: "https://bootsharp.com" } + sitemap: { hostname: "https://sharp.elringus.com" } }); diff --git a/samples/vscode/package.json b/samples/vscode/package.json index cee4aac1..858d8b5a 100644 --- a/samples/vscode/package.json +++ b/samples/vscode/package.json @@ -8,7 +8,7 @@ ], "publisher": "Elringus", "repository": "https://github.com/Elringus/Bootsharp", - "homepage": "https://bootsharp.com", + "homepage": "https://sharp.elringus.com", "icon": "assets/package-icon.png", "engines": { "vscode": "^1.81.1" diff --git a/src/cs/Directory.Build.props b/src/cs/Directory.Build.props index 7bbe4c11..179b46e4 100644 --- a/src/cs/Directory.Build.props +++ b/src/cs/Directory.Build.props @@ -3,7 +3,7 @@