about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-06-24T01·32+0100
committertazjin <mail@tazj.in>2020-06-24T01·33+0000
commit8dedf9d0be823d99481505c52f3e101a54dc8a85 (patch)
tree1254cdc119e5df9062efeb9131f59938659781fe /docs
parent14317eea79fe8ea799a263542f126b59f4361d5c (diff)
chore: Update 'master -> canon' in various places r/1073
Change-Id: I901c023f707a0223af673c217c65434e26e2ab1f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/568
Reviewed-by: lukegb <lukegb@tvl.fyi>
Diffstat (limited to 'docs')
-rw-r--r--docs/REVIEWS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/REVIEWS.md b/docs/REVIEWS.md
index 5be81acbef..3f0036456b 100644
--- a/docs/REVIEWS.md
+++ b/docs/REVIEWS.md
@@ -49,13 +49,13 @@ and all development happens at `HEAD`.
 Every time you create a new commit the change hook will insert a unique
 `Change-Id` tag into the commit message. Once you are satisfied with the state
 of your commit and want to submit it for review, you push it to a git ref called
-`refs/for/master`. This designates the commits as changelists (CLs) targeted for
-the `master` branch.
+`refs/for/canon`. This designates the commits as changelists (CLs) targeted for
+the `canon` branch.
 
 ```
 Example:
 git commit -m 'docs(REVIEWS): Fixed all the errors in the reviews docs'
-git push origin HEAD:refs/for/master
+git push origin HEAD:refs/for/canon
 ```
 
 TIP: Every individual commit will become a separate change. We do not merge