Skip to content

Commit c5f622f

Browse files
committed
fix link in user showcase
1 parent 5023989 commit c5f622f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h4>In the cloud</h4>
121121
<div class="content">
122122
<h3>Who's using Node-RED?</h3>
123123
<ul id="user-list">
124-
<li><a href="https://vwww.vigilent.com"><img src="users/vigilent.png"/></a></li>
124+
<li><a href="https://www.vigilent.com"><img src="users/vigilent.png"/></a></li>
125125
<li><a href="https://entelligently.com"><img src="users/entelligently.png"/></a></li>
126126
<li><a href="https://st-one.io/"><img src="users/st-one.png"/></a></li>
127127
<li><a href="https://www.aiomeet.com/"><img src="users/aiomeet.png"/></a></li>
@@ -178,4 +178,4 @@ <h3>On the blog <a class="box-link" href="/blog/">more</a></h3>
178178
list.empty();
179179
items.appendTo(list);
180180
})
181-
</script>
181+
</script>

0 commit comments

Comments
 (0)