chore: rebrand repo from siddharthksah to stirling-image org

Update all references across docs, workflows, UI components, and config
to point to the new GitHub org (stirling-image/stirling-image) and Docker
Hub account (stirlingimage/stirling-image) ahead of repo transfer.
This commit is contained in:
Siddharth Kumar Sah
2026-03-30 08:17:54 +08:00
parent 8f98b745ff
commit 50a52b43c1
14 changed files with 62 additions and 62 deletions
+3 -3
View File
@@ -99,7 +99,7 @@ export function HelpDialog({ open, onClose }: HelpDialogProps) {
</div>
<div className="flex flex-col gap-1.5">
<a
href="https://github.com/siddharthksah/Stirling-Image"
href="https://github.com/stirling-image/stirling-image"
target="_blank"
rel="noopener noreferrer"
className="flex items-center gap-1.5 text-sm text-primary hover:underline"
@@ -108,7 +108,7 @@ export function HelpDialog({ open, onClose }: HelpDialogProps) {
<ExternalLink className="h-3 w-3" />
</a>
<a
href="https://github.com/siddharthksah/Stirling-Image/issues"
href="https://github.com/stirling-image/stirling-image/issues"
target="_blank"
rel="noopener noreferrer"
className="flex items-center gap-1.5 text-sm text-primary hover:underline"
@@ -117,7 +117,7 @@ export function HelpDialog({ open, onClose }: HelpDialogProps) {
<ExternalLink className="h-3 w-3" />
</a>
<a
href="https://siddharthksah.github.io/Stirling-Image/"
href="https://stirling-image.github.io/stirling-image/"
target="_blank"
rel="noopener noreferrer"
className="flex items-center gap-1.5 text-sm text-primary hover:underline"
@@ -1718,7 +1718,7 @@ function AboutSection() {
<h4 className="text-sm font-medium text-foreground">Links</h4>
<div className="flex flex-col gap-1.5">
<a
href="https://github.com/siddharthksah/Stirling-Image"
href="https://github.com/stirling-image/stirling-image"
target="_blank"
rel="noopener noreferrer"
className="text-sm text-primary hover:underline"
@@ -1726,7 +1726,7 @@ function AboutSection() {
GitHub Repository
</a>
<a
href="https://siddharthksah.github.io/Stirling-Image/"
href="https://stirling-image.github.io/stirling-image/"
target="_blank"
rel="noopener noreferrer"
className="text-sm text-primary hover:underline"