File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const ogImage = image ? new URL(image, Astro.site ?? 'https://devproxy.net').hre
5757 <a href ={ ` ${import .meta .env .BASE_URL } ` } class =" hover:text-purple-400 transition-colors" style =" color: var(--text-muted);" >Home</a >
5858 <a href ={ ` ${import .meta .env .BASE_URL }blog/ ` } class =" hover:text-purple-400 transition-colors" style =" color: var(--text-muted);" >Blog</a >
5959 <a href ={ ` ${import .meta .env .BASE_URL }samples/ ` } class =" hover:text-purple-400 transition-colors" style =" color: var(--text-muted);" >Samples</a >
60- <a href =" https://aka.ms/devproxy " target =" _blank" rel =" noopener" class =" hover:text-purple-400 transition-colors" style =" color: var(--text-muted);" >Docs ↗</a >
60+ <a href =" https://learn.microsoft.com/microsoft-cloud/dev/dev-proxy/overview " target =" _blank" rel =" noopener" class =" hover:text-purple-400 transition-colors" style =" color: var(--text-muted);" >Docs ↗</a >
6161 <div class =" flex items-center gap-3 ml-2 border-l pl-4" style =" border-color: var(--border-primary);" >
6262 <a href =" https://github.com/dotnet/dev-proxy" target =" _blank" rel =" noopener" class =" hover:text-purple-400 transition-colors" style =" color: var(--text-muted);" title =" GitHub" aria-label =" Dev Proxy on GitHub" >
6363 <svg class =" w-5 h-5" fill =" currentColor" viewBox =" 0 0 24 24" aria-hidden =" true" >
@@ -105,7 +105,7 @@ const ogImage = image ? new URL(image, Astro.site ?? 'https://devproxy.net').hre
105105 <a href ={ ` ${import .meta .env .BASE_URL } ` } class =" py-2 hover:text-purple-400 transition-colors" style =" color: var(--text-muted);" >Home</a >
106106 <a href ={ ` ${import .meta .env .BASE_URL }blog/ ` } class =" py-2 hover:text-purple-400 transition-colors" style =" color: var(--text-muted);" >Blog</a >
107107 <a href ={ ` ${import .meta .env .BASE_URL }samples/ ` } class =" py-2 hover:text-purple-400 transition-colors" style =" color: var(--text-muted);" >Samples</a >
108- <a href =" https://aka.ms/devproxy " target =" _blank" rel =" noopener" class =" py-2 hover:text-purple-400 transition-colors" style =" color: var(--text-muted);" >Docs ↗</a >
108+ <a href =" https://learn.microsoft.com/microsoft-cloud/dev/dev-proxy/overview " target =" _blank" rel =" noopener" class =" py-2 hover:text-purple-400 transition-colors" style =" color: var(--text-muted);" >Docs ↗</a >
109109 </div >
110110 </div >
111111 </nav >
You can’t perform that action at this time.
0 commit comments