Skip to content

Commit ba8b9f3

Browse files
committed
Removing Absolute URL's
1 parent f91dbc6 commit ba8b9f3

8 files changed

+9
-9
lines changed

_includes/content-header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</center>
4141
</div>
4242
<div style="margin-top:1em;">
43-
<a href="http://chtc.cs.wisc.edu/">
43+
<a href="{{'/' | relative_url }}">
4444
<img alt="Center for High Throughput Computing" src="{{ '/images/CHTC-logo.png' | relative_url }}" width="500" height="90">
4545
</a>
4646
</div>

_includes/template-4-mainbody.shtml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Tues/Thurs, 3-5pm
1717
Click for details
1818
</center></a></span>
1919
<p style="margin-bottom: 1px;"></p>
20-
<center><a href="http://chtc.cs.wisc.edu/sign-in' | relative_url }}" style="color:white;">Sign-In Here</a></center>
20+
<center><a href="{{ '/sign-in' | relative_url }}" style="color:white;">Sign-In Here</a></center>
2121
</div>
2222

23-
<div style="margin-top:1em;"><a href="http://chtc.cs.wisc.edu/"><img alt="Center for High Throughput Computing" src="/images/CHTC-logo.png" width="500" height="90"></a></div>
23+
<div style="margin-top:1em;"><a href="{{ '/' | relative_url }}"><img alt="Center for High Throughput Computing" src="/images/CHTC-logo.png" width="500" height="90"></a></div>
2424

archive_html/HPCuseguide.shtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ multiple servers of dozens to hundreds of cores. All other computational work, i
1313
<br><br>
1414
Before using the campus-shared HPC Cluster or any CHTC computing resource, <b>you will need to
1515
obtain access</b> by
16-
filling out the <a href="http://chtc.cs.wisc.edu/form">
16+
filling out the <a href="{{'/form' | relative_url }}">
1717
Large-Scale Computing Request Form</a> on our website so that our Research Computing Facilitators
1818
can make sure to match you to the best computing resources (including non-CHTC services).
1919
<br><br>

archive_html/presentations.shtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
<body>
77
</body>
88
</html>
9-
<h1><a href="http://chtc.cs.wisc.edu/presentations/">The Presentations page has moved to http://chtc.cs.wisc.edu/presentations/</a></h1>
9+
<h1><a href="{{'/presentations/' | relative_url }}">The Presentations page has moved to http://chtc.cs.wisc.edu/presentations/</a></h1>
1010

archive_html/user-meeting.shtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<title>Center for High Throughput Computing</title>
55
</head>
66
<body>
7-
<h1><a href="http://chtc.cs.wisc.edu/user-meeting/">Center for High Throughput Computing</a></h1>
7+
<h1><a href="{{'/user-meeting/' | relative_url }}">Center for High Throughput Computing</a></h1>
88
</body>
99
</html>

dev_website/images/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Center for High Throughput Computing</title>
55
</head>
66
<body>
7-
<h1><a href="http://chtc.cs.wisc.edu">Center for High Throughput
7+
<h1><a href="{{'' | relative_url }}">Center for High Throughput
88
Computing</a></h1>
99
</body>
1010
</html>

dev_website/includes/template-4-mainbody.shtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Every Wednesday, 9:30am-11:30am
1010
<br>
1111
Discovery (WID), room 1157</span></div>
1212

13-
<div style="margin-top:1em;"><a href="http://chtc.cs.wisc.edu/"><img alt="Center for High Throughput Computing" src="/images/CHTC-logo.png" width="500" height="90"></a></div>
13+
<div style="margin-top:1em;"><a href="{{ '/' | relative_url }}"><img alt="Center for High Throughput Computing" src="/images/CHTC-logo.png" width="500" height="90"></a></div>
1414

1515

1616
<!--#if expr="x$title != x"-->

images/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Center for High Throughput Computing</title>
55
</head>
66
<body>
7-
<h1><a href="http://chtc.cs.wisc.edu">Center for High Throughput
7+
<h1><a href="{{'/' | relative_url }}">Center for High Throughput
88
Computing</a></h1>
99
</body>
1010
</html>

0 commit comments

Comments
 (0)