Skip to content

Commit c1478e5

Browse files
authored
Fix hash link for "cherry picking" (#1207)
1 parent 9b8433c commit c1478e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/webawesome/docs/docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Once they've been imported, you can use them in your HTML normally. Component im
115115

116116
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.
117117

118-
==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.
118+
==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.
119119

120120
```html
121121
<!-- Option 1: the data-webawesome attribute -->
@@ -157,4 +157,4 @@ The `/dist-cdn` files are bundled differently than the `/dist` files. The `/dist
157157
TLDR:
158158

159159
- `@awesome.me/webawesome/dist-cdn` is for CDNs or people not using a bundler.
160-
- `@awesome.me/webawesome/dist` is for bundlers or importmaps.
160+
- `@awesome.me/webawesome/dist` is for bundlers or importmaps.

0 commit comments

Comments
 (0)