Skip to content

Commit 5605f38

Browse files
author
Benjamin E. Coe
authored
docs(nodejs): move branch references to main (#1174)
1 parent df7fc1e commit 5605f38

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

synthtool/gcp/templates/node_library/.github/generated-files-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ generatedFiles:
88
- path: '.github/generated-files-bot.+(yml|yaml)'
99
message: '`.github/generated-files-bot.(yml|yaml)` should be updated in [`synthtool`](https://github.com/googleapis/synthtool)'
1010
- path: 'README.md'
11-
message: '`README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/master/.readme-partials.yaml'
11+
message: '`README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/{{ metadata['repo']['default_branch'] }}/.readme-partials.yaml'
1212
- path: 'samples/README.md'
13-
message: '`samples/README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/master/.readme-partials.yaml'
13+
message: '`samples/README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/{{ metadata['repo']['default_branch'] }}/.readme-partials.yaml'
1414
ignoreAuthors:
1515
- 'gcf-owl-bot[bot]'
1616
- 'yoshi-automation'

synthtool/gcp/templates/node_library/.kokoro/continuous/node10/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synthtool/gcp/templates/node_library/.kokoro/continuous/node10/test.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synthtool/gcp/templates/node_library/.kokoro/presubmit/node10/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synthtool/gcp/templates/node_library/.kokoro/samples-test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synthtool/gcp/templates/node_library/.kokoro/system-test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synthtool/gcp/templates/node_library/.kokoro/test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synthtool/gcp/templates/node_library/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
{{ metadata['repo']['release_level']|release_quality_badge }}
1212
[![npm version](https://img.shields.io/npm/v/{{ metadata['name'] }}.svg)](https://www.npmjs.org/package/{{ metadata['name'] }})
13-
[![codecov](https://img.shields.io/codecov/c/github/{{ metadata['repo']['repo'] }}/master.svg?style=flat)](https://codecov.io/gh/{{ metadata['repo']['repo'] }})
13+
[![codecov](https://img.shields.io/codecov/c/github/{{ metadata['repo']['repo'] }}/{{metadata['repo']['default_branch']}}.svg?style=flat)](https://codecov.io/gh/{{ metadata['repo']['repo'] }})
1414

1515
{% if metadata['deprecated'] %}
1616
| :warning: Deprecated Module |
@@ -146,8 +146,8 @@ Contributions welcome! See the [Contributing Guide](https://github.com/{{ metada
146146
Please note that this `README.md`, the `samples/README.md`,
147147
and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)
148148
are generated from a central template. To edit one of these files, make an edit
149-
to its template in this
150-
[directory](https://github.com/googleapis/synthtool/tree/master/synthtool/gcp/templates/node_library).
149+
to its templates in
150+
[directory](https://github.com/googleapis/synthtool).
151151

152152
## License
153153

0 commit comments

Comments
 (0)