I have installed redmine [ project management web application ] using bitnami on CentOS 6.4
Everything is ok but link of resources like css stylesheets are invalid.
For example I have this in main page :
<script src="//javascripts/jquery-1.8.3-ui-1.9.2-ujs-2.0.3.js?1379141328" type="text/javascript"></script>
This link has one more slash in beginning.
What`s the problem?