Skip to content

Commit 5f3d86a

Browse files
fix doc link (#865)
1 parent e695bb1 commit 5f3d86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/develop/step-2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ You'll notice `<style>` contains everything we just wrote in our Sass file. Sass
131131

132132
Now that our `pfe-cool-element` is more appealing, we'll add the follow button's interaction and fill in the profile photo. We can accomplish both of these tasks by updating the `/src/pfe-cool-element.js` file.
133133

134-
<a href="/theme/cp-color">Learn more about applying theme colors here.</a>
134+
<a href="/theme/color-palette/">Learn more about applying theme colors here.</a>
135135

136136
[Move to Step 2: Develop (Javascript)](../step-2d)

0 commit comments

Comments
 (0)