Skip to content

Commit effed8a

Browse files
authored
Merge pull request #1307 from dsblank/patch-1
Added target="_blank"to nbviewer link so it doesn't take you away
2 parents 6f17ce4 + 14cc6c7 commit effed8a

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)