--- a/api/index.html
+++ b/api/index.html
@@ -8,12 +8,13 @@
 <body>
 <div id="site-header">
 	<div class="wrapper">
-		<a href="http://opensourceprojects.eu" id="header-logo"><img src="logo.png"></a>
+		<a href="http://opensourceprojects.eu" id="header-logo"><img src="../logo.png"></a>
 	</div>
 </div>
 
 <div id="content_base">
 	<h1>PROSE platform API</h1>
+	&lt;<a href="..">Back to Index</a>
 
 	<p>One of the topics that came up during the Q&amp;A for the <a title="PROSE Platform Webinar on Youtube" href="https://www.youtube.com/watch?v=GkXX1HAn86g" target="_blank">PROSE platform webinar</a> was the use of an API to interact with the <a title="Open Source Projects" href="http://opensourceprojects.eu">opensourceproject.eu</a> platform. We didn't get the chance to go over it then, so this is a quick technical post introducing the platform API along with some examples.</p>