Skip to content

Commit e8192b8

Browse files
committed
rename docs ro doc
1 parent ba89f26 commit e8192b8

File tree

7 files changed

+6
-9676
lines changed

7 files changed

+6
-9676
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</li>
1414
<li class="footer-menu-divider">&sdot;</li>
1515
<li>
16-
<a href="{{ site.baseurl }}/docs">Docs</a>
16+
<a href="{{ site.baseurl }}/doc">Doc</a>
1717
</li>
1818
<li class="footer-menu-divider">&sdot;</li>
1919
<li>

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<a href="{{ site.baseurl }}/sparql" class="page-scroll">Query</a>
1919
</li>
2020
<li>
21-
<a href="{{ site.baseurl }}/docs" class="page-scroll">Docs</a>
21+
<a href="{{ site.baseurl }}/doc" class="page-scroll">Doc</a>
2222
</li>
2323
<li>
2424
<a href="{{ site.baseurl }}/about" class="page-scroll">About</a>

docs.md

Lines changed: 0 additions & 9633 deletions
This file was deleted.

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ title: SPARQL Queries over Source Code
5050
<div class="clearfix"></div>
5151
<h2 class="section-heading">Datasets</h2>
5252
<div class="lead">
53-
CodeOntology is a ever-growing set of dataset generated by the extraction framework. A dataset extracted from OpenJDK 8 is available for download on <a class="relevant" href="http://doi.org/10.5281/zenodo.579977">Zenodo</a>.
53+
CodeOntology is a ever-growing set of datasets generated by the extraction framework. A dataset extracted from OpenJDK 8 is available for download on <a class="relevant" href="http://doi.org/10.5281/zenodo.579977">Zenodo</a>.
5454
</div>
5555
<div class="doi">
5656
<a href="https://doi.org/10.5281/zenodo.579977"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.579977.svg" alt="DOI"></a>
@@ -76,7 +76,7 @@ title: SPARQL Queries over Source Code
7676
</div>
7777
<div class="col-lg-6">
7878
<ul class="list-inline banner-social-buttons">
79-
<li><a href="{{ site.baseurl }}/docs" class="btn btn-default btn-lg">Docs</a></li>
79+
<li><a href="{{ site.baseurl }}/doc" class="btn btn-default btn-lg">Doc</a></li>
8080
<li><a href="{{ site.baseurl }}/sparql" class="btn btn-default btn-lg">Query</a></li>
8181
<li><a href="{{ site.baseurl }}/about" class="btn btn-default btn-lg">About</a></li>
8282
</ul>

parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It is available on <a class="relevant" href="https://github.com/codeontology/par
1010
</p>
1111
<p>
1212
The following image shows an excerpt of the output of the parser, when it is applied to a simple Hello World program.
13-
For more details, see the <a class="relevant" href="{{ site.baseurl }}/docs">documentation</a> and the <a class="relevant" href="{{ site.baseurl }}/examples">query examples</a>.
13+
For more details, see the <a class="relevant" href="{{ site.baseurl }}/doc">documentation</a> and the <a class="relevant" href="{{ site.baseurl }}/examples">query examples</a>.
1414
</p>
1515
<img id="helloCodeOntology" alt="" src="public/img/helloCodeOntology.jpg" class="profile">
1616
<p>

query.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

sparql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: SPARQL Query
55
<div id="query-container">
66
<div id="div-instructions">
77
Run a query in this box. <br/>
8-
Check the <a href="{{ site.baseurl }}/docs">documentation</a> and the <a href="{{ site.baseurl }}/examples">examples</a> for more details.
8+
Check the <a href="{{ site.baseurl }}/doc">documentation</a> and the <a href="{{ site.baseurl }}/examples">examples</a> for more details.
99
</div>
1010

1111
<textarea id="mirror" data-lang="sparql-query">

0 commit comments

Comments
 (0)