README: Update self links from angeley.es to openheart.work
This commit is contained in:
parent
842f27f515
commit
65878eb9fb
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -21,7 +21,7 @@ page styles (i.e. the whole UX and UI) are in a bad shape right now, so I want
|
||||||
to write a few little guidelines to help you find your way until this situation
|
to write a few little guidelines to help you find your way until this situation
|
||||||
improves.
|
improves.
|
||||||
|
|
||||||
There is a Vervis instance running at <https://dev.angeley.es>, and I
|
There is a Vervis instance running at <https://dev.openheart.work>, and I
|
||||||
store my code on it. Feel free to use it and try it, however do please treat it
|
store my code on it. Feel free to use it and try it, however do please treat it
|
||||||
as a demo, as it's not a reliable stable instance for general use yet. If for
|
as a demo, as it's not a reliable stable instance for general use yet. If for
|
||||||
any reason you do with to keep some code and tickets etc. on it for actual use,
|
any reason you do with to keep some code and tickets etc. on it for actual use,
|
||||||
|
@ -71,25 +71,25 @@ SSH.
|
||||||
|
|
||||||
**HTTPS clone:**
|
**HTTPS clone:**
|
||||||
|
|
||||||
$ darcs clone https://dev.angeley.es/s/fr33domlover/r/vervis
|
$ darcs clone https://dev.openheart.work/s/fr33domlover/r/vervis
|
||||||
|
|
||||||
**SSH clone and push:**
|
**SSH clone and push:**
|
||||||
|
|
||||||
If your system username and Vervis username are identical:
|
If your system username and Vervis username are identical:
|
||||||
|
|
||||||
$ darcs clone dev.angeley.es:wistera
|
$ darcs clone dev.openheart.work:wistera
|
||||||
|
|
||||||
If the repo is under another user:
|
If the repo is under another user:
|
||||||
|
|
||||||
$ darcs clone dev.angeley.es:aviva/poems
|
$ darcs clone dev.openheart.work:aviva/poems
|
||||||
|
|
||||||
If usernames are different:
|
If usernames are different:
|
||||||
|
|
||||||
$ darcs clone luke@dev.angeley.es:wistera
|
$ darcs clone luke@dev.openheart.work:wistera
|
||||||
|
|
||||||
If the repo is under another user:
|
If the repo is under another user:
|
||||||
|
|
||||||
$ darcs clone luke@dev.angeley.es:aviva/poems
|
$ darcs clone luke@dev.openheart.work:aviva/poems
|
||||||
|
|
||||||
A few more little notes:
|
A few more little notes:
|
||||||
|
|
||||||
|
@ -230,7 +230,7 @@ control.
|
||||||
|
|
||||||
The official download location is the Darcs repository:
|
The official download location is the Darcs repository:
|
||||||
|
|
||||||
<https://dev.angeley.es/s/fr33domlover/r/vervis>
|
<https://dev.openheart.work/s/fr33domlover/r/vervis>
|
||||||
|
|
||||||
There is a backup repo, not always up to date though, at:
|
There is a backup repo, not always up to date though, at:
|
||||||
|
|
||||||
|
@ -247,6 +247,6 @@ open a ticket for it! Even if you're going to implement something or try to
|
||||||
solve it.
|
solve it.
|
||||||
|
|
||||||
If you're going to implement some feature or fix some bug you found, **start by
|
If you're going to implement some feature or fix some bug you found, **start by
|
||||||
opening a ticket** [here](https://dev.angeley.es/s/fr33domlover/p/vervis/t) so
|
opening a ticket** [here](https://dev.openheart.work/s/fr33domlover/p/vervis/t) so
|
||||||
that other people will know which features are being developed and who does
|
that other people will know which features are being developed and who does
|
||||||
what.
|
what.
|
||||||
|
|
Loading…
Reference in a new issue