diff --git a/js/api-main.js b/js/api-main.js
index 83cc682568..3fd78d0892 100644
--- a/js/api-main.js
+++ b/js/api-main.js
@@ -254,7 +254,7 @@
Fee: '15',
Flags: 0
},
- _description: 'Submits a transaction to the network. Please, only use test accounts here.',
+ _description: 'Submits a transaction to the network. Please, only use test accounts here.',
_link: 'rippled-apis.html#submit'
});
@@ -271,7 +271,7 @@
},
secret : "sssssssssssssssssssssssssssss",
offline: false,
- _description: 'Sends a transaction to be signed by the server. Please, only use test accounts here.',
+ _description: 'Sends a transaction to be signed by the server. Please, only use test accounts here.',
_link: 'rippled-apis.html#sign'
});
@@ -314,7 +314,8 @@
var message = command.message;
if (command._description) {
- $(description).text(command._description).show();
+ //$(description).html(command._description).show();
+ $(description).html($('').attr('href', command._link).html(command._description));
} else {
$(description).hide();
}