Skip to content

Commit 14cc6c7

Browse files
authored
Added target="_blank" so doesn't take you away
Otherwise, you can lose this page.
1 parent 6f17ce4 commit 14cc6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binderhub/templates/loading.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<div class="preview container">
4444
<p class="preview-text text-center">
4545
Here's a non-interactive preview on
46-
<a href="https://nbviewer.jupyter.org">nbviewer</a>
46+
<a target="_blank" href="https://nbviewer.jupyter.org">nbviewer</a>
4747
while we start a server for you.
4848
Your binder will open automatically when it is ready.
4949
</p>

0 commit comments

Comments
 (0)