From 74f394e48ed5779da6e291b170806a1f73b440a4 Mon Sep 17 00:00:00 2001 From: Tyler Heck Date: Mon, 21 Jul 2025 14:05:09 -0600 Subject: [PATCH] Update api design link syntax in readme --- workflow-ui/compose/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-ui/compose/README.md b/workflow-ui/compose/README.md index 6e0c9a7522..7a697304e4 100644 --- a/workflow-ui/compose/README.md +++ b/workflow-ui/compose/README.md @@ -5,7 +5,7 @@ This module hosts the workflow-ui compose integration, and this file describes i It was originally published as a [blog post](https://developer.squareup.com/blog/jetpack-compose-support-in-workflow). Since then, our approach has been overhauled. With that overhaul this document has been updated to reflect how the new system works, but it's still very design doc like. -To skip past all the big picture and implementation verbiage and get right to how to use this stuff, jump down to [API Design][#api-design] below. +To skip past all the big picture and implementation verbiage and get right to how to use this stuff, jump down to [API Design](#api-design) below. ## Goals and Non-Goals