Skip to content

Commit

Permalink
chore: update website url
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Nov 15, 2024
1 parent dfa44fe commit 55a6e95
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://bootsharp.com" target="_blank" rel="noopener noreferrer">
<a href="https://sharp.elringus.com" target="_blank" rel="noopener noreferrer">
<img width="200" src="https://raw.githubusercontent.com/elringus/bootsharp/main/docs/public/favicon.svg" alt="Bootsharp">
</a>
</p>
Expand Down Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
});
2 changes: 1 addition & 1 deletion samples/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/cs/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Version>0.3.3</Version>
<Authors>Elringus</Authors>
<PackageTags>javascript typescript ts js wasm node deno bun interop codegen</PackageTags>
<PackageProjectUrl>https://bootsharp.com</PackageProjectUrl>
<PackageProjectUrl>https://sharp.elringus.com</PackageProjectUrl>
<RepositoryUrl>https://github.com/elringus/bootsharp.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageIcon>logo.png</PackageIcon>
Expand Down

0 comments on commit 55a6e95

Please sign in to comment.