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

Update README.md links #258

Merged
1 commit merged into from
Jan 30, 2020
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build
Status](https://travis-ci.org/rubygems/gemstash.svg?branch=master)](https://travis-ci.org/rubygems/gemstash)
[![Code
Climate](https://codeclimate.com/github/bundler/gemstash/badges/gpa.svg)](https://codeclimate.com/github/bundler/gemstash)
Climate](https://codeclimate.com/github/rubygems/gemstash/badges/gpa.svg)](https://codeclimate.com/github/rubygems/gemstash)

<p align="center"><img src="gemstash.png" /></p>

Expand All @@ -12,7 +12,7 @@ Climate](https://codeclimate.com/github/bundler/gemstash/badges/gpa.svg)](https:
Gemstash is both a cache for remote servers such as
https://rubygems.org, and a private gem source.

If you are using [bundler](http://bundler.io/) across many machines that
If you are using [bundler](http://rubygems.io/) across many machines that
have access to a server within your control, you might want to use
Gemstash.

Expand Down Expand Up @@ -162,7 +162,7 @@ An anatomy of various configuration and commands:
- [Version](docs/gemstash-version.1.md)

To see what has changed in recent versions of Gemstash, see the
[CHANGELOG](https://github.com/bundler/gemstash/blob/master/CHANGELOG.md).
[CHANGELOG](https://github.com/rubygems/gemstash/blob/master/CHANGELOG.md).

## Development

Expand All @@ -174,10 +174,10 @@ an interactive prompt that will allow you to experiment.
## Contributing

Bug reports and pull requests are welcome on GitHub at
https://github.com/bundler/gemstash. This project is intended to be a
https://github.com/rubygems/gemstash. This project is intended to be a
safe, welcoming space for collaboration, and contributors are expected
to adhere to the [Contributor
Covenant](https://github.com/bundler/gemstash/blob/master/CODE_OF_CONDUCT.md)
Covenant](https://github.com/rubygems/gemstash/blob/master/CODE_OF_CONDUCT.md)
code of conduct.

## License
Expand Down