Hacker News new | ask | show | jobs
by eevilspock 1355 days ago
> The syntax href="../" specifies that we are referring to a file in the directory containing the current file.

".." navigates to the parent directory of the directory containing the current file.

"." refers to the directory containing the current file.