Skip to content

Commit 582cb6e

Browse files
authored
Fixed broken links in README
The links pointed to the old repository under the vitrivr umbrella
1 parent 24a470d commit 582cb6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ An interface for [DRES](https://github.com/dres-dev/DRES), meant to be used in [
44

55
## Usage / Installation
66

7-
This is a upm package, add it through the [Unity Package Manager](https://docs.unity3d.com/Manual/Packages.html) as a package from git using the URL `https://github.com/vitrivr/DresUnityInterface.git#main` or directly by adding the following to your `manifest.json` for latest version:
7+
This is a upm package, add it through the [Unity Package Manager](https://docs.unity3d.com/Manual/Packages.html) as a package from git using the URL `https://github.com/dres-dev/UnityClient.git#main` or directly by adding the following to your `manifest.json` for latest version:
88

99
```json
10-
"dev.dres.unityclient": "https://github.com/vitrivr/DresUnityInterface.git#main"
10+
"dev.dres.unityclient": "https://github.com/dres-dev/UnityClient.git#main"
1111
```
1212

1313
## Configuration
@@ -42,10 +42,10 @@ The configuration file contains vital information about DRES:
4242

4343
## Development
4444

45-
For development, clone this repository into a directory `org.vitrivr.unityinterface.dresapi` inside the Packages directory of the Unity project you want to develop in.
45+
For development, clone this repository into a directory `dev.dres.unityclient` inside the Packages directory of the Unity project you want to develop in.
4646

4747
```
48-
$> git clone git@github.com:vitrivr/DresUnityInterface.git org.vitrivr.unityinterface.dresapi
48+
$> git clone git@github.com:dres-dev/UnityClient.git dev.dres.unityclient
4949
```
5050

5151
And subsequently (re-) generate the client libraries:

0 commit comments

Comments
 (0)