Skip to content

Commit ee34311

Browse files
jamengualclaude
andcommitted
fix: Correct GitHub username in blog authors.yml
Fix broken GitHub profile and image links caused by invalid username with dot. Changes: - Replace YAML key "pepe.amengual" with "jamengual" (GitHub usernames cannot contain dots) - Update profile URL: https://github.com/pepe.amengualhttps://github.com/jamengual - Update image URL: https://github.com/pepe.amengual.pnghttps://github.com/jamengual.png - Update author reference in Azure authentication blog post This fixes: - Broken GitHub profile links in blog posts - Missing/broken author avatar images - Docusaurus author metadata resolution 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 33a05da commit ee34311

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/blog/2025-11-07-azure-authentication-support.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Native Azure Authentication Support
33
description: Authenticate to Azure using Atmos with device code flow, OIDC, and service principals - works identically to az login
44
slug: azure-authentication-support
5-
authors: [pepe.amengual]
5+
authors: [jamengual]
66
tags:
77
- feature
88
- azure

website/blog/authors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ osterman:
1010
url: https://github.com/osterman
1111
image_url: https://github.com/osterman.png
1212

13-
pepe.amengual:
13+
jamengual:
1414
name: Pepe Amengual
15-
url: https://github.com/pepe.amengual
16-
image_url: https://github.com/pepe.amengual.png
15+
url: https://github.com/jamengual
16+
image_url: https://github.com/jamengual.png

0 commit comments

Comments
 (0)