revert: "docs: fix for broken index image links after move"

This reverts commit a03d0c7e956a931886f99cc180b1d3d8d08f1857.
Fix can be implemented easier in cmake configuration instead.
This commit is contained in:
Mihai Tudor Panu 2015-06-29 14:00:57 -07:00
parent a03d0c7e95
commit abb9c91320
3 changed files with 9 additions and 9 deletions

View File

@ -65,9 +65,9 @@ API Documentation
@htmlonly @htmlonly
<a href="http://iotdk.intel.com/docs/master/upm/modules.html"><img src="docs/c++.png"/></a> <a href="http://iotdk.intel.com/docs/master/upm/modules.html"><img src="docs/icons/c++.png"/></a>
<a href="http://iotdk.intel.com/docs/master/upm/python"><img src="docs/python.png"/></a> <a href="http://iotdk.intel.com/docs/master/upm/python"><img src="docs/icons/python.png"/></a>
<a href="http://iotdk.intel.com/docs/master/upm/node"><img src="docs/node.png"/></a> <a href="http://iotdk.intel.com/docs/master/upm/node"><img src="docs/icons/node.png"/></a>
@endhtmlonly @endhtmlonly

View File

@ -56,11 +56,11 @@ Don't forget to check the documentation `section <https://github.com/intel-iot-d
``Other API Documentation`` ``Other API Documentation``
########################### ###########################
.. image:: ../docs/c++.png .. image:: ../docs/icons/c++.png
:target: http://iotdk.intel.com/docs/master/upm/modules.html :target: http://iotdk.intel.com/docs/master/upm/modules.html
.. image:: ../docs/python.png .. image:: ../docs/icons/python.png
:target: http://iotdk.intel.com/docs/master/upm/python :target: http://iotdk.intel.com/docs/master/upm/python
.. image:: ../docs/node.png .. image:: ../docs/icons/node.png
:target: http://iotdk.intel.com/docs/master/upm/node :target: http://iotdk.intel.com/docs/master/upm/node
``Version Changelog`` ``Version Changelog``

View File

@ -109,9 +109,9 @@
title="Permalink to this headline"></a></h1> title="Permalink to this headline"></a></h1>
<p><a href="http://iotdk.intel.com/docs/master/upm/modules.html"><img src="../docs/c++.png" /></a> <p><a href="http://iotdk.intel.com/docs/master/upm/modules.html"><img src="../docs/icons/c++.png" /></a>
<a href="http://iotdk.intel.com/docs/master/upm/python"><img src="../docs/python.png" /></a> <a href="http://iotdk.intel.com/docs/master/upm/python"><img src="../docs/icons/python.png" /></a>
<a href="http://iotdk.intel.com/docs/master/upm/node"><img src="../docs/node.png" /></a> <a href="http://iotdk.intel.com/docs/master/upm/node"><img src="../docs/icons/node.png" /></a>
</p> </p>
</div> </div>
<div class="section" id="version-changelog"> <div class="section" id="version-changelog">