Skip to content

Commit 6736f79

Browse files
committed
uncapitalize several doc files
* `alternate_cask_taps.md` * `automation.md` * `hacking.md` * `releasing.md`
1 parent 9d9844b commit 6736f79

9 files changed

+5
-5
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,6 @@ Neat and tidy!
410410
## Working On homebrew-cask Itself
411411

412412
If you'd like to hack on the Ruby code in the project itself, please
413-
see [HACKING.md](doc/HACKING.md).
413+
see [hacking.md](doc/hacking.md).
414414

415415
# <3 THANK YOU! <3

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ open ~/Applications/"Google Chrome.app"
3030

3131
* Find basic documentation on using homebrew-cask in [USAGE.md](USAGE.md)
3232
* Want to contribute a Cask? Awesome! See [CONTRIBUTING.md](CONTRIBUTING.md)
33-
* Want to hack on our code? Also awesome! See [HACKING.md](doc/HACKING.md)
33+
* Want to hack on our code? Also awesome! See [hacking.md](doc/hacking.md)
3434
* More project-related details and discussion are available in [FAQ.md](doc/FAQ.md) and [CASK_LANGUAGE_REFERENCE.md](doc/CASK_LANGUAGE_REFERENCE.md)
3535

3636
## Questions? Wanna chat?

USAGE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ of Casks.
153153
| [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
154154
| [caskroom/unofficial](https://github.com/caskroom/homebrew-unofficial) | contains Casks that install unofficial builds or forks
155155

156-
There are also [alternate Cask Taps](doc/ALTERNATE_CASK_TAPS.md#alternate-cask-taps-maintained-by-users) maintained by users.
156+
There are also [alternate Cask Taps](doc/alternate_cask_taps.md#alternate-cask-taps-maintained-by-users) maintained by users.
157157

158158
You can tap any of the above with a `brew tap` command:
159159

developer/bin/get_release_tag

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Arguments:
127127
-verbose Output a table, possibly including both latest existing and
128128
proposed new tags.
129129
130-
See RELEASING.md for more information.
130+
See doc/releasing.md for more information.
131131
132132
"
133133
exit

doc/FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lot of the Homebrew stuff we lean on now.
4949

5050
## Can I set up my own Cask Tap?
5151

52-
Yes! See [ALTERNATE_CASK_TAPS.md](ALTERNATE_CASK_TAPS.md).
52+
Yes! See [alternate_cask_taps.md](alternate_cask_taps.md).
5353

5454
## Can I install a version other than the English one?
5555

File renamed without changes.
File renamed without changes.

doc/HACKING.md doc/hacking.md

File renamed without changes.

doc/RELEASING.md doc/releasing.md

File renamed without changes.

0 commit comments

Comments
 (0)