Skip to content

Commit c9aa157

Browse files
authored
Update setup.html
1 parent 6ae0811 commit c9aa157

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

_includes/dc/setup.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<p>
99
The setup instructions for the Data Carpentry Astronomy workshops
10-
can be found at <a href="https://datacarpentry.org/astronomy-python/index.html#setup">
10+
can be found at <a href="https://datacarpentry.org/astronomy-python/setup.html">
1111
the curriculum site</a>.
1212
</p>
1313

@@ -40,22 +40,22 @@
4040
{% endcomment %}
4141

4242
{% elsif site.curriculum == "dc-genomics" %}
43-
<p>The setup instructions for the Data Carpentry Genomics workshops can be found at <a href="https://datacarpentry.org/genomics-workshop/index.html#setup">the workshop overview site</a></p>.
43+
<p>The setup instructions for the Data Carpentry Genomics workshops can be found at <a href="https://datacarpentry.org/genomics-workshop/setup.html">the workshop overview site</a></p>.
4444

4545
{% comment %}
4646
Geospatial workshops
4747
{% endcomment %}
4848

4949
{% elsif site.curriculum == "dc-geospatial" %}
50-
<p>The setup instructions for the Data Carpentry Geospatial workshop can be found at <a href="https://datacarpentry.org/geospatial-workshop/index.html#setup">the workshop overview site</a>.</p>
50+
<p>The setup instructions for the Data Carpentry Geospatial workshop can be found at <a href="https://datacarpentry.org/geospatial-workshop/#setup">the workshop setup page</a>.</p>
5151

5252
{% comment %}
5353
Image workshops
5454
{% endcomment %}
5555

5656
{% elsif site.curriculum == "dc-image" %}
5757

58-
<p>The setup instructions for Data Carpentry Image Processing workshops can be found at <a href="https://datacarpentry.org/image-processing/index.html#setup">the curriculum site</a>.</p>
58+
<p>The setup instructions for Data Carpentry Image Processing workshops can be found at <a href="https://datacarpentry.org/image-processing/setup/">the curriculum site</a></p>.
5959

6060
{% comment %}
6161
Social sciences workshops
@@ -68,6 +68,13 @@
6868
The setup instructions for the Data Carpentry Social Sciences
6969
workshops (with R) can be found at <a href="https://datacarpentry.org/socialsci-workshop/setup-r-workshop.html">
7070
the workshop overview site</a>.
71+
72+
<strong>Please check the "Setup" page of the
73+
<a href ="https://carpentries-incubator.github.io/python-intermediate-development/">lesson site</a> for instructions to follow
74+
to obtain the software and data you will need to follow the lesson.</strong>
75+
Be sure to check your setup prior to the workshop — the earlier the better. If you need any assistance, please visit the <a href ="https://hub.datascience.wisc.edu/consultation/#:~:text=expertise%20you%20need.-,Coding%20Meetup,-Coding%20Meetup%20is">Data Science Hub</a> on Thursdays, 2:30-4:30pm. For appointments outside of Coding Meetup, please email <a href ="mailto:[email protected]">[email protected]</a>.
76+
{% endif %}
77+
7178
</p>
7279

7380
{% elsif site.flavor == "python" %}
@@ -82,4 +89,5 @@
8289

8390
{% else %}
8491
{% include warning-curriculum.html %}
92+
8593
{% endif %}

0 commit comments

Comments
 (0)