diff options
author | Sashi20 | 2017-11-28 14:40:33 +0530 |
---|---|---|
committer | GitHub | 2017-11-28 14:40:33 +0530 |
commit | 80535560816f69eddc835e3b702653a576ce30c2 (patch) | |
tree | 9e6458a8ab13b47da58715d141e9604960f37734 /website/templates/home.html | |
parent | 41d5ff4ea00d1ada359684c7e1bd3290254eefb9 (diff) | |
parent | a2add6078d90010a9081bb1ad99633622c491faf (diff) | |
download | SciPy2017-80535560816f69eddc835e3b702653a576ce30c2.tar.gz SciPy2017-80535560816f69eddc835e3b702653a576ce30c2.tar.bz2 SciPy2017-80535560816f69eddc835e3b702653a576ce30c2.zip |
Merge pull request #45 from Sashi20/devel
Changed general instructions pdf
Diffstat (limited to 'website/templates/home.html')
-rw-r--r-- | website/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/home.html b/website/templates/home.html index 2d99f65..c8627ac 100644 --- a/website/templates/home.html +++ b/website/templates/home.html @@ -604,7 +604,7 @@ <tr> <td>General Instructions</td> <td width="60%">These instructions will help you during the stay at IIT Bombay. </td> - <td><a href="{% static 'pdf/instructions.pdf' %}" target="_blank">View here</a> </td> + <td><a href="{% static 'pdf/Information Guide for SciPy India 2017 Conference.pdf' %}" target="_blank">View here</a> </td> </tr> <!-- <tr> |