mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-07 03:40:27 +00:00
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>
This commit is contained in:
committed by
David Kinder
parent
6d2553532a
commit
ce7257e12e
5
doc/static/acrn-custom.js
vendored
Normal file
5
doc/static/acrn-custom.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
/* tweak logo link */
|
||||
|
||||
$(document).ready(function(){
|
||||
$( ".icon-home" ).attr("href", "https://projectacrn.org/");
|
||||
});
|
Reference in New Issue
Block a user