acrn-hypervisor/doc/static/acrn-custom.js
David B. Kinder ce7257e12e doc: tweak logo href to projectacrn.org
Have the logo link to the project site rather than the doc site

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2018-07-31 12:04:36 -07:00

6 lines
120 B
JavaScript

/* tweak logo link */
$(document).ready(function(){
$( ".icon-home" ).attr("href", "https://projectacrn.org/");
});