You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by al...@apache.org on 2012/02/20 17:57:13 UTC

svn commit: r1291372 - in /incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager: index.mdtext registry/index.mdtext

Author: alexdma
Date: Mon Feb 20 16:57:13 2012
New Revision: 1291372

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

Modified:
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/index.mdtext
    incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/registry/index.mdtext

Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/index.mdtext?rev=1291372&r1=1291371&r2=1291372&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/index.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/index.mdtext Mon Feb 20 16:57:13 2012
@@ -35,8 +35,8 @@ A Web __Ontology__ in computer and infor
 
 ### Sub-Components
 
-   - [OntoNet](ontologymanager/ontonet.html)     - allows to construct subsets of the knowledge base managed by Stanbol into OWL/OWL2 <a href="#ref2">[2]</a>ontology networks
-   - [Registry](ontologymanager/registry.html)  - manages ontology libraries for bootstrapping the network using both external and internal ontologies
+   - [OntoNet](ontonet/)     - allows to construct subsets of the knowledge base managed by Stanbol into OWL/OWL2 <a href="#ref2">[2]</a>ontology networks
+   - [Registry](registry/)  - manages ontology libraries for bootstrapping the network using both external and internal ontologies
    - Store       - create, read, update and delete operations on single ontologies stored in Stanbol. These operations can be performed on entities, axioms, and whole ontologies.
 
 ## References:
@@ -45,4 +45,4 @@ A Web __Ontology__ in computer and infor
 * [2] <a name="ref2" href="http://www.w3.org/TR/owl-overview/" target="_blank">The OWL 2 ontology language</a></li>
 
 ____
-_[Back to components](components.html)_
\ No newline at end of file
+_[Back to components](../components.html)_
\ No newline at end of file

Modified: incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/registry/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/registry/index.mdtext?rev=1291372&r1=1291371&r2=1291372&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/registry/index.mdtext (original)
+++ incubator/stanbol/site/trunk/content/stanbol/docs/trunk/ontologymanager/registry/index.mdtext Mon Feb 20 16:57:13 2012
@@ -24,7 +24,7 @@ Ontology registries (and, by extension, 
 
 ### Setup an Ontology Registry
 
-To create a Registry, you simply need to make an OWL ontology with certain types of axioms. See [Registry Language](registry/language.html) for examples on how to create a Registry and add Library instances to it. 
+To create a Registry, you simply need to make an OWL ontology with certain types of axioms. See [Registry Language](language) for examples on how to create a Registry and add Library instances to it. 
 
 Then upload the ontology on the Web and add it to the __Registry locations__ from the [Felix console Configuration](http://localhost:8080/system/console/configMgr/org.apache.stanbol.ontologymanager.registry.impl.RegistryManagerImpl).