aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Formula-Cookbook.md
diff options
context:
space:
mode:
authorMike McQuaid2018-02-22 18:47:29 +0000
committerMike McQuaid2018-02-22 18:47:29 +0000
commit977c3323d2a795d6f57cd70cb6b2453f38084ed9 (patch)
tree608f298119daa6890a65b05e1804b14eca0459da /docs/Formula-Cookbook.md
parent14d54ed4b6b61c99abc4517d73d2b35079febdc7 (diff)
downloadbrew-977c3323d2a795d6f57cd70cb6b2453f38084ed9.tar.bz2
docs.brew.sh updates
- Remove no longer needed `acme-challenge` file - Set title, description, social image, logo, etc. for SEO - Use extensionless permalinks (old links still work) - Cleanup `_config.yml` - Import latest `_layouts/base` from https://brew.sh
Diffstat (limited to 'docs/Formula-Cookbook.md')
-rw-r--r--docs/Formula-Cookbook.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md
index c4db9e9f8..1f2b2e89e 100644
--- a/docs/Formula-Cookbook.md
+++ b/docs/Formula-Cookbook.md
@@ -344,7 +344,7 @@ If you have already forked Homebrew on GitHub, then you can manually push (just
git push https://github.com/myname/homebrew-core/ <what-you-called-your-branch>
```
-Now, [open a pull request](https://docs.brew.sh/How-To-Open-a-Homebrew-Pull-Request.html) for your changes.
+Now, [open a pull request](https://docs.brew.sh/How-To-Open-a-Homebrew-Pull-Request) for your changes.
* One formula per commit; one commit per formula
* Keep merge commits out of the pull request