Skip to content

Commit 5ced89e

Browse files
Merge pull request #1 from danielgruesso/danielgruesso-patch-1
Update git clone placeholder text
2 parents 5774aea + 96b7f5f commit 5ced89e

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)