You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/08/04 19:54:58 UTC

svn commit: r1880580 - in /openoffice/ooo-site/trunk/content/api: index.html rightnav.mdtext

Author: mseidel
Date: Tue Aug  4 19:54:58 2020
New Revision: 1880580

URL: http://svn.apache.org/viewvc?rev=1880580&view=rev
Log:
Fixed links

Modified:
    openoffice/ooo-site/trunk/content/api/index.html
    openoffice/ooo-site/trunk/content/api/rightnav.mdtext

Modified: openoffice/ooo-site/trunk/content/api/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/api/index.html?rev=1880580&r1=1880579&r2=1880580&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/api/index.html (original)
+++ openoffice/ooo-site/trunk/content/api/index.html Tue Aug  4 19:54:58 2020
@@ -38,7 +38,7 @@
 		mdesc['wikifaq'] = "All Frequently Asked Questions from the API Project.";
 		mdesc['wikibasg'] = "The <b>BASIC Programming Guide</b> giving an introduction of programming macros with OpenOffice BASIC.";
 		mdesc['wikidevguide'] = "The <b>Developer's Guide</b> giving an introduction of programming with the OpenOffice API.";
-		mdesc['codesnippets'] = "The <b>Code Snippets Base</b> provides useful code snipppets to get started fast.";
+		mdesc['codesnippets'] = "The <b>Code Snippets Base</b> provides useful code snippets to get started fast.";
 		mdesc['oosdk'] = "The <b>OpenOffice Software Development Kit (SDK)</b> provides the necessary tools to develop with and for OpenOffice.";
 		mdesc['apisamples'] = "The <b>API Samples</b> provides useful API examples showing.";
 		mdesc['apitutorials'] = "The <b>API Tutorials</b> provides detailed step by step explained examples/tutorials showing specific API's or service provider interfaces.";
@@ -202,7 +202,7 @@ cellspacing="0">
 					<li class="doc_tip" id="wiki_ext" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="https://wiki.openoffice.org/wiki/Extensions">Extensions Wiki</a></li>
 					<li class="doc_tip" id="ext_repository" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="https://extensions.openoffice.org">Extensions Repository</a></li>
 					<li class="doc_tip" id="wikidevguide" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="https://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide">Developer's Guide</a></li>
-					<li class="doc_tip" id="ooforum" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="https://user.openoffice.org/en/forum">OO Forum</a></li>
+					<li class="doc_tip" id="ooforum" onmouseover="showtip(this.id)" onmouseout="hidetip()"><a href="https://forum.openoffice.org/en/forum/">OO Forum</a></li>
 				</ul>
 			</div>
 		</div>
@@ -211,7 +211,7 @@ cellspacing="0">
 		        <map name="sdkmap"><area shape="rect" coords="5,5,85,160" href="SDK/index.html"></map>
 			<img src="images/sdk.png" alt="SDK logo" align="left" hspace="5" vspace="5" border="0" usemap="#sdkmap">
 			<div class="sec_content">
-			 There is also a <a href="SDK/index.html">Software Development Kit (SDK)</a> available which is an add-on for an existing OpenOffice. It provides the necessary tools and documentation for programming the OpenOffice APIs and creating your own extensions (UNO components) for OpenOffice. If you are interested in OpenOffice programming, you can <a href="https://download.openoffice.org/sdk.html">download the SDK</a>.
+			 There is also a <a href="SDK/index.html">Software Development Kit (SDK)</a> available which is an add-on for an existing OpenOffice. It provides the necessary tools and documentation for programming the OpenOffice APIs and creating your own extensions (UNO components) for OpenOffice. If you are interested in OpenOffice programming, you can <a href="https://openoffice.apache.org/downloads.html">download the SDK</a>.
 			</div>
 		</div>
 		<div id="bubble" style="display:none; top: 0px; left: 0px; width:200px;">

Modified: openoffice/ooo-site/trunk/content/api/rightnav.mdtext
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/api/rightnav.mdtext?rev=1880580&r1=1880579&r2=1880580&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/api/rightnav.mdtext (original)
+++ openoffice/ooo-site/trunk/content/api/rightnav.mdtext Tue Aug  4 19:54:58 2020
@@ -14,7 +14,7 @@ divid:	rightnav
   - [Examples](/api/SDK/example_collection.html)
   - [Java UNO Reference](/api/docs/java/ref/overview-summary.html)
   - [C++ UNO Reference](/api/docs/cpp/ref/names/index.html)
-  - [Download](./download/sdk/index.html)
+  - [Download](/download/sdk/index.html)
 
 # Tips 'n' Tricks