mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
revert: "docs: fix for broken index image links after move"
This reverts commit a03d0c7e95
.
Fix can be implemented easier in cmake configuration instead.
This commit is contained in:
@ -56,11 +56,11 @@ Don't forget to check the documentation `section <https://github.com/intel-iot-d
|
||||
``Other API Documentation``
|
||||
###########################
|
||||
|
||||
.. image:: ../docs/c++.png
|
||||
.. image:: ../docs/icons/c++.png
|
||||
: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
|
||||
.. image:: ../docs/node.png
|
||||
.. image:: ../docs/icons/node.png
|
||||
:target: http://iotdk.intel.com/docs/master/upm/node
|
||||
|
||||
``Version Changelog``
|
||||
|
@ -109,9 +109,9 @@
|
||||
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>
|
||||
<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/node"><img src="../docs/node.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/icons/python.png" /></a>
|
||||
<a href="http://iotdk.intel.com/docs/master/upm/node"><img src="../docs/icons/node.png" /></a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="section" id="version-changelog">
|
||||
|
Reference in New Issue
Block a user