Skip to content

Commit ba5d5d9

Browse files
committed
[meta] update instructions to reflect main default branch
1 parent 26a7a9b commit ba5d5d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Please ensure the following:
1313

1414
Follow these steps:
1515
1. Click the green ["use this template"](https://github.com/tc39/template-for-proposals/generate) button in the repo header. (Note: Do not fork this repo in GitHub's web interface, as that will later prevent transfer into the TC39 organization)
16-
1. Go to your repo settings “Options” page, under “GitHub Pages”, and set the source to the **master branch** (and click Save, if it does not autosave this setting)
16+
1. Go to your repo settings “Options” page, under “GitHub Pages”, and set the source to the **main branch** under the root (and click Save, if it does not autosave this setting)
1717
1. check "Enforce HTTPS"
1818
1. On "Options", under "Features", Ensure "Issues" is checked, and disable "Wiki", and "Projects" (unless you intend to use Projects)
1919
1. Under "Merge button", check "automatically delete head branches"
@@ -43,7 +43,7 @@ Follow these steps:
4343

4444
```markdown
4545
You can browse the [ecmarkup output](https://ACCOUNT.github.io/PROJECT/)
46-
or browse the [source](https://github.com/ACCOUNT/PROJECT/blob/master/spec.emu).
46+
or browse the [source](https://github.com/ACCOUNT/PROJECT/blob/HEAD/spec.emu).
4747
```
4848

4949
where *ACCOUNT* and *PROJECT* are the first two path elements in your project's Github URL.
@@ -56,5 +56,5 @@ Follow these steps:
5656
1. Make your changes to `spec.emu` (ecmarkup uses HTML syntax, but is not HTML, so I strongly suggest not naming it ".html")
5757
1. Any commit that makes meaningful changes to the spec, should run `npm run build` and commit the resulting output.
5858
1. Whenever you update `ecmarkup`, run `npm run build` and commit any changes that come from that dependency.
59-
60-
[explainer]: https://github.com/tc39/how-we-work/blob/master/explainer.md
59+
60+
[explainer]: https://github.com/tc39/how-we-work/blob/HEAD/explainer.md

0 commit comments

Comments
 (0)