To change the live version, files need to be placed at `/www/docs/courses/02508`. For example, in command line, you can use ssh or sftp to connect to server and transfer files. For easier transfer, we could clone this repo, and then pull the changes. But as long as it's only one `index.html` file, we can just copy that one file.
## Publishing
To change the live version, you need to place files at `/www/docs/courses/02508`. For example, in command line, you can use ssh or sftp to connect to server `thinlinc.compute.dtu.dk` then navigate to `/www/docs/courses/02508` and transfer files. Steps to achieve this are:
Known issues: when transfering files, the capitalization of filenames may be inconsistend. E.g. a file named Coal.png will not be changed to coal.png, only the file content is changed, and the link will appear broken.
Known issues: when transfering files, the capitalization of filenames may be inconsistend. E.g. localy changing `Image.png` to `image.png` will remotely only change the content, not the filename, and the link will appear broken.