From c1478e58650bc11c393b890d61d144b9e49ab8e6 Mon Sep 17 00:00:00 2001 From: Doug Stevenson Date: Mon, 21 Jul 2025 14:14:49 -0400 Subject: [PATCH] Fix hash link for "cherry picking" (#1207) --- packages/webawesome/docs/docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/webawesome/docs/docs/index.md b/packages/webawesome/docs/docs/index.md index 530f1909b..106d4a03f 100644 --- a/packages/webawesome/docs/docs/index.md +++ b/packages/webawesome/docs/docs/index.md @@ -115,7 +115,7 @@ Once they've been imported, you can use them in your HTML normally. Component im Some components rely on assets (icons, images, etc.) and Web Awesome needs to know where they're located. For convenience, Web Awesome will try to auto-detect the correct location based on the script you've loaded it from. This assumes assets are colocated with `webawesome.loader.js` and will "just work" for most users. -==If you're using the CDN, you can skip this section.== However, if you're [cherry picking](#cherry-picking) or bundling Web Awesome, you'll need to set the base path. You can do this one of two ways. +==If you're using the CDN, you can skip this section.== However, if you're [cherry picking](#cherry-picking-from-cdn) or bundling Web Awesome, you'll need to set the base path. You can do this one of two ways. ```html @@ -157,4 +157,4 @@ The `/dist-cdn` files are bundled differently than the `/dist` files. The `/dist TLDR: - `@awesome.me/webawesome/dist-cdn` is for CDNs or people not using a bundler. -- `@awesome.me/webawesome/dist` is for bundlers or importmaps. \ No newline at end of file +- `@awesome.me/webawesome/dist` is for bundlers or importmaps.