Skip to content

Commit

Permalink
Merge tonsky#243
Browse files Browse the repository at this point in the history
243: Fix some broken links in readme r=olleolleolle a=Aliciawyse

The Gemstash README.md includes a section titled [Deep Dive](https://github.com/rubygems/gemstash#deep-dive) that includes topics for further reading. Two of those topics, "Private Gems" and "Multiple Gem Sources", have their own README.md files. In those
READMEs is a broken link to the Gemstash's Quickstart section. This commit fixes that.

I did this by updating the specific `man` files and then I ran `rake doc`. This kicked off a task to update the corresponding files in the `docs` directory. 

Co-authored-by: Barrett <[email protected]>
  • Loading branch information
bundlerbot[bot] and Aliciawyse committed Jul 9, 2019
2 parents f71b76c + 5234d5e commit 3de1fc7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/gemstash-multiple-sources.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ stashed within your Gemstash server.
## Default Source

When you don’t provide an explicit source (as with the [Quickstart
Guide](gemstash-readme.7.md#quickstart-guide)), your gems will be
fetched from https://rubygems.org. This default source is not set in
stone. To change it, you need only edit the Gemstash configuration found
at `~/.gemstash/config.yml`:
Guide](../readme.md#quickstart-guide)), your gems will be fetched from
https://rubygems.org. This default source is not set in stone. To change
it, you need only edit the Gemstash configuration found at
`~/.gemstash/config.yml`:

``` yaml
# ~/.gemstash/config.yml
Expand Down
6 changes: 3 additions & 3 deletions docs/gemstash-private-gems.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

Stashing private gems in your Gemstash server requires a bit of
additional setup. If you haven’t read through the [Quickstart
Guide](gemstash-readme.7.md#quickstart-guide), you should do that first.
By the end of this guide, you will be able to interact with your
Gemstash server to store and retrieve your private gems.
Guide](../readme.md#quickstart-guide), you should do that first. By the
end of this guide, you will be able to interact with your Gemstash
server to store and retrieve your private gems.

## Authorizing

Expand Down
2 changes: 1 addition & 1 deletion man/gemstash-multiple-sources.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ to the provided URL. Redirected calls like this will not be cached by Gemstash,
and gem files will not be stashed, even if they were previously cached or
stashed from the same gem source.

[README_QUICKSTART]: ./gemstash-readme.7.md#quickstart-guide
[README_QUICKSTART]: ../readme.md#quickstart-guide
2 changes: 1 addition & 1 deletion man/gemstash-private-gems.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,5 @@ Behind the scene, Bundler will pick up the ENV var according to the host name
The API key is treated as a HTTP Basic Auth username and any HTTP Basic password
supplied will be ignored.

[README_QUICKSTART]: ./gemstash-readme.7.md#quickstart-guide
[README_QUICKSTART]: ../readme.md#quickstart-guide
[CONFIG_KEYS]: http://bundler.io/man/bundle-config.1.html#CONFIGURATION-KEYS

0 comments on commit 3de1fc7

Please sign in to comment.