We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d243b0d + c269970 commit 22e2e27Copy full SHA for 22e2e27
docs/link.rst
@@ -76,6 +76,11 @@ Use the following form to create your own ``nbgitpuller`` links.
76
<span class="input-group-text" id="branch-prepend-label">branch</span>
77
</div>
78
<input name="branch" id="branch" type="text" class="form-control" value="master" aria-label="Branch Name" aria-describedby="branch-prepend-label">
79
+ <small class="form-text text-muted">
80
+ Use <code>main</code> instead of <code>master</code> for
81
+ <a href="https://github.blog/changelog/2020-10-01-the-default-branch-for-newly-created-repositories-is-now-main/">
82
+ new GitHub repositories</a>
83
+ </small>
84
<div class="invalid-feedback">
85
Must specify a branch name
86
0 commit comments