Skip to content

Commit 8d6f853

Browse files
authored
Fix links to dss_capi
1 parent acc3bd8 commit 8d6f853

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dss_python: Unofficial bindings for EPRI's OpenDSS
44

55
Python bindings and misc tools for using OpenDSS (EPRI Distribution System Simulator). Based on CFFI and `dss_capi`, aiming for full COM compatibility on Windows and Linux.
66

7-
If you are looking for the C API library, see [`dss_capi`](http://github.com/PMeira/dss-capi/).
7+
If you are looking for the C API library, see [`dss_capi`](http://github.com/PMeira/dss_capi/).
88

99
Version 0.9.1, based on [OpenDSS revision 2123](https://sourceforge.net/p/electricdss/code/2123/tree/).
1010
This is a work-in-progress but it's deemed stable enough to be made public.
@@ -55,7 +55,7 @@ Get this repository:
5555
git clone https://github.com/PMeira/dss_python.git
5656
```
5757

58-
Assuming you successfully built or downloaded the `dss_capi` (check [its repository](http://github.com/PMeira/dss-capi/) for instructions), keep the folder organization as follows:
58+
Assuming you successfully built or downloaded the `dss_capi` (check [its repository](http://github.com/PMeira/dss_capi/) for instructions), keep the folder organization as follows:
5959

6060
```
6161
dss_capi/
@@ -184,7 +184,7 @@ Please allow me a few days to respond.
184184

185185
Credits / Acknowlegement
186186
========================
187-
`dss_python` is based on EPRI's OpenDSS via the [`dss_capi`](http://github.com/PMeira/dss-capi/) project, check its licensing information.
187+
`dss_python` is based on EPRI's OpenDSS via the [`dss_capi`](http://github.com/PMeira/dss_capi/) project, check its licensing information.
188188

189189
This project is licensed under the (new) BSD, available in the `LICENSE` file. It's the same license OpenDSS uses (`OPENDSS_LICENSE`).
190190

0 commit comments

Comments
 (0)