Skip to content

Commit

Permalink
Path fix for TOC.
Browse files Browse the repository at this point in the history
  • Loading branch information
mertmetin committed Oct 27, 2020
1 parent 4161e3c commit 2589e10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The publication-importer imports from bibtex, Google Scholar (bibtex) and endnod
print_r($res);
</pre>

It also fetches publications PubMed references (i.e. PubMed ids)
It also fetches publications from PubMed references (i.e. PubMed ids)

<pre>
print('Importing from Pubmed:');
Expand Down
14 changes: 7 additions & 7 deletions docs/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

# Table of contents

- [publication-importer](#publication-importer)
* [Getting Started](#getting-started)
* [Installation](#installation)
* [API](#api)
* [Testing](#testing)
* [Contributing](#contributing)
* [License](#license)
- [publication-importer](../../../#publication-importer)
* [Getting Started](../../../#getting-started)
* [Installation](../../../#installation)
* [API](../../../#api)
* [Testing](../../../#testing)
* [Contributing](../../../#contributing)
* [License](../../../#license)

0 comments on commit 2589e10

Please sign in to comment.