You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ss...@apache.org on 2013/09/30 18:44:51 UTC

[14/50] [abbrv] git commit: set correct links (partly fixes MARMOTTA-149)

set correct links (partly fixes MARMOTTA-149)


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/3ee09772
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/3ee09772
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/3ee09772

Branch: refs/heads/master
Commit: 3ee097725eb82a5899d1e8693c0f13afc008b4f0
Parents: 6d60b04
Author: tkurz <tk...@apache.org>
Authored: Wed Sep 11 15:04:40 2013 +0200
Committer: tkurz <tk...@apache.org>
Committed: Wed Sep 11 15:04:40 2013 +0200

----------------------------------------------------------------------
 .../src/main/resources/web/admin/about.html       | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/3ee09772/platform/marmotta-core/src/main/resources/web/admin/about.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-core/src/main/resources/web/admin/about.html b/platform/marmotta-core/src/main/resources/web/admin/about.html
index 743a39e..706bfda 100644
--- a/platform/marmotta-core/src/main/resources/web/admin/about.html
+++ b/platform/marmotta-core/src/main/resources/web/admin/about.html
@@ -37,7 +37,7 @@
 <p>You can find all installed features on the module list on the right side. To get a quick access to common functionalities, we listed some links:</p>
 <ul>
     <li><a href="import.html">Import your data:</a> RDF and non-RDF formats are supported.</li>
-    <li><a href="../../sparql/admin/snorql/snorql.html">SPARQL your data:</a> full SPARQL 1.1 support including querying and updates.</li>
+    <li><a href="../../sparql/admin/snorql.html">SPARQL your data:</a> full SPARQL 1.1 support including querying and updates.</li>
     <li><a href="configuration.html">Configure your database:</a> Marmotta comes with h2 embedded; configure your own database to handle bigger data.</li>
     <li><a href="dataview.html">Control your data:</a> the dataview gives an overview on the current data in the system. (Attention: there might be problems with the visualisation if big data sets).</li>
     <li><a href="../../user/admin/users.html">Manage your user accounts:</a> the user module allows creating and managing user accounts.</li>
@@ -47,14 +47,14 @@
 <h2>Marmotta Modules</h2>
 <p>Apache Marmotta provides some modules:</p>
 <dl>
-    <dt>Core</dt> <dd>provides the core RDF and Linked Data Platform capabilities.</dd>
-    <dt>SPARQL</dt> <dd>offers query capabilities for the triplestore.</dd>
-    <dt>LDPath Querying</dt> <dd>provides support for LDPath within the platform.</dd>
-    <dt>Linked Data Caching</dt> <dd>provides transparent mechanism to cache Web resources.</dd>
-    <dt>Reasoner</dt> <dd>adds a rule-based reasoner to the triple store.</dd>
-    <dt>Security</dt> <dd>implements security mechanism.</dd>
-    <dt>User</dt> <dd>provides the user management features.</dd>
-    <dt>Versioning</dt> <dd>offers versioning services on top of the triple store.</dd>
+    <dt><a href="../../core/admin/about.html">Core</a></dt> <dd>provides the core RDF and Linked Data Platform capabilities.</dd>
+    <dt><a href="../../sparql/admin/about.html">SPARQL</a></dt> <dd>offers query capabilities for the triplestore.</dd>
+    <dt><a href="../../ldpath/admin/about.html">LDPath Querying</a></dt> <dd>provides support for LDPath within the platform.</dd>
+    <dt><a href="../../cache/admin/about.html">Linked Data Caching</a></dt> <dd>provides transparent mechanism to cache Web resources.</dd>
+    <dt><a href="../../reasoner/admin/about.html">Reasoner</a></dt> <dd>adds a rule-based reasoner to the triple store.</dd>
+    <dt><a href="../../security/admin/about.html">Security</a></dt> <dd>implements security mechanism.</dd>
+    <dt><a href="../../user/me.html">User</a></dt> <dd>provides the user management features.</dd>
+    <dt><a href="../../versioning/admin/about.html">Versioning</a></dt> <dd>offers versioning services on top of the triple store.</dd>
 </dl>
 <!--###END_CONTENT###-->
 </body>