Skip to content

Commit 1d2bfeb

Browse files
committed
fix: unirest-java proper naming and updated linkage to unirest site
1 parent ce82293 commit 1d2bfeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/targets/java/unirest.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = function (options) {
4141

4242
module.exports.info = {
4343
key: 'unirest',
44-
title: 'JAVA',
44+
title: 'Unirest',
4545
link: 'http://unirest.io/java.html',
46-
description: 'Unirest Java interface'
46+
description: 'Lightweight HTTP Request Client Library'
4747
}

src/targets/node/unirest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ module.exports = function (source, options) {
9898
module.exports.info = {
9999
key: 'unirest',
100100
title: 'Unirest',
101-
link: 'http://unirest.io/',
101+
link: 'http://unirest.io/nodejs.html',
102102
description: 'Lightweight HTTP Request Client Library'
103103
}

0 commit comments

Comments
 (0)