Skip to content

Commit ab33f8e

Browse files
committed
Replacing website repo with tutorial repo on download page
1 parent 961917e commit ab33f8e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

download.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
}
6767

6868
})
69-
$.getJSON("https://api.github.com/repos/su2code/su2code.github.io/releases/latest").done(function (data) {
69+
$.getJSON("https://api.github.com/repos/su2code/Tutorials/releases/latest").done(function (data) {
7070
$ ('#zip_ball_tut').attr("href", data.zipball_url)
7171
$ ('#tar_ball_tut').attr("href", data.tarball_url)
7272
})
@@ -217,8 +217,10 @@ <h2>Previous Versions</h2>
217217
<hr>
218218

219219
<h2>Tutorials</h2>
220-
<p>As part of our documentation and training, we ship a set of tutorials that walk the user through setting up and executing a number of examples. These cases start from the basics and help the user learn SU2 quickly. Later tutorials cover advanced SU2 capabilities, such as optimal shape design.</p>
221-
220+
<p>As part of our documentation and training, we ship a set of <a href="/tutorials/home/">tutorials</a> that walk the user through setting up and executing a number of examples. These cases start from the basics and help the user learn SU2 quickly. Later tutorials cover advanced SU2 capabilities, such as optimal shape design.</p>
221+
<p>
222+
You can get the most recent config and mesh files using the following links:
223+
</p>
222224
<center>
223225
<div class="row">
224226
<div class="col-sm-3 text-center">
@@ -230,9 +232,9 @@ <h2>Tutorials</h2>
230232
</div>
231233
</center>
232234
<br>
233-
<p>The entire set of documentation and tutorials ships with the main project website repository. You can download all of the necessary files (including config files and grids) using the following:</p>
235+
<p>Or you can directly clone the repository:</p>
234236

235-
<p><code>$ git clone https://github.com/su2code/su2code.github.io</code></p>
237+
<p><code>$ git clone https://github.com/su2code/Tutorials</code></p>
236238

237239
<br>
238240
<hr>

0 commit comments

Comments
 (0)