diff --git a/README.md b/README.md
index 04197a1..f8e5d0f 100644
--- a/README.md
+++ b/README.md
@@ -397,10 +397,10 @@ Please add your requests in the issues preferably with links to the vector files
## Neo4j

-## Netbeans
+## Netbeans

-## New Relic
+## New Relic

## NGINX
@@ -502,7 +502,7 @@ Please add your requests in the issues preferably with links to the vector files
## Scala

-## Segment
+## Segment

## Sinatra
@@ -514,7 +514,7 @@ Please add your requests in the issues preferably with links to the vector files
## Socket.io

-## Spring
+## Spring

## Stack Overflow
@@ -523,7 +523,7 @@ Please add your requests in the issues preferably with links to the vector files
## Stash

-## Struts
+## Struts

## Stylus
@@ -535,7 +535,7 @@ Please add your requests in the issues preferably with links to the vector files
## Swift

-## Symfony
+## Symfony

## Traackr
@@ -546,7 +546,7 @@ Please add your requests in the issues preferably with links to the vector files

-## Vaadin
+## Vaadin

## Vagrant
@@ -555,7 +555,7 @@ Please add your requests in the issues preferably with links to the vector files
## Visual Studio

-## Visual Website Optimizer
+## Visual Website Optimizer

## Vue.js
diff --git a/assets/logos.json b/assets/logos.json
index c8fd275..babc7e2 100644
--- a/assets/logos.json
+++ b/assets/logos.json
@@ -1350,7 +1350,7 @@
"netbeans.svg"
],
"shortname": "netbeans",
- "url": "",
+ "url": "https://netbeans.org/",
"tags": [
"editor",
"IDE"
@@ -1362,7 +1362,7 @@
"new-relic.svg"
],
"shortname": "new-relic",
- "url": "",
+ "url": "http://newrelic.com/",
"tags": [
"software analytics",
"SaaS"
@@ -1708,7 +1708,7 @@
"segment.svg"
],
"shortname": "segment",
- "url": "",
+ "url": "https://segment.com/",
"tags": [
"customer data analytics",
"service integration"
@@ -1750,7 +1750,7 @@
"spring.svg"
],
"shortname": "spring",
- "url": "",
+ "url": "https://spring.io/",
"tags": [
"java",
"framework"
@@ -1782,7 +1782,7 @@
"struts.svg"
],
"shortname": "struts",
- "url": "",
+ "url": "https://struts.apache.org/",
"tags": [
"java",
"framework"
@@ -1825,7 +1825,7 @@
"symfony.svg"
],
"shortname": "symfony",
- "url": "",
+ "url": "https://symfony.com/",
"tags": [
"php",
"framework"
@@ -1859,7 +1859,7 @@
"vaadin.svg"
],
"shortname": "vaadin",
- "url": "",
+ "url": "https://vaadin.com/",
"tags": [
"java",
"framework"
@@ -1894,7 +1894,7 @@
"visual_website_optimizer.svg"
],
"shortname": "visual_website_optimizer",
- "url": "",
+ "url": "https://vwo.com/",
"tags": [
"testing",
"a/b testing"
diff --git a/gulpfile.js b/gulpfile.js
index a414b9d..b6f4d24 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -38,6 +38,7 @@ gulp.task('templates', function () {
});
});
templateData.meta = meta.join(', ');
+ templateData.count = json.items.length;
return gulp.src('assets/templates/index.handlebars')
.pipe($.compileHandlebars(templateData, {