Skip to content

Commit 31d8a05

Browse files
committed
fix: fixed the link on technology page
1 parent 33fda73 commit 31d8a05

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_includes/research.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,13 @@ <h2>Text and Speech</h2>
167167
</div>
168168

169169
<div
170-
id="technology"
170+
id="tech"
171171
class="research-section col-md-8 offset-md-1 container"
172172
>
173173
<h2>Technology</h2>
174174
<div class="research-item">
175175
<a
176-
class="text-and-speech-0"
176+
class="tech-0"
177177
href="https://research.ibm.com/blog/ibm-pytorch-cloud-ai-ethernet"
178178
>Bringing massive AI models to any cloud</a
179179
>

_includes/research_side_nav.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@
1212
<li><a href="#nlp">NLP</a></li>
1313
<li><a href="#robotics">Robotics</a></li>
1414
<li><a href="#text-and-speech">Text and Speech</a></li>
15-
<li><a href="#technology">Technology</a></li>
15+
<li><a href="#tech">Technology</a></li>
1616
</ul>
1717
</ul>
1818
</div>
1919

2020
<script>
2121
$("#research-sidebar-list li a").on("click", function (e) {
2222
var href = $(this).attr("href");
23+
2324
$("html, body")
2425
.stop()
2526
.animate(

0 commit comments

Comments
 (0)