Skip to content

Commit 60f8ef2

Browse files
committed
Fixed redirect of jupytercon button inside the landing page jumbotron
1 parent 92eb7ef commit 60f8ef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<div class="col-md-12">
1111
<img src="/assets/jupytercon-logo.svg" id="jupytercon-logo" class="img-responsive"/>
1212
<h2 class="jupytercon-header">Announcing JupyterCon</h2>
13-
<h3 class="jupytercon-subheader">August 22, 2017 - August 25, 2017</h3>
13+
<h3 class="jupytercon-subheader">August 22 - 25, 2017</h3>
1414
<h3 class="jupytercon-subheader">New York, NY</h3>
1515
<div class="jupytercon-button">
16-
<a class="orange-button" href="https://try.jupyter.org/" target="_blank">Learn more about JupyterCon</a>
16+
<a class="orange-button" href="https://conferences.oreilly.com/jupyter/jup-ny" target="_blank">Learn more about JupyterCon</a>
1717
</div>
1818
</div>
1919
</div>

0 commit comments

Comments
 (0)