Repository: marmotta Updated Branches: refs/heads/develop 5f248d7cb -> 3e90926ea
MARMOTTA-634: fixed broken link Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/3e90926e Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/3e90926e Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/3e90926e Branch: refs/heads/develop Commit: 3e90926eac4e40b2245fc7c793144d37e1764889 Parents: 5f248d7 Author: Sergio Fernández <[email protected]> Authored: Tue Apr 19 08:39:13 2016 +0200 Committer: Sergio Fernández <[email protected]> Committed: Tue Apr 19 08:39:13 2016 +0200 ---------------------------------------------------------------------- .../marmotta-backend-kiwi/src/main/resources/web/admin/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/3e90926e/platform/backends/marmotta-backend-kiwi/src/main/resources/web/admin/about.html ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-kiwi/src/main/resources/web/admin/about.html b/platform/backends/marmotta-backend-kiwi/src/main/resources/web/admin/about.html index 78cf913..c6ad6bb 100644 --- a/platform/backends/marmotta-backend-kiwi/src/main/resources/web/admin/about.html +++ b/platform/backends/marmotta-backend-kiwi/src/main/resources/web/admin/about.html @@ -36,7 +36,7 @@ </h2> <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="../../core/admin/import.html">Import your data:</a> RDF and non-RDF formats are supported.</li> <li><a href="../../sparql/admin/squebi.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>
