- Joined
- Jun 11, 2012
- Messages
- 288
- Location
- Nz
i downloaded mine, but it has no real manual/pdf showing text and pictures.......first impression is i got "zipped off"....unless i do not know where to look.....(using imac) - the only thing that opened were a few pictures, and the electric schematic
The workshop manuals is are the folder 'Workshop' in a model specific folder like 'Workshop/Superbike_1199_Panigale_S_Tricolore_2012-13/Superbike_1199_Panigale_S_Tricolore' go there and click on the index.html file, brings up a pretyt picture then click that takes you to the manual.
On mac though you need to edit the index.html file as it is not properly coded (it uses windows paths!)
Copy the workshop folder to your harddisk (or just your model will do) then using osx terminal do this:
cd Workshop (or wherever you put the folder)
find . -name index.html -exec sed -e 's:\\images\\:/images/:g' -i .bak {} \;
this will fix the broken paths.
P