Browse Source

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

This reverts commit a03d0c7e95.
Fix can be implemented easier in cmake configuration instead.
Mihai Tudor Panu 9 years ago
parent
commit
abb9c91320
3 changed files with 9 additions and 9 deletions
  1. 3
    3
      README.md
  2. 3
    3
      doxy/index.rst
  3. 3
    3
      doxy/node/generators/yuidoc/tmpl/partials/index.handlebars

+ 3
- 3
README.md View File

65
 
65
 
66
 @htmlonly
66
 @htmlonly
67
 
67
 
68
-<a href="http://iotdk.intel.com/docs/master/upm/modules.html"><img src="docs/c++.png"/></a>
69
-<a href="http://iotdk.intel.com/docs/master/upm/python"><img src="docs/python.png"/></a>
70
-<a href="http://iotdk.intel.com/docs/master/upm/node"><img src="docs/node.png"/></a>
68
+<a href="http://iotdk.intel.com/docs/master/upm/modules.html"><img src="docs/icons/c++.png"/></a>
69
+<a href="http://iotdk.intel.com/docs/master/upm/python"><img src="docs/icons/python.png"/></a>
70
+<a href="http://iotdk.intel.com/docs/master/upm/node"><img src="docs/icons/node.png"/></a>
71
 
71
 
72
 @endhtmlonly
72
 @endhtmlonly
73
 
73
 

+ 3
- 3
doxy/index.rst View File

56
 ``Other API Documentation``
56
 ``Other API Documentation``
57
 ###########################
57
 ###########################
58
 
58
 
59
-.. image:: ../docs/c++.png
59
+.. image:: ../docs/icons/c++.png
60
    :target: http://iotdk.intel.com/docs/master/upm/modules.html
60
    :target: http://iotdk.intel.com/docs/master/upm/modules.html
61
-.. image:: ../docs/python.png
61
+.. image:: ../docs/icons/python.png
62
    :target: http://iotdk.intel.com/docs/master/upm/python
62
    :target: http://iotdk.intel.com/docs/master/upm/python
63
-.. image:: ../docs/node.png
63
+.. image:: ../docs/icons/node.png
64
    :target: http://iotdk.intel.com/docs/master/upm/node
64
    :target: http://iotdk.intel.com/docs/master/upm/node
65
 
65
 
66
 ``Version Changelog``
66
 ``Version Changelog``

+ 3
- 3
doxy/node/generators/yuidoc/tmpl/partials/index.handlebars View File

109
                                                title="Permalink to this headline"></a></h1>
109
                                                title="Permalink to this headline"></a></h1>
110
       
110
       
111
 
111
 
112
-      <p><a href="http://iotdk.intel.com/docs/master/upm/modules.html"><img src="../docs/c++.png" /></a>
113
-      <a href="http://iotdk.intel.com/docs/master/upm/python"><img src="../docs/python.png" /></a>
114
-      <a href="http://iotdk.intel.com/docs/master/upm/node"><img src="../docs/node.png" /></a>
112
+      <p><a href="http://iotdk.intel.com/docs/master/upm/modules.html"><img src="../docs/icons/c++.png" /></a>
113
+      <a href="http://iotdk.intel.com/docs/master/upm/python"><img src="../docs/icons/python.png" /></a>
114
+      <a href="http://iotdk.intel.com/docs/master/upm/node"><img src="../docs/icons/node.png" /></a>
115
       </p>
115
       </p>
116
     </div>
116
     </div>
117
     <div class="section" id="version-changelog"> 
117
     <div class="section" id="version-changelog">