Skip to content

Commit

Permalink
Fix doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed Jun 6, 2024
1 parent d10a2c7 commit c3dfc1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/packages/hovercards/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Below is a list of available scripts. You can run them using `yarn <script>`:
This project utilizes [release-it](https://github.com/release-it/release-it) for automating releases across both [NPM](https://npm.im/@gravatar-com/hovercards) and [GitHub](https://github.com/Automattic/gravatar/releases). There're two ways to create a new release:

- GitHub Action:
- Go to the [release action page](https://github.com/Automattic/gravatar/actions/workflows/hovercards-hovercards-release.yml)
- Go to [the release action page](https://github.com/Automattic/gravatar/actions/workflows/hovercards-hovercards-release.yml)
- Click on the `Run workflow` button
- Choose the appropriate `Version type` (we use [Semantic Versioning](https://semver.org/))
- Confirm by clicking on `Run workflow` again
Expand Down
2 changes: 1 addition & 1 deletion web/packages/hovercards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Additional class names to be added to the outermost element of the hovercard. Th

##### `myHash: string = ''`

It enables personalized hovercard features for **the current user**. It allows displaying customized options like "Edit your profile" when the user's "about me" field is empty on their [Gravatar editing page](https://gravatar.com/profiles/edit).
It enables personalized hovercard features for **the current user**. It allows displaying customized options like "Edit your profile" when the user's "about me" field is empty on their [Gravatar editing page](https://gravatar.com/profile).

##### `onQueryHovercardRef: ( ref: HTMLElement ) => HTMLElement`

Expand Down

0 comments on commit c3dfc1f

Please sign in to comment.