Skip to content

Commit ad2620e

Browse files
committed
Update the navigation links to use https and match the main KWG navigation
1 parent f25126f commit ad2620e

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

dr-app/public/views/homepage.html

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,32 +82,37 @@
8282
<span></span>
8383
<ul class="nav" id="menu">
8484
<li class="nav-item">
85-
<a href="https://stko-kwg.geog.ucsb.edu/#/">
86-
<p class="item">Explore</p>
85+
<a href="https://www.knowwheregraph.org/graph/">
86+
<p class="item">The Graph</p>
8787
</a>
8888
</li>
8989
<li class="nav-item">
90-
<a href="http://knowwheregraph.org/prototypes/">
91-
<p class="item">Prototypes</p>
90+
<a href="https://www.knowwheregraph.org/tools/">
91+
<p class="item">Tools</p>
9292
</a>
9393
</li>
9494
<li class="nav-item">
95-
<a href="http://knowwheregraph.org/people/">
96-
<p class="item">People</p>
95+
<a href="https://www.knowwheregraph.org/pilots/">
96+
<p class="item">Pilots</p>
9797
</a>
9898
</li>
9999
<li class="nav-item">
100-
<a href="http://knowwheregraph.org/publications/">
100+
<a href="https://www.knowwheregraph.org/people/">
101+
<p class="item">People</p>
102+
</a>
103+
</li>
104+
<li class="nav-item">
105+
<a href="https://knowwheregraph.org/publications/">
101106
<p class="item">Publications</p>
102107
</a>
103108
</li>
104109
<li class="nav-item">
105-
<a href="http://knowwheregraph.org/about/">
110+
<a href="https://knowwheregraph.org/about/">
106111
<p class="item">About</p>
107112
</a>
108113
</li>
109114
<li class="nav-item">
110-
<a href="http://knowwheregraph.org/contact/">
115+
<a href="https://knowwheregraph.org/contact/">
111116
<p class="item">Contact</p>
112117
</a>
113118
</li>

0 commit comments

Comments
 (0)