Skip to content

Commit

Permalink
update the gallery link
Browse files Browse the repository at this point in the history
  • Loading branch information
guo-yong-zhi committed May 11, 2024
1 parent 1349fed commit 6865221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Word cloud (tag cloud or wordle) is a novelty visual representation of text data

[🌐 Try the online generator 🌐](https://mybinder.org/v2/gh/guo-yong-zhi/pluto-on-binder/master?urlpath=pluto/open?url=https%3A%2F%2Fraw.githubusercontent.com%2Fguo-yong-zhi%2FWordCloud.jl%2Fmaster%2FWordCloudApp.jl)

[✨ Go to the gallery ✨](https://github.com/guo-yong-zhi/WordCloud-Gallery)
[✨ Go to the gallery ✨](https://github.com/guo-yong-zhi/WordCloud-Gallery/blob/main/README.md)

<br>

Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Modules = [WordCloud, WordCloud.TextProcessing, WordCloud.Render]
```

## Gallery
* [WordCloud-Gallery](https://github.com/guo-yong-zhi/WordCloud-Gallery)
* [WordCloud-Gallery](https://github.com/guo-yong-zhi/WordCloud-Gallery/blob/main/README.md)

## Index
```@index
Expand Down

2 comments on commit 6865221

@guo-yong-zhi
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/106607

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.13.1 -m "<description of version>" 68652212b734d02f99539f9a9f0e7f8dc492f4a7
git push origin v0.13.1

Please sign in to comment.