Skip to content

Commit d5d24ea

Browse files
committed
🎨 Link Cleanup
Signed-off-by: Peter Boling <[email protected]>
1 parent e928e98 commit d5d24ea

File tree

2 files changed

+30
-71
lines changed

2 files changed

+30
-71
lines changed

README.md

Lines changed: 27 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This README, on branch `v0.5-maintenance`, targets 0.5.x series releases. For l
1212
| version & downloads | [![Version](https://img.shields.io/gem/v/oauth.svg)][rubygems] [![Total Downloads](https://img.shields.io/gem/dt/oauth.svg)][rubygems] [![Downloads Today](https://img.shields.io/gem/rd/oauth.svg)][rubygems] [![Homepage](https://img.shields.io/badge/source-github-brightgreen.svg?style=flat)][source] |
1313
| dependencies & linting | [![Depfu](https://badges.depfu.com/badges/d570491bac0ad3b0b65deb3c82028327/count.svg)][depfu] [![lint status](https://github.com/oauth-xx/oauth-ruby/actions/workflows/style.yml/badge.svg)][actions] |
1414
| unit tests | [![supported rubies](https://github.com/oauth-xx/oauth-ruby/actions/workflows/supported.yml/badge.svg)][actions] [![unsupported status](https://github.com/oauth-xx/oauth-ruby/actions/workflows/unsupported.yml/badge.svg)][actions] |
15-
| coverage & maintainability | [![Test Coverage](https://api.codeclimate.com/v1/badges/3cf23270c21e8791d788/test_coverage)][climate_coverage] [![codecov](https://codecov.io/gh/oauth-xx/oauth-ruby/branch/master/graph/badge.svg?token=4ZNAWNxrf9)][codecov_coverage] [![Maintainability](https://api.codeclimate.com/v1/badges/3cf23270c21e8791d788/maintainability)][climate_maintainability] [![Maintenance Policy](https://img.shields.io/badge/maintenance-policy-brightgreen.svg?style=flat)][maintenancee_policy] |
15+
| coverage & maintainability | [![Test Coverage](https://api.codeclimate.com/v1/badges/3cf23270c21e8791d788/test_coverage)][climate_coverage] [![codecov](https://codecov.io/gh/oauth-xx/oauth-ruby/branch/master/graph/badge.svg?token=4ZNAWNxrf9)][codecov_coverage] [![Maintainability](https://api.codeclimate.com/v1/badges/3cf23270c21e8791d788/maintainability)][climate_maintainability] [![Maintenance Policy](https://img.shields.io/badge/maintenance-policy-brightgreen.svg?style=flat)][security] |
1616
| resources | [![Discussion](https://img.shields.io/badge/discussions-github-brightgreen.svg?style=flat)][gh_discussions] [![Mailing List](https://img.shields.io/badge/group-mailinglist.svg?style=social&logo=google)][mailinglist] [![Join the chat at https://gitter.im/oauth-xx/oauth-ruby](https://badges.gitter.im/Join%20Chat.svg)][chat] [![Blog](https://img.shields.io/badge/blog-railsbling-brightgreen.svg?style=flat)][blogpage] |
1717
| Spread ~♡ⓛⓞⓥⓔ♡~ | [![Open Source Helpers](https://www.codetriage.com/oauth-xx/oauth-ruby/badges/users.svg)][code_triage] [![Liberapay Patrons](https://img.shields.io/liberapay/patrons/pboling.svg?logo=liberapay)][liberapay_donate] [![Sponsor Me](https://img.shields.io/badge/sponsor-pboling.svg?style=social&logo=github)][gh_sponsors] [🌏][aboutme] [👼][angelme] [💻][coderme] [🌹][politicme] [![Tweet @ Peter][followme-img]][tweetme] |
1818

@@ -117,19 +117,13 @@ OAuth provider if you choose.
117117

118118
## Contributing
119119

120-
Bug reports and pull requests are welcome on GitHub at [https://github.com/oauth-xx/oauth-ruby][source]. This project is
121-
intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
122-
the [code of conduct][conduct].
123-
124-
To submit a patch, please fork the oauth project and create a patch with
125-
tests. Once you're happy with it send a pull request and post a message to the
126-
[google group][mailinglist].
120+
See [CONTRIBUTING.md][contributing]
127121

128122
## Contributors
129123

130-
[![Contributors](https://contrib.rocks/image?repo=oauth-xx/oauth-ruby)]("https://github.com/oauth-xx/oauth-ruby/graphs/contributors")
124+
[![Contributors](https://contrib.rocks/image?repo=oauth-xx/oauth-ruby)][contributors]
131125

132-
Made with [contributors-img](https://contrib.rocks).
126+
Made with [contributors-img][contrib-rocks].
133127

134128
## Versioning
135129

@@ -160,72 +154,37 @@ individuals. The current maintainer is Peter Boling ([@pboling][gh_sponsors]).
160154

161155
Comments are welcome. Contact the [OAuth Ruby mailing list (Google Group)][mailinglist] or [GitHub Discussions][gh_discussions].
162156

163-
[copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
157+
[comment]: <> (Following links are used by README, CONTRIBUTING, Homepage)
164158

165159
[conduct]: https://github.com/oauth-xx/oauth-ruby/blob/master/CODE_OF_CONDUCT.md
160+
[contributing]: https://github.com/oauth-xx/oauth-ruby/blob/master/CONTRIBUTING.md
161+
[contributors]: https://github.com/oauth-xx/oauth-ruby/graphs/contributors
162+
[mailinglist]: http://groups.google.com/group/oauth-ruby
163+
[source]: https://github.com/oauth-xx/oauth-ruby/
166164

167-
[license]: https://github.com/oauth-xx/oauth-ruby/blob/master/LICENSE
168-
169-
[semver]: http://semver.org/
170-
171-
[pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
172-
173-
[railsbling]: http://www.railsbling.com
174-
175-
[peterboling]: http://www.peterboling.com
176-
177-
[issues]: https://github.com/oauth-xx/oauth-ruby/issues
178-
179-
[comment]: <> (The following links are used by tables in Homepage only)
180-
181-
[network]: https://github.com/oauth-xx/oauth-ruby/network
182-
183-
[stargazers]: https://github.com/oauth-xx/oauth-ruby/stargazers
184-
185-
[comment]: <> (The following links are used by tables in README and Homepage)
186-
187-
[rubygems]: https://rubygems.org/gems/oauth
188-
189-
[depfu]: https://depfu.com/github/oauth-xx/oauth-ruby?project_id=22868
165+
[comment]: <> (Following links are used by README, Homepage)
190166

167+
[aboutme]: https://about.me/peter.boling
191168
[actions]: https://github.com/oauth-xx/oauth-ruby/actions
192-
169+
[angelme]: https://angel.co/peter-boling
170+
[blogpage]: http://www.railsbling.com/tags/oauth/
171+
[chat]: https://gitter.im/oauth-xx/oauth-ruby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
193172
[climate_coverage]: https://codeclimate.com/github/oauth-xx/oauth-ruby/test_coverage
194-
195-
[gh_discussions]: https://github.com/oauth-xx/oauth-ruby/discussions
196-
173+
[climate_maintainability]: https://codeclimate.com/github/oauth-xx/oauth-ruby/maintainability
197174
[code_triage]: https://www.codetriage.com/oauth-xx/oauth-ruby
198-
199-
[license-ref]: https://opensource.org/licenses/MIT
200-
201175
[codecov_coverage]: https://codecov.io/gh/oauth-xx/oauth-ruby
202-
203-
[mailinglist]: http://groups.google.com/group/oauth-ruby
204-
205-
[liberapay_donate]: https://liberapay.com/pboling/donate
206-
207-
[aboutme]: https://about.me/peter.boling
208-
209-
[angelme]: https://angel.co/peter-boling
210-
211176
[coderme]:http://coderwall.com/pboling
212-
213-
[politicme]: https://nationalprogressiveparty.org
214-
215-
[followme-img]: https://img.shields.io/twitter/follow/galtzo.svg?style=social&label=Follow
216-
217-
[tweetme]: http://twitter.com/galtzo
218-
177+
[depfu]: https://depfu.com/github/oauth-xx/oauth-ruby?project_id=22868
219178
[documentation]: https://rubydoc.info/github/oauth-xx/oauth-ruby
220-
221-
[source]: https://github.com/oauth-xx/oauth-ruby/
222-
223-
[climate_maintainability]: https://codeclimate.com/github/oauth-xx/oauth-ruby/maintainability
224-
225-
[chat]: https://gitter.im/oauth-xx/oauth-ruby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
226-
227-
[blogpage]: http://www.railsbling.com/tags/oauth/
228-
229-
[maintenancee_policy]: https://guides.rubyonrails.org/maintenance_policy.html#security-issues
230-
179+
[followme-img]: https://img.shields.io/twitter/follow/galtzo.svg?style=social&label=Follow
180+
[gh_discussions]: https://github.com/oauth-xx/oauth-ruby/discussions
231181
[gh_sponsors]: https://github.com/sponsors/pboling
182+
[license]: https://github.com/oauth-xx/oauth-ruby/blob/master/LICENSE
183+
[license-ref]: https://opensource.org/licenses/MIT
184+
[liberapay_donate]: https://liberapay.com/pboling/donate
185+
[politicme]: https://nationalprogressiveparty.org
186+
[pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
187+
[rubygems]: https://rubygems.org/gems/oauth
188+
[security]: https://github.com/oauth-xx/oauth-ruby/blob/master/SECURITY.md
189+
[semver]: http://semver.org/
190+
[tweetme]: http://twitter.com/galtzo

SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## Supported Versions
44

5-
Which versions of your project are supported with security updates.
6-
75
| Version | Supported |
86
| ------- | ------------------ |
97
| 0.7.x | :white_check_mark: |
@@ -13,4 +11,6 @@ Which versions of your project are supported with security updates.
1311

1412
## Reporting a Vulnerability
1513

16-
Peter Boling is the primary maintainer of the oauth gem. Please find a way to [contact him directly](https://railsbling.com/contact) to report the issue. Include as much relevant information as possible.
14+
Peter Boling is the primary maintainer of the this gem. Please find a way to [contact him directly][contact] to report the issue. Include as much relevant information as possible.
15+
16+
[contact]: https://railsbling.com/contact

0 commit comments

Comments
 (0)