Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix examples links in README.md #13

Merged
merged 1 commit into from
Oct 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ It browses the repository and outputs html page with statistics.

## Examples

* [Bootstrap](https://mishina2228.github.io/git_stats/bootstrap)
* [Devise](https://mishina2228.github.io/git_stats/devise)
* [DeviseInvitable](https://mishina2228.github.io/git_stats/devise_invitable)
* [John](https://mishina2228.github.io/git_stats/john)
* [jQuery](https://mishina2228.github.io/git_stats/jquery)
* [Rails](https://mishina2228.github.io/git_stats/rails)
* [React](https://mishina2228.github.io/git_stats/react)
* [Vue](https://mishina2228.github.io/git_stats/vue)
* [Bootstrap](https://mishina2228.github.io/nova_git_stats_sample/bootstrap/)
Copy link
Owner

Choose a reason for hiding this comment

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

Is the last slash redundant?

Copy link
Author

Choose a reason for hiding this comment

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

Yes, the slash is redundant.
I would recommand to ADD the slash to all the URL to make it clear it is a directory.
I will update my patch.

* [Devise](https://mishina2228.github.io/nova_git_stats_sample/devise/)
* [DeviseInvitable](https://mishina2228.github.io/nova_git_stats_sample/devise_invitable/)
* [John](https://mishina2228.github.io/nova_git_stats_sample/john/)
* [jQuery](https://mishina2228.github.io/nova_git_stats_sample/jquery/)
* [Rails](https://mishina2228.github.io/nova_git_stats_sample/rails/)
* [React](https://mishina2228.github.io/nova_git_stats_sample/react/)
* [Vue](https://mishina2228.github.io/nova_git_stats_sample/vue/)

## Installation

Expand Down