AGS-Programming-Group / Ags-Programming-Group.github.io

AGS Programming Website
https://ags-programming-group.github.io/
2 stars 3 forks source link

Use Relative Paths rather than Absolute paths #15

Open Icedude907 opened 6 years ago

Icedude907 commented 6 years ago

Just a quick thing from a random child. I noticed that in some the html files some links are absolute eg: https://ags-programming-group.github.io/button.css. This should be changed to /button.css to allow editing of files that may have been removed, allow editing offline and on the whole just make it easier to work with. Not a insanely important matter, but I will probably fix it if I start to work on this project with a pull request.

From your friendly neighbourhood weird little kid Icedude907

Yamboy1 commented 6 years ago

Yeah i thought about this, then decided to make most of the links absolute

Yamboy1 commented 6 years ago

but then i guess it's a good idea to change them back

Yamboy1 commented 6 years ago

the only thing is that if im not on a webserver, it stuffs up and thinks i want to access a file in the root directory of my computer @Icedude907

Yamboy1 commented 6 years ago

what do you think @blazingforest