Skip to content

Commit

Permalink
Fix more links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbudakguy committed Jan 29, 2021
1 parent 1d6842f commit 26c33e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dphon
[![ci](https://github.com/direct-phonology/dphon/workflows/ci/badge.svg)](https://github.com/direct-phonology/dphon/actions?query=workflow%3Aci)
[![docs](https://github.com/direct-phonology/dphon/workflows/docs/badge.svg)](https://direct-phonology.github.io/direct)
[![codecov](https://codecov.io/gh/direct-phonology/dphon/branch/main/graph/badge.svg?token=uGbgB5UFtk)](https://codecov.io/gh/direct-phonology/direct)
[![docs](https://github.com/direct-phonology/dphon/workflows/docs/badge.svg)](https://direct-phonology.github.io/dphon)
[![codecov](https://codecov.io/gh/direct-phonology/dphon/branch/main/graph/badge.svg?token=uGbgB5UFtk)](https://codecov.io/gh/direct-phonology/dphon)
![pyup](https://pyup.io/repos/github/direct-phonology/dphon/shield.svg?t=1568910750251)
[![pypi](https://img.shields.io/pypi/v/dphon.svg?style=flat)](https://pypi.org/project/dphon/)
![pyversions](https://img.shields.io/pypi/pyversions/dphon.svg?style=flat)
Expand Down Expand Up @@ -80,8 +80,8 @@ the matching algorithm is based on Paul Vierthaler's [`chinesetextreuse`](https:
first, clone the repository:

```sh
$ git clone https://github.com/direct-phonology/direct.git
$ cd direct
$ git clone https://github.com/direct-phonology/dphon.git
$ cd dphon
```

then, to create and activate a virtual environment (recommended):
Expand Down

0 comments on commit 26c33e3

Please sign in to comment.