ANONYMOUS wrote:
> "fixed" in the sense that I have figured out why I was getting the error
>
> upon further inspection, its a bad href from the main project page. still suboptimal, I spent 20 minutes so far trying to get the resource. I believe that your error is in here:
>
> ```
> ...has templates for the Timesheets, Minutes
> and Booked Hours.)
>
> <a href="project.html">Project page</a>
> page.
> The
> <a href="timetable.html">Project Timetable</a>
>
> (Minutes, TimeSheets and the Booked Hours will be discussed in the Introduction lecture.
> ```
>
> you are linking to project.html from itself which is why it gets directed to /project/project.html which does not exist. fun stuff.
Hi,
That is curious, as the basic infrastructure of the unit has been the same for, say, 10 years. I have thus far assumed that if a url is using relative addressing, and .html file is named, with out further annotation, that it lives in the same directory, so Project.html == ../Project.html (which is clearly self referential but should make no difference). Which browser and OS are you using, please?
Cheers
MichaelW
👨🎨