mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-02 21:46:58 +00:00
Have the logo link to the project site rather than the doc site Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
/* tweak logo link */
|
|
|
|
$(document).ready(function(){
|
|
$( ".icon-home" ).attr("href", "https://projectacrn.org/");
|
|
});
|