From f92dfb9697c1dbf5020141fb41038df1748f1e30 Mon Sep 17 00:00:00 2001 From: Conor Bronsdon <120674402+conorbronsdon@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:25:55 -0700 Subject: [PATCH] Add UTM tags to chainofthought.show and conorbronsdon.com links Tags the 3 link(s) in this repo's markdown with the convention from conorbronsdon/cot-production#115: ?utm_source=github&utm_medium=referral&utm_campaign=repo-readme&utm_content=mojo-unicodedata Untagged, these land in GA4's Direct bucket with no way to tell which repo sent the visitor. utm_content carries the repo name, so each repo reports as its own row. Link targets and text are unchanged. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f2221a..e886785 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](LICENSE) [![Mojo](https://img.shields.io/badge/Mojo-1.0.0b3%2B_nightly-orange?style=flat-square)](https://mojolang.org) [![Conformance](https://img.shields.io/badge/NormalizationTest-20034%2F20034-brightgreen?style=flat-square)](test/conformance.mojo) -[![Podcast](https://img.shields.io/badge/Podcast-Chain_of_Thought-purple?style=flat-square)](https://chainofthought.show) +[![Podcast](https://img.shields.io/badge/Podcast-Chain_of_Thought-purple?style=flat-square)](https://chainofthought.show/?utm_source=github&utm_medium=referral&utm_campaign=repo-readme&utm_content=mojo-unicodedata) [![X](https://img.shields.io/badge/X-@ConorBronsdon-black?style=flat-square&logo=x)](https://x.com/ConorBronsdon) mojo-unicodedata: Unicode normalization and case folding in pure Mojo @@ -213,8 +213,8 @@ and `pixi run conformance` before sending a PR, and regenerate ## About -Built by [Conor Bronsdon](https://conorbronsdon.com) — host of -[Chain of Thought](https://chainofthought.show), a podcast about AI agents, +Built by [Conor Bronsdon](https://conorbronsdon.com/?utm_source=github&utm_medium=referral&utm_campaign=repo-readme&utm_content=mojo-unicodedata) — host of +[Chain of Thought](https://chainofthought.show/?utm_source=github&utm_medium=referral&utm_campaign=repo-readme&utm_content=mojo-unicodedata), a podcast about AI agents, infrastructure, and engineering. Find me on [X](https://x.com/ConorBronsdon) or [LinkedIn](https://www.linkedin.com/in/conorbronsdon).