Skip to content

Commit b2b36ff

Browse files
danielgruessojaipreet-s
authored andcommitted
Update git clone placeholder text to illustrate integration works with any git host (#371)
1 parent 834e4ea commit b2b36ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gitClone.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class GitCloneForm extends Widget {
166166
node.className = 'jp-RedirectForm';
167167
warning.className = 'jp-RedirectForm-warning';
168168
text.textContent = 'Enter the Clone URI of the repository';
169-
input.placeholder = 'https://github.com/jupyterlab/jupyterlab-git.git';
169+
input.placeholder = 'https://host.com/org/repo.git';
170170

171171
label.appendChild(text);
172172
label.appendChild(input);

0 commit comments

Comments
 (0)