Fix link to .txt file

pull/14/head
Tim Skov Jacobsen 2020-02-18 11:58:00 +01:00
parent 2d085c9a49
commit 99b65310ed
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
"\n",
"It is the forces in these beam elements that we will work with and plot to see how they vary across the slab in each stage.\n",
"\n",
"![sketch](shear_key_sketch.PNG)\n",
"![sketch](shear_key_sketch.png)\n",
"\n",
"The end goal of this plotting procedure is to give a quick overview of the results after a calculation has finished, and to be able to flip through the Construction Stages to easily compare them. \n",
"\n",
@ -33,7 +33,7 @@
"> **Note:** Understanding the structural context of the dataset is not important for solving the exercise. The same concepts could be used for all other types of datasets. If you will, you can look at it as generic data which is to be filtered and plotted. \n",
"\n",
"### The dataset\n",
"The dataset is called `shear_keys_base_slab_v20.txt`. To get the file go [here](https://raw.githubusercontent.com/Python-Crash-Course/Python101/master/Session%206%20-%20Exercise%20(shear%20key%20plots)/shear_keys_base_slab_v20.txt), right-click and choose \"save as\". Select `.txt` as file format. Save the file in the same folder as your script for this exercise. \n",
"The dataset is called `shear_keys_base_slab_v20.txt`. To get the file go [here](https://raw.githubusercontent.com/Python-Crash-Course/Python101/master/Session%206%20-%20Exercise%20\\(shear%20key%20plots\\)/shear_keys_base_slab_v20.txt), right-click and choose \"save as\". Select `.txt` as file format. Save the file in the same folder as your script for this exercise. \n",
"\n",
"\n",
"## The exercise\n",