js absolute path to relative code example
Example 1: javascript redirect
window.location.href = "http://mywebsite.com/home.html";
Example 2: absolute path and relative path
/* Absolute Path */
https://www.w3schools.com/images/picture.jpg
/* Relative Path */
/images/picture.jpg