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.
1 parent 834e4ea commit b2b36ffCopy full SHA for b2b36ff
src/gitClone.ts
@@ -166,7 +166,7 @@ class GitCloneForm extends Widget {
166
node.className = 'jp-RedirectForm';
167
warning.className = 'jp-RedirectForm-warning';
168
text.textContent = 'Enter the Clone URI of the repository';
169
- input.placeholder = 'https://github.com/jupyterlab/jupyterlab-git.git';
+ input.placeholder = 'https://host.com/org/repo.git';
170
171
label.appendChild(text);
172
label.appendChild(input);
0 commit comments