Skip to content

Commit c63cac2

Browse files
committed
fix readme
1 parent 7f9e3b8 commit c63cac2

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ For this app:
209209
- PR bodies for issue-backed work must use GitHub closing references such as `Closes #14` so merged work closes the tracked issue automatically
210210
- the release workflow must run automatically on pushes to `main`, build desktop apps, and publish the GitHub Release without requiring a manual dispatch
211211
- the release path must also publish the GitHub Pages site after the GitHub Release is created, and every site version or download reference must resolve from that release's actual version and assets instead of fallback literals such as `1.0.0`
212+
- use the official Managed Code YouTube URL exactly as `https://www.youtube.com/@Managed-Code` in the website, README, metadata, and release-facing surfaces; do not normalize away the hyphen or change the channel casing
212213
- repository rules for `main` must keep an explicit org-admin bypass path for required status checks so repository administrators can perform direct emergency or operator-owned pushes without deadlocking the branch policy
213214
- after changing GitHub rulesets, workflows, or release packaging, verify against the specific live blocked operation or failing run instead of assuming the policy or YAML change solved the issue
214215
- desktop app build or publish jobs must use native runners for their target OS: macOS artifacts on macOS runners, Windows artifacts on Windows runners, and Linux artifacts on Linux runners

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
[![Download](https://img.shields.io/github/v/release/managedcode/dotPilot?label=Download&style=for-the-badge)](https://github.com/managedcode/dotPilot/releases/latest)
1212
[![License](https://img.shields.io/github/license/managedcode/dotPilot?style=for-the-badge)](LICENSE)
1313
[![.NET](https://img.shields.io/badge/.NET-10-purple?style=for-the-badge)](https://dotnet.microsoft.com/)
14-
[![YouTube](https://img.shields.io/badge/YouTube-Subscribe-red?style=for-the-badge&logo=youtube)](https://www.youtube.com/@ManagedCode)
14+
[![YouTube](https://img.shields.io/badge/YouTube-Subscribe-red?style=for-the-badge&logo=youtube)](https://www.youtube.com/@Managed-Code)
1515

16-
[Website](https://dotpilot.managed-code.com) · [Downloads](#downloads) · [Getting Started](#getting-started) · [YouTube](https://www.youtube.com/@ManagedCode) · [Issues](https://github.com/managedcode/dotPilot/issues)
16+
[Website](https://dotpilot.managed-code.com) · [Downloads](#downloads) · [Getting Started](#getting-started) · [YouTube](https://www.youtube.com/@Managed-Code) · [Issues](https://github.com/managedcode/dotPilot/issues)
1717

1818
---
1919

@@ -125,7 +125,7 @@ Your data never leaves your device unless you explicitly choose a cloud provider
125125

126126
We're developing dotPilot in the open.
127127

128-
- 📺 **YouTube**[@ManagedCode](https://www.youtube.com/@ManagedCode)
128+
- 📺 **YouTube**[@Managed-Code](https://www.youtube.com/@Managed-Code)
129129
- 💬 **Issues**[GitHub Issues](https://github.com/managedcode/dotPilot/issues)
130130
- 🌐 **Website**[dotpilot.managed-code.com](https://dotpilot.managed-code.com)
131131

gh-pages/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"logo": "https://managed-code.com/logo.png",
173173
"sameAs": [
174174
"https://github.com/managedcode",
175-
"https://www.youtube.com/@ManagedCode"
175+
"https://www.youtube.com/@Managed-Code"
176176
]
177177
}
178178
</script>
@@ -904,15 +904,15 @@ <h2>Building in public.</h2>
904904
</svg>
905905
Star on GitHub
906906
</a>
907-
<a href="https://www.youtube.com/@ManagedCode" class="btn btn-outline">
907+
<a href="https://www.youtube.com/@Managed-Code" class="btn btn-outline">
908908
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor">
909909
<path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/>
910910
</svg>
911911
Watch on YouTube
912912
</a>
913913
</div>
914914
<div class="social-links">
915-
<a href="https://www.youtube.com/@ManagedCode" target="_blank" class="social-link">
915+
<a href="https://www.youtube.com/@Managed-Code" target="_blank" class="social-link">
916916
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
917917
<path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/>
918918
</svg>
@@ -942,7 +942,7 @@ <h2>Building in public.</h2>
942942
<div class="footer-content">
943943
<div class="footer-links">
944944
<a href="https://github.com/managedcode/dotPilot" target="_blank">GitHub</a>
945-
<a href="https://www.youtube.com/@ManagedCode" target="_blank">YouTube</a>
945+
<a href="https://www.youtube.com/@Managed-Code" target="_blank">YouTube</a>
946946
<a href="https://github.com/managedcode/dotPilot/issues" target="_blank">Issues</a>
947947
<a href="https://github.com/managedcode/dotPilot/releases" target="_blank">Releases</a>
948948
<a href="/sitemap.xml">Sitemap</a>

0 commit comments

Comments
 (0)