update: change link destination

This commit is contained in:
Daniel
2025-07-17 22:55:22 +02:00
committed by Nicolás Hatcher Andrés
parent c700101f35
commit f8af302413

View File

@@ -55,7 +55,7 @@ export function HelpMenu() {
onClick={() => { onClick={() => {
handleClose(); handleClose();
window.open( window.open(
"https://docs.ironcalc.com", "https://docs.ironcalc.com/web-application/about.html",
"_blank", "_blank",
"noopener,noreferrer", "noopener,noreferrer",
); );