Skip to content

Commit a45b1c5

Browse files
committed
Migrate to dss-extensions
1 parent 7318cc1 commit a45b1c5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ This is work-in-progress version of a set of MATLAB classes that expose the DSS
66

77
Related projects:
88
- [`OpenDSS`](https://sourceforge.net/projects/electricdss/): The main OpenDSS project, maintained by EPRI.
9-
- [`DSS C-API`](http://github.com/PMeira/dss_capi): Custom OpenDSS C-API library, which also includes some patches.
10-
- [`DSS Python`](http://github.com/PMeira/dss_python): Python bindings that mimics the official COM interface.
11-
- [`OpenDSSDirect.py`](http://github.com/NREL/OpenDSSDirect.py): More pythonic bindings and useful tools.
12-
- [`DSS Sharp`](http://github.com/PMeira/dss_sharp/): .NET assembly to use the native DLL, mimics the COM object as used in .NET.
9+
- [`DSS C-API`](http://github.com/dss-extensions/dss_capi): Custom OpenDSS C-API library, which also includes some patches.
10+
- [`DSS Python`](http://github.com/dss-extensions/dss_python): Python bindings that mimics the official COM interface.
11+
- [`OpenDSSDirect.py`](http://github.com/dss-extensions/OpenDSSDirect.py): More pythonic bindings and useful tools.
12+
- [`DSS Sharp`](http://github.com/dss-extensions/dss_sharp/): .NET assembly to use the native DLL, mimics the COM object as used in .NET.
1313

1414
## Usage
1515

16-
1. Download a package from the [releases page](https://github.com/PMeira/dss_matlab/releases).
16+
1. Download a package from the [releases page](https://github.com/dss-extensions/dss_matlab/releases).
1717

1818
2. Add the folder containing `+DSS_MATLAB` to your MATLAB path.
1919

@@ -23,7 +23,7 @@ Related projects:
2323
dss = DSS_MATLAB.IDSS;
2424
```
2525

26-
4. If you find issues or missing features, feel free to [open an issue ticket on GitHub](https://github.com/PMeira/dss_matlab/issues/new) or email me (pmeira at ieee.org).
26+
4. If you find issues or missing features, feel free to [open an issue ticket on GitHub](https://github.com/dss-extensions/dss_matlab/issues/new) or email me (pmeira at ieee.org).
2727

2828
If you code is based on `DSSStartup.m` from the examples, in general you only need to replace the `Obj = actxserver('OpenDSSEngine.DSS');` line. That is, update `DSSStartup.m` to:
2929

@@ -49,5 +49,5 @@ If you want some code to play with, you can use the MATLAB examples from the off
4949

5050
This project is derived from EPRI's OpenDSS and the same style of license (BSD style) is used. As OpenDSS, the project also depends on KLUSolve and SuiteSparse, licensed under the LGPL.
5151

52-
See the [DSS C-API](https://github.com/PMeira/dss_capi/) project for more details and source files.
52+
See the [DSS C-API](https://github.com/dss-extensions/dss_capi/) project for more details and source files.
5353

0 commit comments

Comments
 (0)