From 6736f795f615690891b5ca8bf8cd2c44c55e9cd9 Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Tue, 2 Dec 2014 12:20:13 -0500 Subject: [PATCH] uncapitalize several doc files * `alternate_cask_taps.md` * `automation.md` * `hacking.md` * `releasing.md` --- CONTRIBUTING.md | 2 +- README.md | 2 +- USAGE.md | 2 +- developer/bin/get_release_tag | 2 +- doc/FAQ.md | 2 +- doc/{ALTERNATE_CASK_TAPS.md => alternate_cask_taps.md} | 0 doc/{AUTOMATION.md => automation.md} | 0 doc/{HACKING.md => hacking.md} | 0 doc/{RELEASING.md => releasing.md} | 0 9 files changed, 5 insertions(+), 5 deletions(-) rename doc/{ALTERNATE_CASK_TAPS.md => alternate_cask_taps.md} (100%) rename doc/{AUTOMATION.md => automation.md} (100%) rename doc/{HACKING.md => hacking.md} (100%) rename doc/{RELEASING.md => releasing.md} (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4c82dc1076..5dd8eeef69 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -410,6 +410,6 @@ Neat and tidy! ## Working On homebrew-cask Itself If you'd like to hack on the Ruby code in the project itself, please -see [HACKING.md](doc/HACKING.md). +see [hacking.md](doc/hacking.md). # <3 THANK YOU! <3 diff --git a/README.md b/README.md index 3a526d1aa5..af98a7fe4d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ $ open ~/Applications/"Google Chrome.app" * Find basic documentation on using homebrew-cask in [USAGE.md](USAGE.md) * Want to contribute a Cask? Awesome! See [CONTRIBUTING.md](CONTRIBUTING.md) - * Want to hack on our code? Also awesome! See [HACKING.md](doc/HACKING.md) + * Want to hack on our code? Also awesome! See [hacking.md](doc/hacking.md) * More project-related details and discussion are available in [FAQ.md](doc/FAQ.md) and [CASK_LANGUAGE_REFERENCE.md](doc/CASK_LANGUAGE_REFERENCE.md) ## Questions? Wanna chat? diff --git a/USAGE.md b/USAGE.md index b911fbe0eb..da3c10221a 100644 --- a/USAGE.md +++ b/USAGE.md @@ -153,7 +153,7 @@ of Casks. | [caskroom/fonts](https://github.com/caskroom/homebrew-fonts) | contains Casks that install fonts, which are kept separate so we can educate users about the different licensing landscape around font installation/usage | [caskroom/unofficial](https://github.com/caskroom/homebrew-unofficial) | contains Casks that install unofficial builds or forks -There are also [alternate Cask Taps](doc/ALTERNATE_CASK_TAPS.md#alternate-cask-taps-maintained-by-users) maintained by users. +There are also [alternate Cask Taps](doc/alternate_cask_taps.md#alternate-cask-taps-maintained-by-users) maintained by users. You can tap any of the above with a `brew tap` command: diff --git a/developer/bin/get_release_tag b/developer/bin/get_release_tag index 035404acbc..3ce41dae39 100755 --- a/developer/bin/get_release_tag +++ b/developer/bin/get_release_tag @@ -127,7 +127,7 @@ Arguments: -verbose Output a table, possibly including both latest existing and proposed new tags. -See RELEASING.md for more information. +See doc/releasing.md for more information. " exit diff --git a/doc/FAQ.md b/doc/FAQ.md index eef2f2c0f5..7263c91b33 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -49,7 +49,7 @@ lot of the Homebrew stuff we lean on now. ## Can I set up my own Cask Tap? -Yes! See [ALTERNATE_CASK_TAPS.md](ALTERNATE_CASK_TAPS.md). +Yes! See [alternate_cask_taps.md](alternate_cask_taps.md). ## Can I install a version other than the English one? diff --git a/doc/ALTERNATE_CASK_TAPS.md b/doc/alternate_cask_taps.md similarity index 100% rename from doc/ALTERNATE_CASK_TAPS.md rename to doc/alternate_cask_taps.md diff --git a/doc/AUTOMATION.md b/doc/automation.md similarity index 100% rename from doc/AUTOMATION.md rename to doc/automation.md diff --git a/doc/HACKING.md b/doc/hacking.md similarity index 100% rename from doc/HACKING.md rename to doc/hacking.md diff --git a/doc/RELEASING.md b/doc/releasing.md similarity index 100% rename from doc/RELEASING.md rename to doc/releasing.md